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": "ea6ae0ca-dd95-4ba5-8be2-3f46675d900e",
"IsVehicle": true,
"SubAccountEntityId": "e05aa034-326c-4c95-8f8e-cb82126a3704",
"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>ea6ae0ca-dd95-4ba5-8be2-3f46675d900e</IdentificationId> <IsVehicle>true</IsVehicle> <SubAccountEntityId>e05aa034-326c-4c95-8f8e-cb82126a3704</SubAccountEntityId> </IdentificationForwardDto>