POST api/StateMaster/postStateMaster

Request Information

URI Parameters

None.

Body Parameters

ModelStateMaster
NameDescriptionTypeAdditional information
StateId

integer

None.

StateName

string

None.

StateCode

string

None.

CountryId

integer

None.

StateRemarks

string

None.

StateActive

boolean

None.

CompCode

string

None.

LoginById

integer

None.

QueryType

string

None.

RowNumber

integer

None.

CountryName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StateId": 1,
  "StateName": "sample string 1",
  "StateCode": "sample string 2",
  "CountryId": 3,
  "StateRemarks": "sample string 4",
  "StateActive": true,
  "CompCode": "sample string 5",
  "LoginById": 1,
  "QueryType": "sample string 6",
  "RowNumber": 1,
  "CountryName": "sample string 7"
}

text/html, text/plain

Sample:
{"StateId":1,"StateName":"sample string 1","StateCode":"sample string 2","CountryId":3,"StateRemarks":"sample string 4","StateActive":true,"CompCode":"sample string 5","LoginById":1,"QueryType":"sample string 6","RowNumber":1,"CountryName":"sample string 7"}

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.