Skip to content

Commit 2a2f412

Browse files
authored
CS 1.0: SD-2982: Add cargoType filter (#620)
1 parent 98ea316 commit 2a2f412

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

.stoplight/styleguide.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

cs/v1/CS_v1.0.3.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,23 @@ paths:
233233
- `CY` (Container yard (incl. rail ramp))
234234
- `SD` (Store Door)
235235
- `CFS` (Container Freight Station)
236+
- schema:
237+
type: string
238+
default: DRY
239+
example: REEFER
240+
in: query
241+
name: cargoType
242+
description: |
243+
This parameter can influence:
244+
* the routing solutions returned
245+
* the feasibility of individual transport legs
246+
* the reported footprint values, when provided
247+
248+
Possible values:
249+
- `DRY` (For DRY cargo)
250+
- `REEFER` (Reefer cargo)
251+
252+
The default value is `DRY` in case this filter parameter is not used.
236253
- schema:
237254
type: integer
238255
format: int32

0 commit comments

Comments
 (0)