PUT api/Hook/Put
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"CruiseID": 1,
"HookNumber": 2,
"UniqueID": "d0438435-c36e-484d-abfb-49c8d38a7b9f",
"order_vehicle_ID": 1,
"ExternalUniqueIdentifier": "ca818dee-8c48-43c0-8171-3a5126c14b79",
"LastModifiedByUser": "79a22247-6612-43cb-8ce5-2514fa2eba03",
"LastModifiedDate": "2026-07-17T09:07:02.6834203",
"CreationDate": "2026-07-17T09:07:02.6834203",
"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.6834203+01:00</CreationDate> <ExternalUniqueIdentifier>ca818dee-8c48-43c0-8171-3a5126c14b79</ExternalUniqueIdentifier> <LastChangeCounter>5</LastChangeCounter> <LastModifiedByUser>79a22247-6612-43cb-8ce5-2514fa2eba03</LastModifiedByUser> <LastModifiedDate>2026-07-17T09:07:02.6834203+01:00</LastModifiedDate> <CruiseID>1</CruiseID> <HookNumber>2</HookNumber> <UniqueID>d0438435-c36e-484d-abfb-49c8d38a7b9f</UniqueID> <order_vehicle_ID>1</order_vehicle_ID> </HookDataTransferModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |