ReportVehicleStored
General
A charter can notify your assignment has been stored on a location.
Â
Specification
Endpoint route: POST /charter-assignments/{customerReference}/vehicle-storage-report
Â
TEST
Open-api specification:Â https://berger.test.assistanceonline.nl/api/assignments-external/v2/swagger/v1/swagger.json
Swagger-ui:Â https://berger.test.assistanceonline.nl/api/assignments-external/v2/swagger/
PROD
Open-api specification:Â https://berger.assistanceonline.nl/api/assignments-external/v2/swagger/v1/swagger.json
Swagger-ui:Â https://berger.assistanceonline.nl/api/assignments-external/v2/swagger/
Â
Models
VehicleStoredReportRequest
Element | Description | Type | Mandatory | Example |
---|---|---|---|---|
Receiver | Â Identifier of the sender (customer) of the original order | string | yes | Â |
Sender | Unique AO identifier for the towing company | string | yes | Â |
CharterAssignmentId | External reference of the order | string | yes | Â |
Locations | Locations of the order | Location | InterimLocation is Mandatory, destination is optional | is |
VehicleStoredReportResponse
Element | Description | Type | Mandatory | Example |
---|---|---|---|---|
Success | Â Indicator if the request has been processed successfully | boolean | yes | Â |
Result | Textual result representation | string | yes | Â |
ReasonNoSuccess | message to explain why not succeeded | string | no | Â |
CharterDestinationDiffers | true if the destination reported by the charter is not the same as the destination known by the customer | bool | No | Â |