POST api/AdminChatNotiff/TestNotification
IPHttpRequest_FBTelmone_sent_post
Request Information
URI Parameters
None.
Body Parameters
FBTelmone_sent_post_request| Name | 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": "fd9125ee-4334-4d41-9013-bcd365cf9324",
"ChatUUID": "ad580137-2108-4238-bff3-5538675fe6d6",
"FunUUID": "bee1341c-8a4e-4459-a736-8ed9a05b8b4e",
"ProductID": 1,
"Title": "sample string 1",
"Text": "sample string 2",
"NotiffUserUUID": "08bc3f04-9e36-4295-9cd0-f8f0f7d16dce",
"PhotoUUID": "cae1b41c-ca32-4540-8280-8216866a7a91",
"PhotoUUIDFull": "a3876dfe-cdec-4cf6-a97e-66d29087b183",
"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:
{}