GET IdentificationsForward?identificationId={identificationId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| identificationId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
IdentificationForwardDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IdentificationId | globally unique identifier |
None. |
|
| IsVehicle | boolean |
None. |
|
| SubAccountEntityId | globally unique identifier |
None. |
|
| string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdentificationId": "ebc6c209-900b-4b67-a41b-56f2d2a85eae",
"IsVehicle": true,
"SubAccountEntityId": "d89e0e56-bd44-4e0b-b151-cef2d27cc39b",
"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>ebc6c209-900b-4b67-a41b-56f2d2a85eae</IdentificationId> <IsVehicle>true</IsVehicle> <SubAccountEntityId>d89e0e56-bd44-4e0b-b151-cef2d27cc39b</SubAccountEntityId> </IdentificationForwardDto>