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": "860c1e92-b9d6-47c7-8408-60cea9a806ef",
"order_vehicle_ID": 1,
"ExternalUniqueIdentifier": "91c80719-07c4-4048-a6cf-420b45d7155c",
"LastModifiedByUser": "6ef3ce13-ded1-4eb1-bf1e-e9de014745dc",
"LastModifiedDate": "2026-07-21T19:41:15.1630119",
"CreationDate": "2026-07-21T19:41:15.1630119",
"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-07-21T19:41:15.1630119+01:00</CreationDate> <ExternalUniqueIdentifier>91c80719-07c4-4048-a6cf-420b45d7155c</ExternalUniqueIdentifier> <LastChangeCounter>5</LastChangeCounter> <LastModifiedByUser>6ef3ce13-ded1-4eb1-bf1e-e9de014745dc</LastModifiedByUser> <LastModifiedDate>2026-07-21T19:41:15.1630119+01:00</LastModifiedDate> <CruiseID>1</CruiseID> <HookNumber>2</HookNumber> <UniqueID>860c1e92-b9d6-47c7-8408-60cea9a806ef</UniqueID> <order_vehicle_ID>1</order_vehicle_ID> </HookDataTransferModel>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.