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": "03ada099-da21-4b86-8ee2-21c8e409a30a",
"ChatUUID": "921feab8-37fe-4e6b-99ab-6321e3363390",
"FunUUID": "76de7c08-9f11-462b-8057-44737619dade",
"ProductID": 1,
"Title": "sample string 1",
"Text": "sample string 2",
"NotiffUserUUID": "a57a4db3-5ecc-47e0-8904-7fe1bfc7d2d2",
"PhotoUUID": "fe9e2fb6-975e-47ac-92b5-f34786855490",
"PhotoUUIDFull": "6549e209-fbc5-4d29-980c-b454d8381fc5",
"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:
{}