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": "c7b9b6d1-b7f3-49f0-8991-4158bd24c70d",
"ChatUUID": "5b079c6e-39ff-4457-926f-f6a4a7f0acea",
"FunUUID": "8c60a20a-a60d-4419-ae9c-0ac7a53dc02c",
"ProductID": 1,
"Title": "sample string 1",
"Text": "sample string 2",
"NotiffUserUUID": "67d152ba-f092-40ef-b82e-6862d91fe5da",
"PhotoUUID": "e0c4820e-d81b-4fd4-b87e-dd39bc2181d1",
"PhotoUUIDFull": "11976c1e-7008-4d2e-9005-90cf8b50c0cd",
"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:
{}