GET IdentificationsForward?identificationId={identificationId}
Obtiene la informacion necesaria para mostrar el popup de Forward de una identificacion.
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": "11cfd534-f6e0-4470-a3ff-26650532c772",
"IsVehicle": true,
"SubAccountEntityId": "118647c4-15ba-45d2-aa48-853f577e0ab4",
"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>11cfd534-f6e0-4470-a3ff-26650532c772</IdentificationId> <IsVehicle>true</IsVehicle> <SubAccountEntityId>118647c4-15ba-45d2-aa48-853f577e0ab4</SubAccountEntityId> </IdentificationForwardDto>