PUT IdentificationsChangePin/{id}

Updates the identification.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the identification.

globally unique identifier

Required

Body Parameters

The new data of the IdentificationsChangePinDto.

IdentificationsChangePinDto
NameDescriptionTypeAdditional 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.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.