develop #38

Merged
bboterm merged 451 commits from develop into main 2025-11-19 14:28:14 +00:00
Showing only changes of commit 3b390e0c6e - Show all commits

View File

@ -619,6 +619,7 @@ paths:
schema: schema:
$ref: "#/components/schemas/unavailable" $ref: "#/components/schemas/unavailable"
example: example:
{
[ [
{ {
"orderId": "afce35b2-1dff-4ace-98d0-4b9ac405c87d", "orderId": "afce35b2-1dff-4ace-98d0-4b9ac405c87d",
@ -626,7 +627,13 @@ paths:
"orderNumber": "123456", "orderNumber": "123456",
"customerProfileId": 42, "customerProfileId": 42,
"totalAmount": 121, "totalAmount": 121,
"touchPointId": 1, "touchPoint":
{
"salesTouchpointId": 3,
"name": "Website (Perplex)",
"isActive": true,
"retailerId": 1001,
},
"language": "language":
{ {
"languageId": 1, "languageId": 1,
@ -639,23 +646,56 @@ paths:
"createdOn": "2024-03-22T09:00:00", "createdOn": "2024-03-22T09:00:00",
"lastUpdatedOn": "2024-03-22T09:00:00", "lastUpdatedOn": "2024-03-22T09:00:00",
"order_OrderStatus": "order_OrderStatus":
[
{ {
"order_orderStatusId": "f1d0e1a7-a3cf-4876-b8f2-073add10667f", "order_orderStatusId": "f1d0e1a7-a3cf-4876-b8f2-073add10667f",
"orderStatus": { "orderStatusId": 4, "name": "paid" }, "orderStatus": { "orderStatusId": 4, "name": "paid" },
"createdOn": "2024-03-22T09:00:00", "createdOn": "2024-03-22T09:00:00",
"description": "Order succesvol betaald", "description": "Order succesvol betaald",
}, },
"payments":
[
{ {
"order_orderStatusId": "2b9b7943-3a74-4f2e-ad65-012b62c80821", "createdOn": "2024-03-22T09:00:00",
"orderStatus": "amountDebit": 121,
{ "orderStatusId": 3, "name": "pendingPayment" }, "paymentMethodId": 1,
"createdOn": "2024-03-22T08:55:00", "touchPointId": 1,
"description": "Betaling in behandeling", "isRefund": false,
"htmPaymentReference": "HTM-1234",
"pspPaymentReference": "Buckaroo-1234",
"paymentStatuses":
[
{
"createdOn": "2024-03-22T09:00:00",
"statusCode": "190",
"statusDescription": "Success",
"statusSubCode": "S001",
"statusSubDescription": "PaymentSuccessFul",
},
],
"mandateInput":
{
"directDebitMandateTypeId": 1,
"createdOn": "2024-03-22T09:00:00",
"bic": "RABONL2U",
"iban": "NL44RABO0123456789",
"ascription": "J. de Vries",
"place": "Den Haag",
},
}, },
], ],
}, },
] "_links":
{
"self":
{
"href": "string",
"method": "string",
"templated": true,
},
},
],
"href": null,
}
/orders: /orders:
parameters: parameters:
- in: header - in: header
@ -679,7 +719,13 @@ paths:
"externalOrderId": null, "externalOrderId": null,
"customerProfileId": 1337, "customerProfileId": 1337,
"totalAmount": 121, "totalAmount": 121,
"touchPointId": 1, "touchPoint":
{
"salesTouchpointId": 3,
"name": "Website (Perplex)",
"isActive": true,
"retailerId": 1001,
},
"languageId": 1, "languageId": 1,
"billingAddressId": 1, "billingAddressId": 1,
"shippingAddressId": 1, "shippingAddressId": 1,