POST api/AdminChatNotiff/TestNotification

IPHttpRequest_FBTelmone_sent_post

Request Information

URI Parameters

None.

Body Parameters

FBTelmone_sent_post_request
NameDescriptionTypeAdditional 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": "ba879db0-5edc-4006-b29d-dc25b8b640a6",
  "ChatUUID": "659ce5b3-855d-41b0-9727-73b96352338e",
  "FunUUID": "7067c827-1d54-42b4-9301-7f69851d2848",
  "ProductID": 1,
  "Title": "sample string 1",
  "Text": "sample string 2",
  "NotiffUserUUID": "f5ddcb31-09ae-424f-a29c-427915c8edde",
  "PhotoUUID": "f201e42a-f03f-44bb-96d6-07bb0a5211af",
  "PhotoUUIDFull": "763d82a1-4273-4459-b8d6-c23631da6c70",
  "ReqBody": "sample string 3",
  "StatusReply": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}