POST api/countries

Request Information

URI Parameters

None.

Body Parameters

Country
NameDescriptionTypeAdditional information
Dml_Indicator

string

None.

Id

integer

None.

Sortname

string

None.

Name

string

None.

Phonecode

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Dml_Indicator": "sample string 1",
  "Id": 2,
  "Sortname": "sample string 3",
  "Name": "sample string 4",
  "Phonecode": 5
}

application/xml, text/xml

Sample:
<Country xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityLayer">
  <Dml_Indicator>sample string 1</Dml_Indicator>
  <Id>2</Id>
  <Name>sample string 4</Name>
  <Phonecode>5</Phonecode>
  <Sortname>sample string 3</Sortname>
</Country>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.