POST api/AdmCountryMaster/AddAdmCountryMaster
Request Information
URI Parameters
None.
Body Parameters
AdmCountryMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| AdmCountryMasterId | integer |
None. |
|
| CountryDescription | string |
None. |
|
| Status | string |
None. |
|
| CreatedDate | string |
None. |
|
| CreatedBy | string |
None. |
|
| UpdatedDate | string |
None. |
|
| UpdatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AdmCountryMasterId": 1,
"CountryDescription": "sample string 2",
"Status": "sample string 3",
"CreatedDate": "sample string 4",
"CreatedBy": "sample string 5",
"UpdatedDate": "sample string 6",
"UpdatedBy": "sample string 7"
}
application/xml, text/xml
Sample:
<AdmCountryMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SocialHiveAPI.Models"> <AdmCountryMasterId>1</AdmCountryMasterId> <CountryDescription>sample string 2</CountryDescription> <CreatedBy>sample string 5</CreatedBy> <CreatedDate>sample string 4</CreatedDate> <Status>sample string 3</Status> <UpdatedBy>sample string 7</UpdatedBy> <UpdatedDate>sample string 6</UpdatedDate> </AdmCountryMaster>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.