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": [
    "c3e615ed-0d8c-4fd6-b64d-daed390c25b7",
    "02dcece6-6b51-4f65-afb3-a4f010e6eefe"
  ],
  "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>c3e615ed-0d8c-4fd6-b64d-daed390c25b7</d2p1:guid>
    <d2p1:guid>02dcece6-6b51-4f65-afb3-a4f010e6eefe</d2p1:guid>
  </IdentificationIds>
  <Reason>64</Reason>
</MissedIdentificationsDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.