GET IdentificationsForward?identificationId={identificationId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
identificationId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

IdentificationForwardDto
NameDescriptionTypeAdditional information
IdentificationId

globally unique identifier

None.

IsVehicle

boolean

None.

SubAccountEntityId

globally unique identifier

None.

Email

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IdentificationId": "695d473f-51cf-49ef-8a66-46594606cdfc",
  "IsVehicle": true,
  "SubAccountEntityId": "12ec8ae1-c8e6-4ded-a499-77c1719ed150",
  "Email": "sample string 4"
}

application/xml, text/xml

Sample:
<IdentificationForwardDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model.Identification">
  <Email>sample string 4</Email>
  <IdentificationId>695d473f-51cf-49ef-8a66-46594606cdfc</IdentificationId>
  <IsVehicle>true</IsVehicle>
  <SubAccountEntityId>12ec8ae1-c8e6-4ded-a499-77c1719ed150</SubAccountEntityId>
</IdentificationForwardDto>