POST api/AppPersonal/AppGetChatContact
AppGetChatContact
Request Information
URI Parameters
None.
Body Parameters
_AppGetChatContactName | Description | Type | Additional information |
---|---|---|---|
ContactUUID | globally unique identifier |
None. |
|
ContactID | integer |
None. |
|
Seq | integer |
None. |
|
Increment | integer |
None. |
|
FBToken | string |
None. |
|
ChatRoomUUID | string |
None. |
|
Search | string |
None. |
|
DeviceID | string |
None. |
|
TelmoneIS | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ContactUUID": "a308bd9d-e01c-454b-90ec-891d5b201352", "ContactID": 1, "Seq": 1, "Increment": 1, "FBToken": "sample string 1", "ChatRoomUUID": "sample string 2", "Search": "sample string 3", "DeviceID": "sample string 4", "TelmoneIS": true, "UserUUIDCur": "4bd62e75-91d8-4ba9-9a56-ac1ba7f2287f" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ListContactName | Description | Type | Additional information |
---|---|---|---|
ContactUUID | globally unique identifier |
None. |
|
UserUUID | globally unique identifier |
None. |
|
ContactID | string |
None. |
|
FBToken | string |
None. |
|
Name | string |
None. |
|
Phone | string |
None. |
|
PhotoURI | string |
None. |
|
ContactRecordID | integer |
None. |
|
PhotoUUID | Object |
None. |
|
ChatRoomUUID | globally unique identifier |
None. |
|
UserContactUUID | globally unique identifier |
None. |
|
EntryTime | date |
None. |
|
i | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ContactUUID": "d1d8b349-a709-4190-9dbd-3200da7a3d95", "UserUUID": "d1dfd260-ed7f-4b80-aafd-56367c379a57", "ContactID": "sample string 1", "FBToken": "sample string 2", "Name": "sample string 3", "Phone": "sample string 4", "PhotoURI": "sample string 5", "ContactRecordID": 1, "PhotoUUID": {}, "ChatRoomUUID": "e5c26566-c042-4924-a18d-f06cc11ef09f", "UserContactUUID": "7d3aa29b-bded-4474-850a-10e82b097208", "EntryTime": "2025-09-23T00:34:07.084749+03:00", "i": 7, "UserUUIDCur": "61178c09-1b21-4b31-bf4f-f7c7922d6e0a" }, { "ContactUUID": "d1d8b349-a709-4190-9dbd-3200da7a3d95", "UserUUID": "d1dfd260-ed7f-4b80-aafd-56367c379a57", "ContactID": "sample string 1", "FBToken": "sample string 2", "Name": "sample string 3", "Phone": "sample string 4", "PhotoURI": "sample string 5", "ContactRecordID": 1, "PhotoUUID": {}, "ChatRoomUUID": "e5c26566-c042-4924-a18d-f06cc11ef09f", "UserContactUUID": "7d3aa29b-bded-4474-850a-10e82b097208", "EntryTime": "2025-09-23T00:34:07.084749+03:00", "i": 7, "UserUUIDCur": "61178c09-1b21-4b31-bf4f-f7c7922d6e0a" } ]