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": [
    "b8bdaa2c-e5c5-4b98-bedb-8d27fdab98e0",
    "86debb56-e85c-46fe-af67-fe8e6f4a93c8"
  ]
}

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>b8bdaa2c-e5c5-4b98-bedb-8d27fdab98e0</d2p1:guid>
    <d2p1:guid>86debb56-e85c-46fe-af67-fe8e6f4a93c8</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.