POST api/AdminChatNotiff/TestNotification
IPHttpRequest_FBTelmone_sent_post
Request Information
URI Parameters
None.
Body Parameters
FBTelmone_sent_post_requestName | Description | Type | Additional information |
---|---|---|---|
UserUUID | globally unique identifier |
None. |
|
ChatUUID | globally unique identifier |
None. |
|
FunUUID | globally unique identifier |
None. |
|
ProductID | integer |
None. |
|
Title | string |
None. |
|
Text | string |
None. |
|
NotiffUserUUID | globally unique identifier |
None. |
|
PhotoUUID | globally unique identifier |
None. |
|
PhotoUUIDFull | globally unique identifier |
None. |
|
ReqBody | string |
None. |
|
StatusReply | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUID": "0b29c35b-61dc-470d-a3b8-85dc641fdae9", "ChatUUID": "0c4ef321-5657-4b17-b9a7-7056d8651772", "FunUUID": "9f9ee634-0f13-4e88-9c5d-2b115206f7ec", "ProductID": 1, "Title": "sample string 1", "Text": "sample string 2", "NotiffUserUUID": "4f97b3c0-4547-43ba-a347-4a153e272cbc", "PhotoUUID": "70befb5c-dd7d-41fd-8fe5-fada734153fd", "PhotoUUIDFull": "fff80021-c19e-4007-9d57-093d7de14f4f", "ReqBody": "sample string 3", "StatusReply": "sample string 4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}