POST api/CountryMaster/postCountryMaster

Request Information

URI Parameters

None.

Body Parameters

ModelCountryMaster
NameDescriptionTypeAdditional information
CountryId

integer

None.

CountryName

string

None.

CountryRemarks

string

None.

CountryActive

boolean

None.

CompCode

string

None.

LoginById

integer

None.

QueryType

string

None.

RowNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CountryId": 1,
  "CountryName": "sample string 1",
  "CountryRemarks": "sample string 2",
  "CountryActive": true,
  "CompCode": "sample string 3",
  "LoginById": 1,
  "QueryType": "sample string 4",
  "RowNumber": 1
}

text/html, text/plain

Sample:
{"CountryId":1,"CountryName":"sample string 1","CountryRemarks":"sample string 2","CountryActive":true,"CompCode":"sample string 3","LoginById":1,"QueryType":"sample string 4","RowNumber":1}

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.