POST api/AdminChatNotiff/TestNotification
IPHttpRequest_FBTelmone_sent_post
Request Information
URI Parameters
None.
Body Parameters
FBTelmone_sent_post_requestName | 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": "2b74051f-354b-412b-81fe-9a6282e7348b", "ChatUUID": "ec739e5a-ecc3-4c2c-b783-801b721f60df", "FunUUID": "095668ba-bfa1-44f6-bb76-63e996620754", "ProductID": 1, "Title": "sample string 1", "Text": "sample string 2", "NotiffUserUUID": "8b51f0a0-4af8-4ae7-b02a-a8490d7e22a2", "PhotoUUID": "3cb69217-e636-4b82-9d5d-d6e92b7ab9f0", "PhotoUUIDFull": "815176ff-61f7-4f15-9412-aac8e2c8ff0b", "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:
{}