develop #38
@ -619,43 +619,83 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/unavailable"
|
$ref: "#/components/schemas/unavailable"
|
||||||
example:
|
example:
|
||||||
[
|
{
|
||||||
{
|
[
|
||||||
"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,
|
||||||
"touchPointId": 1,
|
"totalAmount": 121,
|
||||||
"language":
|
"touchPoint":
|
||||||
{
|
{
|
||||||
"languageId": 1,
|
"salesTouchpointId": 3,
|
||||||
"name": "Nederlands",
|
"name": "Website (Perplex)",
|
||||||
"iso639Code": "nl-NL",
|
"isActive": true,
|
||||||
"ietfCode": "nl",
|
"retailerId": 1001,
|
||||||
},
|
},
|
||||||
"billingAddressId": 1,
|
"language":
|
||||||
"shippingAddressId": 1,
|
{
|
||||||
"createdOn": "2024-03-22T09:00:00",
|
"languageId": 1,
|
||||||
"lastUpdatedOn": "2024-03-22T09:00:00",
|
"name": "Nederlands",
|
||||||
"order_OrderStatus":
|
"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",
|
"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",
|
[
|
||||||
"orderStatus":
|
{
|
||||||
{ "orderStatusId": 3, "name": "pendingPayment" },
|
"createdOn": "2024-03-22T09:00:00",
|
||||||
"createdOn": "2024-03-22T08:55:00",
|
"amountDebit": 121,
|
||||||
"description": "Betaling in behandeling",
|
"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",
|
||||||
|
"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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user