feature/OVPAY-1126 #2
@ -474,7 +474,7 @@ paths:
|
||||
description: The JWT of the logged in customer (in case of a web shop).
|
||||
get:
|
||||
tags:
|
||||
- Order Retrieval v2 (RFU)
|
||||
- Order Retrieval v2.1
|
||||
summary: Get all orders for a specific customer.
|
||||
description: Get all orders for a specific customer.
|
||||
responses:
|
||||
@ -668,7 +668,7 @@ paths:
|
||||
description: The JWT of the logged in customer (in case of a web shop).
|
||||
post:
|
||||
tags:
|
||||
- Order Creation v2 (RFU)
|
||||
- Order Creation v2.1
|
||||
summary: Create a new order.
|
||||
description: Create a new order.
|
||||
requestBody:
|
||||
@ -826,7 +826,7 @@ paths:
|
||||
description: The JWT of the logged in customer (in case of a web shop).
|
||||
get:
|
||||
tags:
|
||||
- Order Retrieval v2 (RFU)
|
||||
- Order Retrieval v2.1
|
||||
summary: Get a single order.
|
||||
description: Get a single order.
|
||||
responses:
|
||||
@ -1009,7 +1009,7 @@ paths:
|
||||
}
|
||||
patch:
|
||||
tags:
|
||||
- Order Creation v2 (RFU)
|
||||
- Order Creation v2.1
|
||||
summary: Update an existing order.
|
||||
description: Update an existing order.
|
||||
requestBody:
|
||||
@ -1023,7 +1023,7 @@ paths:
|
||||
description: OK
|
||||
delete:
|
||||
tags:
|
||||
- Order Creation v2 (RFU)
|
||||
- Order Creation v2.1
|
||||
summary: Delete an existing order.
|
||||
description: Delete an existing order.
|
||||
responses:
|
||||
@ -1048,7 +1048,7 @@ paths:
|
||||
description: The JWT of the logged in customer (in case of a web shop).
|
||||
post:
|
||||
tags:
|
||||
- Order Creation v2 (RFU)
|
||||
- Order Creation v2.1
|
||||
summary: Add a new order line to an existing order.
|
||||
description: Add a new order line to an existing order.
|
||||
requestBody:
|
||||
@ -1130,7 +1130,7 @@ paths:
|
||||
description: The JWT of the logged in customer (in case of a web shop).
|
||||
patch:
|
||||
tags:
|
||||
- Order Creation v2 (RFU)
|
||||
- Order Creation v2.1
|
||||
summary: Update an existing order line.
|
||||
description: Update an existing order line.
|
||||
requestBody:
|
||||
@ -1159,7 +1159,7 @@ paths:
|
||||
example: { "orderLineId": "e78b78d9-4fb0-4a9c-8dc0-6d100c9f1b3f" }
|
||||
delete:
|
||||
tags:
|
||||
- Order Creation v2 (RFU)
|
||||
- Order Creation v2.1
|
||||
summary: Delete an existing order line.
|
||||
description: Delete an existing order line.
|
||||
responses:
|
||||
@ -1184,7 +1184,7 @@ paths:
|
||||
description: The JWT of the logged in customer (in case of a web shop).
|
||||
post:
|
||||
tags:
|
||||
- Order Creation v2 (RFU)
|
||||
- Order Creation v2.1
|
||||
summary: Add a payment to an existing order.
|
||||
description: Add a payment to an existing order.
|
||||
requestBody:
|
||||
@ -1248,7 +1248,7 @@ paths:
|
||||
description: The JWT of the logged in customer (in case of a web shop).
|
||||
patch:
|
||||
tags:
|
||||
- Order Creation v2 (RFU)
|
||||
- Order Creation v2.1
|
||||
summary: Update a payment on an existing order.
|
||||
description: Update a payment on an existing order.
|
||||
requestBody:
|
||||
@ -1288,7 +1288,7 @@ paths:
|
||||
description: The JWT of the logged in customer (in case of a web shop).
|
||||
post:
|
||||
tags:
|
||||
- Order Creation v2 (RFU)
|
||||
- Order Creation v2.1
|
||||
summary: Add a customer to an existing order.
|
||||
description: Add a customer to an existing order.
|
||||
requestBody:
|
||||
@ -1344,7 +1344,7 @@ paths:
|
||||
example: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
|
||||
description: The JWT of the logged in customer (in case of a web shop).
|
||||
tags:
|
||||
- Order Creation v2 (RFU)
|
||||
- Order Creation v2.1
|
||||
summary: Update a customer on an existing order.
|
||||
description: Update a customer on an existing order.
|
||||
requestBody:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user