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": [
    "e398f3be-ce83-4f4e-8aa0-45371006806c",
    "72ec6ed7-773b-4b6e-9a7a-7078a3556317"
  ],
  "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>e398f3be-ce83-4f4e-8aa0-45371006806c</d2p1:guid>
    <d2p1:guid>72ec6ed7-773b-4b6e-9a7a-7078a3556317</d2p1:guid>
  </IdentificationIds>
  <Reason>64</Reason>
</MissedIdentificationsDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.