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,6 +620,7 @@ paths:
$ref: "#/components/schemas/unavailable"
example:
{
"orders":
[
{
"orderId": "afce35b2-1dff-4ace-98d0-4b9ac405c87d",
@ -648,7 +649,8 @@ paths:
"order_OrderStatus":
{
"order_orderStatusId": "f1d0e1a7-a3cf-4876-b8f2-073add10667f",
"orderStatus": { "orderStatusId": 4, "name": "paid" },
"orderStatus":
{ "orderStatusId": 4, "name": "paid" },
"createdOn": "2024-03-22T09:00:00",
"description": "Order succesvol betaald",
},
@ -683,18 +685,27 @@ paths:
},
},
],
},
"_links":
{
"self":
{
"href": "string",
"method": "string",
"href": "https://api.example.com/items/1",
"method": "GET",
"templated": true,
},
},
},
],
"href": null,
"_links":
{
"self":
{
"href": "https://api.example.com/items",
"method": "GET",
"templated": true,
},
},
"href": "string",
}
/orders:
parameters: