POST admin/addon/TenantScheduler/delete_zipcode/{TenantId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TenantId | string |
Required |
Body Parameters
ZipCodes| Name | Description | Type | Additional information |
|---|---|---|---|
| ZipCode | string |
None. |
|
| Zone | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| Country | string |
None. |
|
| CompanyCode | string |
None. |
|
| Break1 | string |
None. |
|
| Break2 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ZipCode": "sample string 1",
"Zone": "sample string 2",
"City": "sample string 3",
"State": "sample string 4",
"Country": "sample string 5",
"CompanyCode": "sample string 6",
"Break1": "sample string 7",
"Break2": "sample string 8"
}
application/xml, text/xml
Sample:
<ZipCodes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AddOn"> <Break1>sample string 7</Break1> <Break2>sample string 8</Break2> <City>sample string 3</City> <CompanyCode>sample string 6</CompanyCode> <Country>sample string 5</Country> <State>sample string 4</State> <ZipCode>sample string 1</ZipCode> <Zone>sample string 2</Zone> </ZipCodes>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />