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": "ebafbe01-1f50-4326-bd9b-9bed1bb642a2",
"order_vehicle_ID": 1,
"ExternalUniqueIdentifier": "6cb2aecf-7461-4860-9967-6f7d3956593a",
"LastModifiedByUser": "13da3231-d02a-4ee1-94a6-9486e1db5c4b",
"LastModifiedDate": "2026-01-09T12:32:13.941679",
"CreationDate": "2026-01-09T12:32:13.941679",
"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-01-09T12:32:13.941679+00:00</CreationDate> <ExternalUniqueIdentifier>6cb2aecf-7461-4860-9967-6f7d3956593a</ExternalUniqueIdentifier> <LastChangeCounter>5</LastChangeCounter> <LastModifiedByUser>13da3231-d02a-4ee1-94a6-9486e1db5c4b</LastModifiedByUser> <LastModifiedDate>2026-01-09T12:32:13.941679+00:00</LastModifiedDate> <CruiseID>1</CruiseID> <HookNumber>2</HookNumber> <UniqueID>ebafbe01-1f50-4326-bd9b-9bed1bb642a2</UniqueID> <order_vehicle_ID>1</order_vehicle_ID> </HookDataTransferModel>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.