DHIL-3364 - Added dev. prios to API methods.

This commit is contained in:
Bas Boterman 2024-10-07 10:20:00 +02:00
parent 84e2f56dbd
commit 7d454c433d

View File

@ -10,7 +10,7 @@ paths:
get: get:
tags: tags:
- Order - Order
summary: Find orders. summary: P1. Find orders.
description: Find orders. description: Find orders.
parameters: parameters:
- in: query - in: query
@ -286,7 +286,7 @@ paths:
post: post:
tags: tags:
- Order - Order
summary: Create a new order. summary: P1. Create a new order.
description: Create a new order. description: Create a new order.
requestBody: requestBody:
content: content:
@ -427,7 +427,7 @@ paths:
required: true required: true
description: The id of the order to process. description: The id of the order to process.
get: get:
summary: Get a single order. summary: P1. Get a single order.
description: Get a single order. description: Get a single order.
tags: tags:
- Order - Order
@ -598,7 +598,7 @@ paths:
}, },
} }
patch: patch:
summary: Update an order. summary: P1. Update an order.
description: Update an order. description: Update an order.
tags: tags:
- Order - Order
@ -635,7 +635,7 @@ paths:
required: true required: true
description: The id of the order to process. description: The id of the order to process.
post: post:
summary: Add an order status. summary: P1. Add an order status.
description: Add an order status. description: Add an order status.
tags: tags:
- Order - Order
@ -672,7 +672,7 @@ paths:
required: true required: true
description: The id of the order to process. description: The id of the order to process.
post: post:
summary: Add one or more order lines to an order. summary: P1. Add one or more order lines to an order.
description: Add one or more order lines to an order. description: Add one or more order lines to an order.
tags: tags:
- Order Line - Order Line
@ -748,7 +748,7 @@ paths:
required: true required: true
description: The id of the order to process. description: The id of the order to process.
post: post:
summary: Add one or more payments to an order. summary: P2. Add one or more payments to an order.
description: Add one or more payments to an order. description: Add one or more payments to an order.
tags: tags:
- Payment - Payment
@ -806,7 +806,7 @@ paths:
required: true required: true
description: The id of the order to process. description: The id of the order to process.
post: post:
summary: Add a customer to an order. summary: P3. Add a customer to an order.
description: Add a customer to an order. description: Add a customer to an order.
tags: tags:
- Customer - Customer
@ -846,7 +846,7 @@ paths:
{ "orderCustomerId": "9c9ae71f-7de9-49f9-b676-b0fe103f6286" } { "orderCustomerId": "9c9ae71f-7de9-49f9-b676-b0fe103f6286" }
/orderlines: /orderlines:
get: get:
summary: Find order lines. summary: P1. Find order lines.
description: Find order lines. description: Find order lines.
tags: tags:
- Order Line - Order Line
@ -1076,7 +1076,7 @@ paths:
required: true required: true
description: The id of the order line to process. description: The id of the order line to process.
patch: patch:
summary: Update an order line. summary: P1. Update an order line.
description: Update an order line. description: Update an order line.
tags: tags:
- Order Line - Order Line
@ -1115,7 +1115,7 @@ paths:
required: true required: true
description: The id of the order line to process. description: The id of the order line to process.
post: post:
summary: Add an accounting status to an order line. summary: P4. Add an accounting status to an order line.
description: Add an accounting status to an order line. description: Add an accounting status to an order line.
tags: tags:
- Order Line - Order Line
@ -1152,7 +1152,7 @@ paths:
required: true required: true
description: The id of the order line to process. description: The id of the order line to process.
post: post:
summary: Add a customer token to an order line. summary: P3. Add a customer token to an order line.
description: Add acustomer token to an order line. description: Add acustomer token to an order line.
tags: tags:
- Order Line - Order Line
@ -1190,7 +1190,7 @@ paths:
{ "customerTokenId": "eeec597c-36c4-41b2-aeeb-ab5c32f2365d" } { "customerTokenId": "eeec597c-36c4-41b2-aeeb-ab5c32f2365d" }
/customertokens: /customertokens:
get: get:
summary: Find customer tokens. summary: P3. Find customer tokens.
description: Find customer tokens. description: Find customer tokens.
tags: tags:
- Order Line - Order Line
@ -1298,7 +1298,7 @@ paths:
required: true required: true
description: The id of the customer token. description: The id of the customer token.
patch: patch:
summary: Update a customer token. summary: P3. Update a customer token.
description: Update a customer token. description: Update a customer token.
tags: tags:
- Order Line - Order Line
@ -1327,7 +1327,7 @@ paths:
{ "customerTokenId": "0aedb483-2477-4720-aee6-7abcd016843b" } { "customerTokenId": "0aedb483-2477-4720-aee6-7abcd016843b" }
/personalaccountdata: /personalaccountdata:
get: get:
summary: Find personal account data. summary: P5. Find personal account data.
description: Find customer tokens. description: Find customer tokens.
tags: tags:
- Order Line - Order Line
@ -1427,7 +1427,7 @@ paths:
required: true required: true
description: The id of the personal account data. description: The id of the personal account data.
patch: patch:
summary: Update personal account data. summary: P5. Update personal account data.
description: Update personal account data. description: Update personal account data.
tags: tags:
- Order Line - Order Line
@ -1455,7 +1455,7 @@ paths:
"personalAccountDataId": "47041fde-7044-42e6-9ab5-091c05ce32f5", "personalAccountDataId": "47041fde-7044-42e6-9ab5-091c05ce32f5",
} }
delete: delete:
summary: Delete personal account data. summary: P5. Delete personal account data.
description: Delete personal account data. description: Delete personal account data.
tags: tags:
- Order Line - Order Line
@ -1464,7 +1464,7 @@ paths:
description: Ok description: Ok
/payments: /payments:
get: get:
summary: Find payments. summary: P2. Find payments.
description: Find payments. description: Find payments.
tags: tags:
- Payment - Payment
@ -1615,7 +1615,7 @@ paths:
required: true required: true
description: The id of the payment to process. description: The id of the payment to process.
patch: patch:
summary: Update a payment. summary: P2. Update a payment.
description: Update a payment. description: Update a payment.
tags: tags:
- Payment - Payment
@ -1648,7 +1648,7 @@ paths:
required: true required: true
description: The id of the payment to process. description: The id of the payment to process.
post: post:
summary: Add a payment status. summary: P2. Add a payment status.
description: Add a payment status. description: Add a payment status.
tags: tags:
- Payment - Payment
@ -1679,7 +1679,7 @@ paths:
} }
/mandateinputs: /mandateinputs:
get: get:
summary: Find mandate inputs. summary: P2. Find mandate inputs.
description: Find mandate inputs. description: Find mandate inputs.
tags: tags:
- Payment - Payment
@ -1778,7 +1778,7 @@ paths:
required: true required: true
description: The id of the mandate input to process. description: The id of the mandate input to process.
delete: delete:
summary: Delete a mandate input. summary: P2. Delete a mandate input.
description: Delete a mandate input. description: Delete a mandate input.
tags: tags:
- Payment - Payment
@ -1787,7 +1787,7 @@ paths:
description: Ok description: Ok
/ordercustomers: /ordercustomers:
get: get:
summary: Find customers on an order. summary: P3. Find customers on an order.
description: Find customers on an order. description: Find customers on an order.
tags: tags:
- Customer - Customer
@ -1888,7 +1888,7 @@ paths:
required: true required: true
description: The id of the customer. description: The id of the customer.
patch: patch:
summary: Update a customer on an order. summary: P3. Update a customer on an order.
description: Update a customer on an order. description: Update a customer on an order.
tags: tags:
- Customer - Customer
@ -1925,7 +1925,7 @@ paths:
required: true required: true
description: The id of the customer on the order. description: The id of the customer on the order.
post: post:
summary: Add one or more addresses to a customer of the order. summary: P3. Add one or more addresses to a customer of the order.
description: Add one or more addresses to a customer of the order. description: Add one or more addresses to a customer of the order.
tags: tags:
- Customer - Customer
@ -1959,7 +1959,7 @@ paths:
} }
/ordercustomeraddresses: /ordercustomeraddresses:
get: get:
summary: Find addresses of a customer on an order. summary: P3. Find addresses of a customer on an order.
description: Find addresses of a customer on an order. description: Find addresses of a customer on an order.
tags: tags:
- Customer - Customer
@ -2064,7 +2064,7 @@ paths:
required: true required: true
description: The id of the customer address. description: The id of the customer address.
patch: patch:
summary: Update an address of a customer on an order. summary: P3. Update an address of a customer on an order.
description: Update an address of a customer on an order. description: Update an address of a customer on an order.
tags: tags:
- Customer - Customer