POST Shop/Similar
Request Information
URI Parameters
None.
Body Parameters
SimilarParm| Name | Description | Type | Additional information |
|---|---|---|---|
| MISQ | string |
None. |
|
| MGNO | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MISQ": "sample string 1",
"MGNO": "sample string 2"
}
text/xml
Sample:
<SimilarParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartSyncService.Models.Shop"> <MGNO>sample string 2</MGNO> <MISQ>sample string 1</MISQ> </SimilarParm>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.