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": [
    "f7f2662b-8607-4917-b3bb-e5bac767c688",
    "4eb29126-9d13-4681-8a35-677310a7f333"
  ],
  "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>f7f2662b-8607-4917-b3bb-e5bac767c688</d2p1:guid>
    <d2p1:guid>4eb29126-9d13-4681-8a35-677310a7f333</d2p1:guid>
  </IdentificationIds>
  <Reason>64</Reason>
</MissedIdentificationsDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.