POST api/CommBizUserNew/PostUpdatePinCode
Request Information
URI Parameters
None.
Body Parameters
PinCodeData| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberId | integer |
None. |
|
| PinCode | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MemberId": 1,
"PinCode": "sample string 2",
"City": "sample string 3",
"State": "sample string 4"
}
application/xml, text/xml
Sample:
<PinCodeData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <City>sample string 3</City> <MemberId>1</MemberId> <PinCode>sample string 2</PinCode> <State>sample string 4</State> </PinCodeData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.