POST api/User/AddCountry

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
countryModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CountryID": 1,
  "CountryCode": "sample string 2",
  "CountryName": "sample string 3",
  "Description": "sample string 4"
}

application/xml, text/xml

Sample:
<CountryInfoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/crmData.Models">
  <CountryCode>sample string 2</CountryCode>
  <CountryID>1</CountryID>
  <CountryName>sample string 3</CountryName>
  <Description>sample string 4</Description>
</CountryInfoModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.