DELETE Application/DeleteCountry
Request Information
URI Parameters
None.
Body Parameters
Country| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Code | string |
Required |
|
| Name | string |
Required |
|
| RegionID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "9f356be6-5eb4-433e-a1e8-76614b9dd1b7",
"Code": "sample string 2",
"Name": "sample string 3",
"RegionID": "172a2f10-30cd-4dcf-aa08-e1e377c2e47d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.