OrderAcceptance
General
This event is emitted when the order is accepted by the salvor
Specification
- 1 General
- 2 Specification
- 2.1 XSD
- 2.2 Example messages
- 2.3 Models
- 2.3.1 AcceptanceRequest
- 2.3.2 ExternalReference
XSD
Example messages
Models
AcceptanceRequest
Element | Description | Type | Mandatory | Example |
---|---|---|---|---|
Receiver | Identifier of the sender (customer) of the original order (in case of chartering) Name of the debtor of the order (in case of IM-order) | string | Yes |
|
Sender | Unique identifier for the towing company | string | Yes |
|
AcceptedAt | Timestamp the order is accepted | Date |
| 2021-12-06T10:23:35.520Z |
AlcReference | Ordernumber as given by the AlarmCentre | string |
|
|
OrderNumber | Ordernumber as given by the towingCompany | string |
|
|
TowerId | Unique identifier for the towing company | string |
|
|
Accepted | Result of the acceptance. | bool |
|
|
ReasonNotAccepted | Reason for not accepting the order This field is not used in the current implementation | string |
|
|
ExternalReferences | Name-value collection as sent by the customer during ordercreation | Collection of ExternalReferences | No |
|
ExternalReference
Element | Description | Type | Mandatory | Example |
---|---|---|---|---|
name | name of the reference | string | yes |
|
value | value of the reference | string | Yes |
|
AcceptanceResponse