POST services/api/v1/Save_State

Request Information

URI Parameters

None.

Body Parameters

State_Master
NameDescriptionTypeAdditional information
Id

integer

None.

NationId

integer

None.

StateCode

string

None.

Description

string

None.

CountryName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "NationId": 2,
  "StateCode": "sample string 3",
  "Description": "sample string 4",
  "CountryName": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

State_Master
NameDescriptionTypeAdditional information
Id

integer

None.

NationId

integer

None.

StateCode

string

None.

Description

string

None.

CountryName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "NationId": 2,
  "StateCode": "sample string 3",
  "Description": "sample string 4",
  "CountryName": "sample string 5"
}