GET api/cruise/{cruiseId}/Hooks
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cruiseId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "6ee2aa75-d351-4d39-a30c-65fdc743f163",
"order_vehicle_ID": 1,
"ExternalUniqueIdentifier": "8ff65dc7-9d94-4a54-8d31-c467629c244e",
"LastModifiedByUser": "ddab424b-1255-45c7-ad96-1981a297c4a1",
"LastModifiedDate": "2026-09-21T02:12:32.2596935+01:00",
"CreationDate": "2026-09-21T02:12:32.2596935+01:00",
"LastChangeCounter": 5
},
{
"CruiseID": 1,
"HookNumber": 2,
"UniqueID": "6ee2aa75-d351-4d39-a30c-65fdc743f163",
"order_vehicle_ID": 1,
"ExternalUniqueIdentifier": "8ff65dc7-9d94-4a54-8d31-c467629c244e",
"LastModifiedByUser": "ddab424b-1255-45c7-ad96-1981a297c4a1",
"LastModifiedDate": "2026-09-21T02:12:32.2596935+01:00",
"CreationDate": "2026-09-21T02:12:32.2596935+01:00",
"LastChangeCounter": 5
}
]
application/xml, text/xml
Sample:
<ArrayOfHookDataTransferModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HandsetWebService.DataTransferModels">
<HookDataTransferModel>
<CreationDate>2026-09-21T02:12:32.2596935+01:00</CreationDate>
<ExternalUniqueIdentifier>8ff65dc7-9d94-4a54-8d31-c467629c244e</ExternalUniqueIdentifier>
<LastChangeCounter>5</LastChangeCounter>
<LastModifiedByUser>ddab424b-1255-45c7-ad96-1981a297c4a1</LastModifiedByUser>
<LastModifiedDate>2026-09-21T02:12:32.2596935+01:00</LastModifiedDate>
<CruiseID>1</CruiseID>
<HookNumber>2</HookNumber>
<UniqueID>6ee2aa75-d351-4d39-a30c-65fdc743f163</UniqueID>
<order_vehicle_ID>1</order_vehicle_ID>
</HookDataTransferModel>
<HookDataTransferModel>
<CreationDate>2026-09-21T02:12:32.2596935+01:00</CreationDate>
<ExternalUniqueIdentifier>8ff65dc7-9d94-4a54-8d31-c467629c244e</ExternalUniqueIdentifier>
<LastChangeCounter>5</LastChangeCounter>
<LastModifiedByUser>ddab424b-1255-45c7-ad96-1981a297c4a1</LastModifiedByUser>
<LastModifiedDate>2026-09-21T02:12:32.2596935+01:00</LastModifiedDate>
<CruiseID>1</CruiseID>
<HookNumber>2</HookNumber>
<UniqueID>6ee2aa75-d351-4d39-a30c-65fdc743f163</UniqueID>
<order_vehicle_ID>1</order_vehicle_ID>
</HookDataTransferModel>
</ArrayOfHookDataTransferModel>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.