POST api/AreaPincode/Update
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": "6f481a25-0f73-406d-b626-bb6a37e30d9b",
"CompID": "fce89bed-dd20-4f46-8ea1-f47a2176176e",
"CreatedDate": "2026-04-18T17:01:46.8006503+05:30",
"ModifiedBy": "0c2a1213-9ea5-47ea-b1a5-9112d8c50520",
"ModifiedDate": "2026-04-18T17:01:46.8006503+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":"6f481a25-0f73-406d-b626-bb6a37e30d9b","CompID":"fce89bed-dd20-4f46-8ea1-f47a2176176e","CreatedDate":"2026-04-18T17:01:46.8006503+05:30","ModifiedBy":"0c2a1213-9ea5-47ea-b1a5-9112d8c50520","ModifiedDate":"2026-04-18T17:01:46.8006503+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>fce89bed-dd20-4f46-8ea1-f47a2176176e</CompID> <CreatedBy>6f481a25-0f73-406d-b626-bb6a37e30d9b</CreatedBy> <CreatedDate>2026-04-18T17:01:46.8006503+05:30</CreatedDate> <ModifiedBy>0c2a1213-9ea5-47ea-b1a5-9112d8c50520</ModifiedBy> <ModifiedDate>2026-04-18T17:01:46.8006503+05:30</ModifiedDate> <Pincode>sample string 2</Pincode> <RowVersion>QEBA</RowVersion> </AreaPincodeModels>