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.
IdentificationsChangePinDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| PIN | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "767f2f46-2c00-4d1b-b63f-10fa98662778",
"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>767f2f46-2c00-4d1b-b63f-10fa98662778</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.