PUT IdentificationRequestBulkCancel

Request Information

URI Parameters

None.

Body Parameters

IdentificationsRequestChangeStatusDto
NameDescriptionTypeAdditional information
Ids

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Ids": [
    "a0c78d6e-69d3-4ebd-bf5d-14f58da3f179",
    "2efb7881-e3aa-4d8d-81f7-147d71333849"
  ]
}

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>a0c78d6e-69d3-4ebd-bf5d-14f58da3f179</d2p1:guid>
    <d2p1:guid>2efb7881-e3aa-4d8d-81f7-147d71333849</d2p1:guid>
  </Ids>
</IdentificationsRequestChangeStatusDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.