...
A list of time registrations for each action the executing salvor has performed.
Element | Description | Type | Mandatory | Example |
---|---|---|---|---|
Type | The performed action | Enumeration | No | None, |
Timestamp | The datetime of when the action was performed | Date | No | 2021-12-06T10:23:35.520Z |
LocationIndex | Index corresponding with the From/To of the Leg | Integer | No | 1 |
ReasonForLateArrival | Reason for why the executing salvor was too late on the given incident location | String | No | Traffic jam |
LegId | Unique identifier of the leg | Guid | No |
...
List of consignment notes which can be downloaded.
Element | Description | Type | Mandatory | Example |
---|---|---|---|---|
Id | Unique identifier of the consignment note | Guid | No | |
LegId | Note: This field is not used and always empty (0) | Integer | No | 0 |
PdfUri | Public download URI which can be used to download the consignment note. Note: this link is valid for 7 days | String | No |
CompletedChecklists
List of checklists with questions that the salvor company has answered.
Element | Description | Type | Mandatory | Example |
---|---|---|---|---|
ExternalIdentifier | Unique identifier of the legIntegerthe checklist | String | No | checklist1 |
ChecklistName | Name of the checklist | String | No | Intake checklist |
ProcessStep | For whom the checklist is intended: the order intake colleague or the driver | Enumeration | No | None, |
AnsweredAt | The moment that the salvor completed the checklist | Date | No | 2021-12-06T10:23:35.520Z |
ChecklistAnswers (list) | ||||
Id | The identifier of the checklist answer | Integer | No | 1 |
Identifier | The identifier of the question | String | No | question-1 |
Value | The answer | String | No | 12500 |
Attachments
List of attachments that are attached to the order by the salvor company.
Element | Description | Type | Mandatory | Example |
---|---|---|---|---|
Uri | Public download URI which can be used to download the attachment. Note: this link is valid for 7 days | String | No | |
Filename | Name of the attachment | String | No | frontofvehicle.png |
MimeType | The mime type of the attachment | String | No | image/png |
Name | Internal file name of the attachment | String | No |
Vehicle
Description of the vehicle in need of service.
...