DHIL-3364 - Order lines are added in single.
This commit is contained in:
parent
a411e60968
commit
673d456fc2
@ -672,8 +672,8 @@ paths:
|
|||||||
required: true
|
required: true
|
||||||
description: The id of the order to process.
|
description: The id of the order to process.
|
||||||
post:
|
post:
|
||||||
summary: P1. Add one or more order lines to an order.
|
summary: P1. Add a single order line to an order.
|
||||||
description: Add one or more order lines to an order.
|
description: Add a single order line to an order.
|
||||||
tags:
|
tags:
|
||||||
- Order Line
|
- Order Line
|
||||||
requestBody:
|
requestBody:
|
||||||
@ -682,7 +682,6 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/unavailable"
|
$ref: "#/components/schemas/unavailable"
|
||||||
example:
|
example:
|
||||||
[
|
|
||||||
{
|
{
|
||||||
"productId": 1,
|
"productId": 1,
|
||||||
"productName": "HTM Maandkorting 20%",
|
"productName": "HTM Maandkorting 20%",
|
||||||
@ -727,8 +726,7 @@ paths:
|
|||||||
"description": "Financiele transactie voor de FIKO.",
|
"description": "Financiele transactie voor de FIKO.",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
}
|
||||||
]
|
|
||||||
responses:
|
responses:
|
||||||
"201":
|
"201":
|
||||||
description: Created
|
description: Created
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user