POST Merchant/MerchantConfiguration
Request Information
URI Parameters
None.
Body Parameters
GetMerchantConfigurationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1
}
application/xml, text/xml
Sample:
<GetMerchantConfigurationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.SysAdmin.Models.View.Merchant"> <ID>1</ID> </GetMerchantConfigurationRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MerchantConfiguration| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| NumberOfStores | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"NumberOfStores": 2
}
application/xml, text/xml
Sample:
<MerchantConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.SysAdmin.Models.View.Merchant"> <ID>1</ID> <NumberOfStores>2</NumberOfStores> </MerchantConfiguration>