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": "d69caa2f-3eb2-4d9b-bb6d-070836df5960",
"order_vehicle_ID": 1,
"ExternalUniqueIdentifier": "b1d89bde-3e17-4779-a8d8-3bddbe8ee105",
"LastModifiedByUser": "8f2f37ff-c053-4a58-a54e-7c73cc49f9d2",
"LastModifiedDate": "2025-12-24T14:31:13.1633614",
"CreationDate": "2025-12-24T14:31:13.1633614",
"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>2025-12-24T14:31:13.1633614+00:00</CreationDate> <ExternalUniqueIdentifier>b1d89bde-3e17-4779-a8d8-3bddbe8ee105</ExternalUniqueIdentifier> <LastChangeCounter>5</LastChangeCounter> <LastModifiedByUser>8f2f37ff-c053-4a58-a54e-7c73cc49f9d2</LastModifiedByUser> <LastModifiedDate>2025-12-24T14:31:13.1633614+00:00</LastModifiedDate> <CruiseID>1</CruiseID> <HookNumber>2</HookNumber> <UniqueID>d69caa2f-3eb2-4d9b-bb6d-070836df5960</UniqueID> <order_vehicle_ID>1</order_vehicle_ID> </HookDataTransferModel>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.