POST Country
Request Information
URI Parameters
None.
Body Parameters
Country| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | string |
None. |
|
| countryName | string |
None. |
|
| alphatwocode | string |
None. |
|
| alphathreecode | string |
None. |
|
| numCode | string |
None. |
|
| DateCreated | date |
None. |
|
| DateModified | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"guid": "sample string 1",
"countryName": "sample string 2",
"alphatwocode": "sample string 3",
"alphathreecode": "sample string 4",
"numCode": "sample string 5",
"DateCreated": "2026-04-05T12:50:58.5621029+01:00",
"DateModified": "2026-04-05T12:50:58.5621029+01:00"
}
application/xml, text/xml
Sample:
<Country xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MMSharedObjects.Models"> <DateCreated>2026-04-05T12:50:58.5621029+01:00</DateCreated> <DateModified>2026-04-05T12:50:58.5621029+01:00</DateModified> <alphathreecode>sample string 4</alphathreecode> <alphatwocode>sample string 3</alphatwocode> <countryName>sample string 2</countryName> <guid>sample string 1</guid> <numCode>sample string 5</numCode> </Country>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |