POST resolveShopIssue/{disc_Id}/{satisfied}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| disc_Id | integer |
Required |
|
| satisfied | integer |
Required |
Body Parameters
ResolveShopIssueRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"comment": "sample string 1"
}
text/html
Sample:
{"comment":"sample string 1"}
application/xml, text/xml
Sample:
<ResolveShopIssueRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ops.Data.Traxpod"> <Comment>sample string 1</Comment> </ResolveShopIssueRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.