POST Application/PostCountries
Request Information
URI Parameters
None.
Body Parameters
CountryName | 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": "f73a5985-569a-48f4-bb4b-b20b80b834d4", "Code": "sample string 2", "Name": "sample string 3", "RegionID": "176279c5-8e92-4ada-8a64-f8210170505a" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.