PUT Application/PutCountries
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "5dd803ac-c327-4f47-bc68-751c3ff91e03",
"Code": "sample string 2",
"Name": "sample string 3",
"RegionID": "a62fb1e9-6695-496d-b9f4-972cfdc8fcf2"
},
{
"$ref": "1"
}
]
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.