POST api/AreaPincode/Create

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": "5ba20e21-b692-451e-8809-049f7a5163f7",
  "CompID": "c1a7befc-b364-45b4-a580-0c0f85df618b",
  "CreatedDate": "2025-11-02T15:55:46.5582827+05:30",
  "ModifiedBy": "20a76381-ca37-4672-9220-189ad68700a8",
  "ModifiedDate": "2025-11-02T15:55:46.5582827+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":"5ba20e21-b692-451e-8809-049f7a5163f7","CompID":"c1a7befc-b364-45b4-a580-0c0f85df618b","CreatedDate":"2025-11-02T15:55:46.5582827+05:30","ModifiedBy":"20a76381-ca37-4672-9220-189ad68700a8","ModifiedDate":"2025-11-02T15:55:46.5582827+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>c1a7befc-b364-45b4-a580-0c0f85df618b</CompID>
  <CreatedBy>5ba20e21-b692-451e-8809-049f7a5163f7</CreatedBy>
  <CreatedDate>2025-11-02T15:55:46.5582827+05:30</CreatedDate>
  <ModifiedBy>20a76381-ca37-4672-9220-189ad68700a8</ModifiedBy>
  <ModifiedDate>2025-11-02T15:55:46.5582827+05:30</ModifiedDate>
  <Pincode>sample string 2</Pincode>
  <RowVersion>QEBA</RowVersion>
</AreaPincodeModels>