PUT api/my/basura/customers/pin
Request Information
URI Parameters
None.
Body Parameters
PinUpdateDTOName | Description | Type | Additional information |
---|---|---|---|
oldpin | integer |
None. |
|
newpin | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "oldpin": 1, "newpin": 2 }
application/xml, text/xml
Sample:
<PinUpdateDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.DTO"> <newpin>2</newpin> <oldpin>1</oldpin> </PinUpdateDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.