GET api/cruise/{cruiseId}/Hook/{hookNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cruiseId | integer |
Required |
|
| hookNumber | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HookDataTransferModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CruiseID | integer |
None. |
|
| HookNumber | integer |
None. |
|
| UniqueID | globally unique identifier |
None. |
|
| order_vehicle_ID | integer |
None. |
|
| ExternalUniqueIdentifier | globally unique identifier |
None. |
|
| LastModifiedByUser | globally unique identifier |
None. |
|
| LastModifiedDate | date |
None. |
|
| CreationDate | date |
None. |
|
| LastChangeCounter | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"CruiseID": 1,
"HookNumber": 2,
"UniqueID": "da81476c-4f1c-496a-9d19-757465196c4a",
"order_vehicle_ID": 1,
"ExternalUniqueIdentifier": "8d9075ee-605b-4d9e-8130-e5f98faaa778",
"LastModifiedByUser": "564884b0-1757-4fc6-9ef5-af536507c371",
"LastModifiedDate": "2026-04-18T13:21:42.6771025",
"CreationDate": "2026-04-18T13:21:42.6771025",
"LastChangeCounter": 5
}
application/xml, text/xml
Sample:
<HookDataTransferModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HandsetWebService.DataTransferModels"> <CreationDate>2026-04-18T13:21:42.6771025+01:00</CreationDate> <ExternalUniqueIdentifier>8d9075ee-605b-4d9e-8130-e5f98faaa778</ExternalUniqueIdentifier> <LastChangeCounter>5</LastChangeCounter> <LastModifiedByUser>564884b0-1757-4fc6-9ef5-af536507c371</LastModifiedByUser> <LastModifiedDate>2026-04-18T13:21:42.6771025+01:00</LastModifiedDate> <CruiseID>1</CruiseID> <HookNumber>2</HookNumber> <UniqueID>da81476c-4f1c-496a-9d19-757465196c4a</UniqueID> <order_vehicle_ID>1</order_vehicle_ID> </HookDataTransferModel>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.