DHIL-3364 - externalOrderId is not a UUID but can be any string.

This commit is contained in:
Bas Boterman 2024-10-24 15:03:38 +02:00
parent 96f8dea0d9
commit 7bbbc85c4b

View File

@ -17,8 +17,7 @@ paths:
name: externalOrderId name: externalOrderId
schema: schema:
type: string type: string
format: uuid example: EXT001
example: 26ce08bc-0443-465f-9cd2-a7143f33eed0
required: false required: false
description: The order id in the external system. description: The order id in the external system.
- in: query - in: query