PUT v1/orders/enabledisablerange
Ativa ou desativa uma faixa de CEP
Request Information
URI Parameters
None.
Body Parameters
Parâmetros para habilitação / desabilitação de faixas de CEP
EnableDisableShippingRangeDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| SellerKey | string |
None. |
|
| Enabled | boolean |
None. |
|
| StartRangePostalCode | string |
None. |
|
| EndRangePostalCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SellerKey": "sample string 1",
"Enabled": true,
"StartRangePostalCode": "sample string 3",
"EndRangePostalCode": "sample string 4"
}
application/xml, text/xml
Sample:
<EnableDisableShippingRangeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eXpert.Domain.DTO"> <Enabled>true</Enabled> <EndRangePostalCode>sample string 4</EndRangePostalCode> <SellerKey>sample string 1</SellerKey> <StartRangePostalCode>sample string 3</StartRangePostalCode> </EnableDisableShippingRangeDTO>
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.