POST api/admin/SyncApi/SyncPriceFromIiWebservices
Request Information
URI Parameters
None.
Body Parameters
GetPriceByBrandAndStyle| Name | Description | Type | Additional information |
|---|---|---|---|
| BrandName | string |
None. |
|
| StyleName | string |
None. |
|
| SyncedBy | string |
None. |
|
| ProductIds | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BrandName": "sample string 1",
"StyleName": "sample string 2",
"SyncedBy": "sample string 3",
"ProductIds": "sample string 4"
}
application/xml, text/xml
Sample:
<GetPriceByBrandAndStyle xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAWModels.getModel.SyncFromIIWeb"> <BrandName>sample string 1</BrandName> <ProductIds>sample string 4</ProductIds> <StyleName>sample string 2</StyleName> <SyncedBy>sample string 3</SyncedBy> </GetPriceByBrandAndStyle>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.