PUT api/fedex/update-country-status
Request Information
URI Parameters
None.
Body Parameters
UpdateCountryStatusRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| IsServiceable | byte |
None. |
|
| state_Code | string |
None. |
|
| ZipCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"IsServiceable": 64,
"state_Code": "sample string 2",
"ZipCode": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.