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": "5e18d691-ea90-4ed7-a76e-5398c4644ff2",
"ChatUUID": "348260c0-5386-4e0e-bffb-0fa9a1f52cf4",
"FunUUID": "99aa21bf-8d33-4a6c-981e-0865f53832cb",
"ProductID": 1,
"Title": "sample string 1",
"Text": "sample string 2",
"NotiffUserUUID": "3dc0a4af-c44e-4ef6-ae6b-f1a013548616",
"PhotoUUID": "a55cf65c-efe5-4c22-8317-cf534992c189",
"PhotoUUIDFull": "5c56e9ba-a982-46d9-a256-cdc973bad90b",
"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:
{}