Skip to content

Update of descriptions for query parameters in GET /logistics-delivery-notes #278

Description

@larsolofsson

Existing query parameter deliveryInstructionSequenceNumber

 - in: query
name: deliveryInstructionSequenceNumber
schema:
type: integer
minimum: 0
required: false
description: filter based on `deliveryInstructionNumber` (string) and `deliveryInstructionSequenceNumber` (integer)

Description to be changed to

 description: | filter based on `deliveryInstructionSequenceNumber` (integer).
MUST only be used combined with query parameter `deliveryInstructionNumber` (string).

Existing query parameter shipFromLocation.identifierBySupplier

 - in: query
name: shipFromLocation.identifierBySupplier
schema:
type: string
minLength: 1
required: false
description: filter based on `shipFromLocation.identifierBySupplier`.

Description to be changed to

 description: | filter based on `shipFromLocation.identifierBySupplier`.
It MUST correspond to the `.shipFromLocation` object of the **first** `.deliveryLegs[]`.

Existing query parameter shipToLocation.identifierBySupplier

 - in: query
name: shipToLocation.identifierBySupplier
schema:
type: string
minLength: 1
required: false
description: filter based on `shipToLocation.identifierBySupplier`.

Description to be changed to

 description: | filter based on `shipToLocation.identifierBySupplier`.
It MUST correspond to the `.shipToLocation` object of the **last** `.deliveryLegs[]`.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions