POST api/Country/GetState

Request Information

URI Parameters

None.

Body Parameters

GetState
NameDescriptionTypeAdditional information
STM_ID

integer

None.

STM_CODE

string

None.

STM_NAME

string

None.

STM_CO_ID

integer

None.

STM_STATUS

string

None.

START

integer

None.

LENGTH

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "STM_ID": 1,
  "STM_CODE": "sample string 1",
  "STM_NAME": "sample string 2",
  "STM_CO_ID": 1,
  "STM_STATUS": "sample string 3",
  "START": 1,
  "LENGTH": 1
}

application/xml, text/xml

Sample:
<GetState xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LENGTH>1</LENGTH>
  <START>1</START>
  <STM_CODE>sample string 1</STM_CODE>
  <STM_CO_ID>1</STM_CO_ID>
  <STM_ID>1</STM_ID>
  <STM_NAME>sample string 2</STM_NAME>
  <STM_STATUS>sample string 3</STM_STATUS>
</GetState>

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.