develop #38

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

View File

@ -620,81 +620,92 @@ paths:
$ref: "#/components/schemas/unavailable" $ref: "#/components/schemas/unavailable"
example: example:
{ {
[ "orders":
{ [
"orderId": "afce35b2-1dff-4ace-98d0-4b9ac405c87d", {
"externalOrderId": "bac3958b-804a-43e3-b5f7-0b0fffaae5b7", "orderId": "afce35b2-1dff-4ace-98d0-4b9ac405c87d",
"orderNumber": "123456", "externalOrderId": "bac3958b-804a-43e3-b5f7-0b0fffaae5b7",
"customerProfileId": 42, "orderNumber": "123456",
"totalAmount": 121, "customerProfileId": 42,
"touchPoint": "totalAmount": 121,
{ "touchPoint":
"salesTouchpointId": 3,
"name": "Website (Perplex)",
"isActive": true,
"retailerId": 1001,
},
"language":
{
"languageId": 1,
"name": "Nederlands",
"iso639Code": "nl-NL",
"ietfCode": "nl",
},
"billingAddressId": 1,
"shippingAddressId": 1,
"createdOn": "2024-03-22T09:00:00",
"lastUpdatedOn": "2024-03-22T09:00:00",
"order_OrderStatus":
{
"order_orderStatusId": "f1d0e1a7-a3cf-4876-b8f2-073add10667f",
"orderStatus": { "orderStatusId": 4, "name": "paid" },
"createdOn": "2024-03-22T09:00:00",
"description": "Order succesvol betaald",
},
"payments":
[
{ {
"salesTouchpointId": 3,
"name": "Website (Perplex)",
"isActive": true,
"retailerId": 1001,
},
"language":
{
"languageId": 1,
"name": "Nederlands",
"iso639Code": "nl-NL",
"ietfCode": "nl",
},
"billingAddressId": 1,
"shippingAddressId": 1,
"createdOn": "2024-03-22T09:00:00",
"lastUpdatedOn": "2024-03-22T09:00:00",
"order_OrderStatus":
{
"order_orderStatusId": "f1d0e1a7-a3cf-4876-b8f2-073add10667f",
"orderStatus":
{ "orderStatusId": 4, "name": "paid" },
"createdOn": "2024-03-22T09:00:00", "createdOn": "2024-03-22T09:00:00",
"amountDebit": 121, "description": "Order succesvol betaald",
"paymentMethodId": 1, },
"touchPointId": 1, "payments":
"isRefund": false, [
"htmPaymentReference": "HTM-1234", {
"pspPaymentReference": "Buckaroo-1234", "createdOn": "2024-03-22T09:00:00",
"paymentStatuses": "amountDebit": 121,
[ "paymentMethodId": 1,
"touchPointId": 1,
"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", "createdOn": "2024-03-22T09:00:00",
"statusCode": "190", "bic": "RABONL2U",
"statusDescription": "Success", "iban": "NL44RABO0123456789",
"statusSubCode": "S001", "ascription": "J. de Vries",
"statusSubDescription": "PaymentSuccessFul", "place": "Den Haag",
}, },
], },
"mandateInput": ],
"_links":
{
"self":
{ {
"directDebitMandateTypeId": 1, "href": "https://api.example.com/items/1",
"createdOn": "2024-03-22T09:00:00", "method": "GET",
"bic": "RABONL2U", "templated": true,
"iban": "NL44RABO0123456789",
"ascription": "J. de Vries",
"place": "Den Haag",
}, },
}, },
],
},
"_links":
{
"self":
{
"href": "string",
"method": "string",
"templated": true,
},
}, },
], ],
"href": null, "_links":
{
"self":
{
"href": "https://api.example.com/items",
"method": "GET",
"templated": true,
},
},
"href": "string",
} }
/orders: /orders:
parameters: parameters: