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": "66d262c1-73d0-470d-a85a-4e50610fc46b",
"ChatUUID": "ed85fd63-2487-498b-a013-c01a04ba976e",
"FunUUID": "88ec79db-dc59-4220-9fb3-42ed528e0b7f",
"ProductID": 1,
"Title": "sample string 1",
"Text": "sample string 2",
"NotiffUserUUID": "e52d5d6f-1be0-48b6-9640-845328c54f2f",
"PhotoUUID": "cac3656a-ec24-4ae4-a047-3fd3a3b833ad",
"PhotoUUIDFull": "ca01c75d-006a-4ae5-af4f-62575f58449f",
"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:
{}