GET api/v2/Type/GetCountry

Request Information

URI Parameters

None.

Body Parameters

CountryModels
NameDescriptionTypeAdditional information
intCountryID

integer

None.

strCountryName

string

None.

strISOCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "intCountryID": 1,
  "strCountryName": "sample string 2",
  "strISOCode": "sample string 3"
}

application/xml, text/xml

Sample:
<CountryModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS2.WMSWebApiV2.Models">
  <intCountryID>1</intCountryID>
  <strCountryName>sample string 2</strCountryName>
  <strISOCode>sample string 3</strISOCode>
</CountryModels>

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.