POST Country/AddCountry
Request Information
URI Parameters
None.
Body Parameters
CountryMdetailsName | Description | Type | Additional information |
---|---|---|---|
country_name | string |
None. |
|
country_code | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "country_name": "sample string 1", "country_code": "sample string 2" }
application/xml, text/xml
Sample:
<CountryMdetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FingerCrewAPI.Models"> <country_code>sample string 2</country_code> <country_name>sample string 1</country_name> </CountryMdetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.