POST MissedIdentifications

Request Information

URI Parameters

None.

Body Parameters

MissedIdentificationsDto
NameDescriptionTypeAdditional information
IdentificationIds

Collection of globally unique identifier

None.

Reason

byte

None.

Comment

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdentificationIds": [
    "34a6d836-9d44-4c8e-a88c-54d83edce126",
    "d8891a2a-a90e-4b3a-a3c9-96a5f85ce808"
  ],
  "Reason": 64,
  "Comment": "sample string 1"
}

application/xml, text/xml

Sample:
<MissedIdentificationsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model.Identification">
  <Comment>sample string 1</Comment>
  <IdentificationIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>34a6d836-9d44-4c8e-a88c-54d83edce126</d2p1:guid>
    <d2p1:guid>d8891a2a-a90e-4b3a-a3c9-96a5f85ce808</d2p1:guid>
  </IdentificationIds>
  <Reason>64</Reason>
</MissedIdentificationsDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.