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": "e1a35623-889c-4ac3-a817-f1c41c1ef444",
"ChatUUID": "9215ef35-b11b-4cbf-9e63-0217f6f065f7",
"FunUUID": "a90ba5e4-94fc-49f2-b9c5-5a528f5edec0",
"ProductID": 1,
"Title": "sample string 1",
"Text": "sample string 2",
"NotiffUserUUID": "f01f8291-2200-4f2d-b72c-dc79ffcfb804",
"PhotoUUID": "97f7d68a-3e08-4fd4-9d47-ed74c3edc5aa",
"PhotoUUIDFull": "7f49df2a-e696-4fe0-a439-0e60d281ed67",
"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:
{}