POST api/AreaPincode/Retrieve
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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": "9a020241-5949-41bd-9b40-aff039a99d8b",
"CompID": "987ea615-e6a4-4657-a7f3-3a04a35c496a",
"CreatedDate": "2025-11-02T15:58:14.4705673+05:30",
"ModifiedBy": "69033313-5318-47eb-a4d7-37bf0b0cdac6",
"ModifiedDate": "2025-11-02T15:58:14.4705673+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":"9a020241-5949-41bd-9b40-aff039a99d8b","CompID":"987ea615-e6a4-4657-a7f3-3a04a35c496a","CreatedDate":"2025-11-02T15:58:14.4705673+05:30","ModifiedBy":"69033313-5318-47eb-a4d7-37bf0b0cdac6","ModifiedDate":"2025-11-02T15:58:14.4705673+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>987ea615-e6a4-4657-a7f3-3a04a35c496a</CompID> <CreatedBy>9a020241-5949-41bd-9b40-aff039a99d8b</CreatedBy> <CreatedDate>2025-11-02T15:58:14.4705673+05:30</CreatedDate> <ModifiedBy>69033313-5318-47eb-a4d7-37bf0b0cdac6</ModifiedBy> <ModifiedDate>2025-11-02T15:58:14.4705673+05:30</ModifiedDate> <Pincode>sample string 2</Pincode> <RowVersion>QEBA</RowVersion> </AreaPincodeModels>