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": "da356e70-5a2e-4114-b7dd-593e21073559", "ChatUUID": "d0271ea4-c83b-48d9-afb4-40935263e39a", "FunUUID": "5b16500c-3df0-47d4-850f-04179109beaf", "ProductID": 1, "Title": "sample string 1", "Text": "sample string 2", "NotiffUserUUID": "30bbf5de-2cf2-4de7-98d1-5fe8d3315969", "PhotoUUID": "753aabc5-2e23-4e0b-9082-b7a6b59a0b08", "PhotoUUIDFull": "a2a4bccb-d158-4857-aa3f-cc947368961b", "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:
{}