develop #38
@ -620,6 +620,7 @@ paths:
|
|||||||
$ref: "#/components/schemas/unavailable"
|
$ref: "#/components/schemas/unavailable"
|
||||||
example:
|
example:
|
||||||
{
|
{
|
||||||
|
"orders":
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"orderId": "afce35b2-1dff-4ace-98d0-4b9ac405c87d",
|
"orderId": "afce35b2-1dff-4ace-98d0-4b9ac405c87d",
|
||||||
@ -648,7 +649,8 @@ paths:
|
|||||||
"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",
|
||||||
},
|
},
|
||||||
@ -683,18 +685,27 @@ paths:
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
|
||||||
"_links":
|
"_links":
|
||||||
{
|
{
|
||||||
"self":
|
"self":
|
||||||
{
|
{
|
||||||
"href": "string",
|
"href": "https://api.example.com/items/1",
|
||||||
"method": "string",
|
"method": "GET",
|
||||||
"templated": true,
|
"templated": true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
},
|
||||||
],
|
],
|
||||||
"href": null,
|
"_links":
|
||||||
|
{
|
||||||
|
"self":
|
||||||
|
{
|
||||||
|
"href": "https://api.example.com/items",
|
||||||
|
"method": "GET",
|
||||||
|
"templated": true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
"href": "string",
|
||||||
}
|
}
|
||||||
/orders:
|
/orders:
|
||||||
parameters:
|
parameters:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user