POST api/AreaPincode/Create
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": "d654041a-bcd7-4574-a09a-2922f7f39997",
"CompID": "3e7dc19e-f116-418f-a666-226b4a456828",
"CreatedDate": "2026-04-18T17:00:05.9715788+05:30",
"ModifiedBy": "bce127f6-c200-485b-b675-8c54807cec2c",
"ModifiedDate": "2026-04-18T17:00:05.9715788+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":"d654041a-bcd7-4574-a09a-2922f7f39997","CompID":"3e7dc19e-f116-418f-a666-226b4a456828","CreatedDate":"2026-04-18T17:00:05.9715788+05:30","ModifiedBy":"bce127f6-c200-485b-b675-8c54807cec2c","ModifiedDate":"2026-04-18T17:00:05.9715788+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>3e7dc19e-f116-418f-a666-226b4a456828</CompID> <CreatedBy>d654041a-bcd7-4574-a09a-2922f7f39997</CreatedBy> <CreatedDate>2026-04-18T17:00:05.9715788+05:30</CreatedDate> <ModifiedBy>bce127f6-c200-485b-b675-8c54807cec2c</ModifiedBy> <ModifiedDate>2026-04-18T17:00:05.9715788+05:30</ModifiedDate> <Pincode>sample string 2</Pincode> <RowVersion>QEBA</RowVersion> </AreaPincodeModels>