POST api/UserManagement/UpdatePincode
Request Information
URI Parameters
None.
Body Parameters
PincodeView| Name | Description | Type | Additional information |
|---|---|---|---|
| Pincode_Code | integer |
None. |
|
| Sys_Code | string |
None. |
|
| PostOffice_Code | integer |
None. |
|
| VillageName | string |
None. |
|
| ShortCode | string |
None. |
|
| ShortName | string |
None. |
|
| ZipCode | string |
None. |
|
| FormerlyName | string |
None. |
|
| ISOCode2 | string |
None. |
|
| ISOCode3 | string |
None. |
|
| LatLong | string |
None. |
|
| HindiName | string |
None. |
|
| OthreLanguage | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreateBy | integer |
None. |
|
| ModifiedDate | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| IsActive | boolean |
None. |
|
| IsDelete | boolean |
None. |
|
| IsSync | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Pincode_Code": 1,
"Sys_Code": "sample string 2",
"PostOffice_Code": 3,
"VillageName": "sample string 4",
"ShortCode": "sample string 5",
"ShortName": "sample string 6",
"ZipCode": "sample string 7",
"FormerlyName": "sample string 8",
"ISOCode2": "sample string 9",
"ISOCode3": "sample string 10",
"LatLong": "sample string 11",
"HindiName": "sample string 12",
"OthreLanguage": "sample string 13",
"CreatedDate": "2026-06-19T08:57:02.4341308+00:00",
"CreateBy": 1,
"ModifiedDate": "2026-06-19T08:57:02.4341308+00:00",
"ModifiedBy": 1,
"IsActive": true,
"IsDelete": true,
"IsSync": true
}
application/xml, text/xml
Sample:
<PincodeView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModelHRMS"> <CreateBy>1</CreateBy> <CreatedDate>2026-06-19T08:57:02.4341308+00:00</CreatedDate> <FormerlyName>sample string 8</FormerlyName> <HindiName>sample string 12</HindiName> <ISOCode2>sample string 9</ISOCode2> <ISOCode3>sample string 10</ISOCode3> <IsActive>true</IsActive> <IsDelete>true</IsDelete> <IsSync>true</IsSync> <LatLong>sample string 11</LatLong> <ModifiedBy>1</ModifiedBy> <ModifiedDate>2026-06-19T08:57:02.4341308+00:00</ModifiedDate> <OthreLanguage>sample string 13</OthreLanguage> <Pincode_Code>1</Pincode_Code> <PostOffice_Code>3</PostOffice_Code> <ShortCode>sample string 5</ShortCode> <ShortName>sample string 6</ShortName> <Sys_Code>sample string 2</Sys_Code> <VillageName>sample string 4</VillageName> <ZipCode>sample string 7</ZipCode> </PincodeView>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>