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