POST api/Push/Complaint
Documentation for 'Complaint'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| req | Documentation for 'req'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Client": "sample string 1",
"SalesOrderID": "eed8c26c-aefd-4d20-968e-86780b3bcf3e",
"SalesOrderNo": "sample string 3",
"ComplaintTypeID": "ebb8cdb1-5e0a-41e9-be8d-b89d92e60901",
"ComplaintTypeMessage": "sample string 5",
"Message": "sample string 6",
"PhotoURL": "sample string 7",
"PhotoURL2": "sample string 8",
"PhotoURL3": "sample string 9"
}
application/xml, text/xml
Sample:
<RequestComplaintModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Client>sample string 1</Client> <SalesOrderID>eed8c26c-aefd-4d20-968e-86780b3bcf3e</SalesOrderID> <SalesOrderNo>sample string 3</SalesOrderNo> <ComplaintTypeID>ebb8cdb1-5e0a-41e9-be8d-b89d92e60901</ComplaintTypeID> <ComplaintTypeMessage>sample string 5</ComplaintTypeMessage> <Message>sample string 6</Message> <PhotoURL>sample string 7</PhotoURL> <PhotoURL2>sample string 8</PhotoURL2> <PhotoURL3>sample string 9</PhotoURL3> </RequestComplaintModel>