PUT IdentificationsChangePin/{id}
Updates the identification.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The ID of the identification. |
globally unique identifier |
Required |
Body Parameters
The new data of the IdentificationsChangePinDto.
IdentificationsChangePinDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
PIN | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "a1b10dbd-a4d6-47ea-b1bd-e52affd9fbab", "PIN": "sample string 2" }
application/xml, text/xml
Sample:
<IdentificationsChangePinDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Id>a1b10dbd-a4d6-47ea-b1bd-e52affd9fbab</Id> <PIN>sample string 2</PIN> </IdentificationsChangePinDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.