POST Api/Delivery/SaveZone
Request Information
URI Parameters
None.
Body Parameters
ZoneInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| zone | ExpressZone |
None. |
|
| exCounProvince | Collection of exCounProvince |
None. |
|
| exCountry | Collection of integer |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}