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": "97debbfe-8e20-4d5e-b6c9-4f03558d8bd8", "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": "20f92b5c-fccb-4149-ae04-b6aaba82a17b" }
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": "680f01f4-46ef-4421-9c02-476cdccf82dd", "UserUUID": "5b875405-5509-455d-8f55-ee938296456b", "ContactID": "sample string 1", "FBToken": "sample string 2", "Name": "sample string 3", "Phone": "sample string 4", "PhotoURI": "sample string 5", "ContactRecordID": 1, "PhotoUUID": {}, "ChatRoomUUID": "da4bec52-a005-4d19-a55b-a910446e3cfe", "UserContactUUID": "380f2b04-ed36-4656-8fe3-cea404e88e4b", "EntryTime": "2025-04-19T07:48:25.9790341+03:00", "i": 7, "UserUUIDCur": "e1f724fa-1f55-4394-ba79-52d41f3723f8" }, { "ContactUUID": "680f01f4-46ef-4421-9c02-476cdccf82dd", "UserUUID": "5b875405-5509-455d-8f55-ee938296456b", "ContactID": "sample string 1", "FBToken": "sample string 2", "Name": "sample string 3", "Phone": "sample string 4", "PhotoURI": "sample string 5", "ContactRecordID": 1, "PhotoUUID": {}, "ChatRoomUUID": "da4bec52-a005-4d19-a55b-a910446e3cfe", "UserContactUUID": "380f2b04-ed36-4656-8fe3-cea404e88e4b", "EntryTime": "2025-04-19T07:48:25.9790341+03:00", "i": 7, "UserUUIDCur": "e1f724fa-1f55-4394-ba79-52d41f3723f8" } ]