PUT Application/PutCountry
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": "a32b3829-e0be-4be7-a97c-564d32086867",
"Code": "sample string 2",
"Name": "sample string 3",
"RegionID": "d7c4dbcd-4058-4238-94b9-662dc7b839eb"
}
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.