POST api/cd/detailsbypincode

Request Information

URI Parameters

None.

Body Parameters

PinCode
NameDescriptionTypeAdditional information
Id

integer

None.

postoffice_name

string

None.

pincode

string

None.

city_name

string

None.

district_name

string

None.

state_name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "postoffice_name": "sample string 2",
  "pincode": "sample string 3",
  "city_name": "sample string 4",
  "district_name": "sample string 5",
  "state_name": "sample string 6"
}

multipart/form-data

Sample:
{"Id":1,"postoffice_name":"sample string 2","pincode":"sample string 3","city_name":"sample string 4","district_name":"sample string 5","state_name":"sample string 6"}

application/xml, text/xml

Sample:
<PinCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sell_API.Models">
  <Id>1</Id>
  <city_name>sample string 4</city_name>
  <district_name>sample string 5</district_name>
  <pincode>sample string 3</pincode>
  <postoffice_name>sample string 2</postoffice_name>
  <state_name>sample string 6</state_name>
</PinCode>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, multipart/form-data, application/xml, text/xml

Sample:

Sample not available.