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": "b74cfb75-9fa0-4edc-8f43-abc0414b23a1", "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": "c223eb21-22d0-4661-b89b-31468b272fa5" }
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": "d2536bee-e23c-45f9-8e8b-7e810c309b77", "UserUUID": "8b9ab30d-38c5-40b4-8895-cf12202fc053", "ContactID": "sample string 1", "FBToken": "sample string 2", "Name": "sample string 3", "Phone": "sample string 4", "PhotoURI": "sample string 5", "ContactRecordID": 1, "PhotoUUID": {}, "ChatRoomUUID": "ed32d87f-380d-4c13-a826-c4473f2fb944", "UserContactUUID": "2c485659-4771-4abf-8da3-7a292b3a33e3", "EntryTime": "2025-06-07T21:35:40.8931511+03:00", "i": 7, "UserUUIDCur": "e80d8121-307b-49d7-ace2-e56139fedf8f" }, { "ContactUUID": "d2536bee-e23c-45f9-8e8b-7e810c309b77", "UserUUID": "8b9ab30d-38c5-40b4-8895-cf12202fc053", "ContactID": "sample string 1", "FBToken": "sample string 2", "Name": "sample string 3", "Phone": "sample string 4", "PhotoURI": "sample string 5", "ContactRecordID": 1, "PhotoUUID": {}, "ChatRoomUUID": "ed32d87f-380d-4c13-a826-c4473f2fb944", "UserContactUUID": "2c485659-4771-4abf-8da3-7a292b3a33e3", "EntryTime": "2025-06-07T21:35:40.8931511+03:00", "i": 7, "UserUUIDCur": "e80d8121-307b-49d7-ace2-e56139fedf8f" } ]