POST api/AreaPincode/Retrieve

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
paramList
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {},
  {},
  {}
]

text/html

Sample:
[{},{},{}]

application/xml, text/xml

Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <anyType />
  <anyType />
  <anyType />
</ArrayOfanyType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "AreaCode": 1,
  "Pincode": "sample string 2",
  "AreaName": "sample string 3",
  "Active": true,
  "CreatedBy": "56a01ccb-50be-4194-b2a4-6d4cf438e5eb",
  "CompID": "b2577fdf-29a4-4b2e-bd3f-9e788ff4425e",
  "CreatedDate": "2026-04-18T17:01:25.0972899+05:30",
  "ModifiedBy": "6c22c140-1674-445f-8994-1e4ca3a3e0e9",
  "ModifiedDate": "2026-04-18T17:01:25.0972899+05:30",
  "RowVersion": "QEBA",
  "City": "sample string 8",
  "ReturnCode": 9,
  "ReturnMessage": "sample string 10"
}

text/html

Sample:
{"AreaCode":1,"Pincode":"sample string 2","AreaName":"sample string 3","Active":true,"CreatedBy":"56a01ccb-50be-4194-b2a4-6d4cf438e5eb","CompID":"b2577fdf-29a4-4b2e-bd3f-9e788ff4425e","CreatedDate":"2026-04-18T17:01:25.0972899+05:30","ModifiedBy":"6c22c140-1674-445f-8994-1e4ca3a3e0e9","ModifiedDate":"2026-04-18T17:01:25.0972899+05:30","RowVersion":"QEBA","City":"sample string 8","ReturnCode":9,"ReturnMessage":"sample string 10"}

application/xml, text/xml

Sample:
<AreaPincodeModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
  <ReturnCode>9</ReturnCode>
  <ReturnMessage>sample string 10</ReturnMessage>
  <Active>true</Active>
  <AreaCode>1</AreaCode>
  <AreaName>sample string 3</AreaName>
  <City>sample string 8</City>
  <CompID>b2577fdf-29a4-4b2e-bd3f-9e788ff4425e</CompID>
  <CreatedBy>56a01ccb-50be-4194-b2a4-6d4cf438e5eb</CreatedBy>
  <CreatedDate>2026-04-18T17:01:25.0972899+05:30</CreatedDate>
  <ModifiedBy>6c22c140-1674-445f-8994-1e4ca3a3e0e9</ModifiedBy>
  <ModifiedDate>2026-04-18T17:01:25.0972899+05:30</ModifiedDate>
  <Pincode>sample string 2</Pincode>
  <RowVersion>QEBA</RowVersion>
</AreaPincodeModels>