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": "4d2372ea-6354-4430-bd11-6c4fff2a3052",
"CompID": "293b81cb-daaf-45b3-bc71-4d4ffbafca4f",
"CreatedDate": "2025-11-02T15:56:59.8315687+05:30",
"ModifiedBy": "91fa31bc-be14-45a3-967a-11f0d2036371",
"ModifiedDate": "2025-11-02T15:56:59.8315687+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":"4d2372ea-6354-4430-bd11-6c4fff2a3052","CompID":"293b81cb-daaf-45b3-bc71-4d4ffbafca4f","CreatedDate":"2025-11-02T15:56:59.8315687+05:30","ModifiedBy":"91fa31bc-be14-45a3-967a-11f0d2036371","ModifiedDate":"2025-11-02T15:56:59.8315687+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>293b81cb-daaf-45b3-bc71-4d4ffbafca4f</CompID> <CreatedBy>4d2372ea-6354-4430-bd11-6c4fff2a3052</CreatedBy> <CreatedDate>2025-11-02T15:56:59.8315687+05:30</CreatedDate> <ModifiedBy>91fa31bc-be14-45a3-967a-11f0d2036371</ModifiedBy> <ModifiedDate>2025-11-02T15:56:59.8315687+05:30</ModifiedDate> <Pincode>sample string 2</Pincode> <RowVersion>QEBA</RowVersion> </AreaPincodeModels>