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": "30d9db27-77ba-4466-afe1-0b6d1c51287c",
"order_vehicle_ID": 1,
"ExternalUniqueIdentifier": "ee5edf9c-4946-4f6b-b0ed-324aeae9319e",
"LastModifiedByUser": "1df030c5-9cf7-4233-a06b-de60afacae6c",
"LastModifiedDate": "2026-09-12T09:08:02.6187841",
"CreationDate": "2026-09-12T09:08:02.6187841",
"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-09-12T09:08:02.6187841+01:00</CreationDate> <ExternalUniqueIdentifier>ee5edf9c-4946-4f6b-b0ed-324aeae9319e</ExternalUniqueIdentifier> <LastChangeCounter>5</LastChangeCounter> <LastModifiedByUser>1df030c5-9cf7-4233-a06b-de60afacae6c</LastModifiedByUser> <LastModifiedDate>2026-09-12T09:08:02.6187841+01:00</LastModifiedDate> <CruiseID>1</CruiseID> <HookNumber>2</HookNumber> <UniqueID>30d9db27-77ba-4466-afe1-0b6d1c51287c</UniqueID> <order_vehicle_ID>1</order_vehicle_ID> </HookDataTransferModel>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.