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": "28221e45-2920-4e41-9290-6e46bf2f99b0",
"order_vehicle_ID": 1,
"ExternalUniqueIdentifier": "735168cd-e062-4846-8c10-650225bb47dd",
"LastModifiedByUser": "1d14ea04-5950-4fbf-88d4-5f97291f5a72",
"LastModifiedDate": "2026-07-17T09:07:02.4154098",
"CreationDate": "2026-07-17T09:07:02.4154098",
"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-17T09:07:02.4154098+01:00</CreationDate> <ExternalUniqueIdentifier>735168cd-e062-4846-8c10-650225bb47dd</ExternalUniqueIdentifier> <LastChangeCounter>5</LastChangeCounter> <LastModifiedByUser>1d14ea04-5950-4fbf-88d4-5f97291f5a72</LastModifiedByUser> <LastModifiedDate>2026-07-17T09:07:02.4154098+01:00</LastModifiedDate> <CruiseID>1</CruiseID> <HookNumber>2</HookNumber> <UniqueID>28221e45-2920-4e41-9290-6e46bf2f99b0</UniqueID> <order_vehicle_ID>1</order_vehicle_ID> </HookDataTransferModel>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.