PUT IdentificationRequestBulkCancel

Request Identifications for drivers.

Request Information

URI Parameters

None.

Body Parameters

The ids of the IdentificationRequest.

IdentificationsRequestChangeStatusDto
NameDescriptionTypeAdditional information
Ids

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Ids": [
    "6583f4e4-4298-48bb-941f-fe3811a45a3f",
    "77c97b09-f906-401b-9207-68999d1ffb8e"
  ]
}

application/xml, text/xml

Sample:
<IdentificationsRequestChangeStatusDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
  <Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>6583f4e4-4298-48bb-941f-fe3811a45a3f</d2p1:guid>
    <d2p1:guid>77c97b09-f906-401b-9207-68999d1ffb8e</d2p1:guid>
  </Ids>
</IdentificationsRequestChangeStatusDto>

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.