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": "f03231d9-4bcf-4dc7-a4df-f77d99bf4cc3", "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": "681ae3bc-b958-4362-937a-77291f5a911c" }
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": "6e92a8c6-26a8-42f9-8d19-741c348aac33", "UserUUID": "faaa81ee-2084-468b-9819-c500a1535652", "ContactID": "sample string 1", "FBToken": "sample string 2", "Name": "sample string 3", "Phone": "sample string 4", "PhotoURI": "sample string 5", "ContactRecordID": 1, "PhotoUUID": {}, "ChatRoomUUID": "c8c56b2e-cdab-4aaa-9d88-6d544908d660", "UserContactUUID": "ce76c27b-d108-495a-bac6-48526db9ebaa", "EntryTime": "2025-07-27T11:24:54.4215143+03:00", "i": 7, "UserUUIDCur": "29e8fd94-1ed5-4ad4-9ba1-ced2322f26f3" }, { "ContactUUID": "6e92a8c6-26a8-42f9-8d19-741c348aac33", "UserUUID": "faaa81ee-2084-468b-9819-c500a1535652", "ContactID": "sample string 1", "FBToken": "sample string 2", "Name": "sample string 3", "Phone": "sample string 4", "PhotoURI": "sample string 5", "ContactRecordID": 1, "PhotoUUID": {}, "ChatRoomUUID": "c8c56b2e-cdab-4aaa-9d88-6d544908d660", "UserContactUUID": "ce76c27b-d108-495a-bac6-48526db9ebaa", "EntryTime": "2025-07-27T11:24:54.4215143+03:00", "i": 7, "UserUUIDCur": "29e8fd94-1ed5-4ad4-9ba1-ced2322f26f3" } ]