We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ea316 commit 2a2f412Copy full SHA for 2a2f412
2 files changed
.stoplight/styleguide.json
cs/v1/CS_v1.0.3.yaml
@@ -233,6 +233,23 @@ paths:
233
- `CY` (Container yard (incl. rail ramp))
234
- `SD` (Store Door)
235
- `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.
253
- schema:
254
type: integer
255
format: int32
0 commit comments