fixed my search&replace errors
This commit is contained in:
parent
e2c768804a
commit
3867478718
@ -1423,7 +1423,7 @@ paths:
|
|||||||
"oneTimePassword": "H5Iiz3JTaQeIV8p",
|
"oneTimePassword": "H5Iiz3JTaQeIV8p",
|
||||||
}
|
}
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"201":
|
||||||
description: OK
|
description: OK
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
@ -1912,7 +1912,7 @@ paths:
|
|||||||
"place": "Den Haag",
|
"place": "Den Haag",
|
||||||
}
|
}
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"201":
|
||||||
description: OK
|
description: OK
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
|
|||||||
@ -4,7 +4,7 @@ info:
|
|||||||
version: "1.0"
|
version: "1.0"
|
||||||
description: Order APIs available in the Service Engine for order validation and fulfillment.
|
description: Order APIs available in the Service Engine for order validation and fulfillment.
|
||||||
servers:
|
servers:
|
||||||
- url: https://api.integratielaag.nl/v1
|
- url: https://api.integratielaag.nl/v2
|
||||||
paths:
|
paths:
|
||||||
/orders/validation:
|
/orders/validation:
|
||||||
post:
|
post:
|
||||||
@ -186,7 +186,7 @@ paths:
|
|||||||
"validFrom": "2024-03-22T09:00:00",
|
"validFrom": "2024-03-22T09:00:00",
|
||||||
"validUntil": null,
|
"validUntil": null,
|
||||||
"taxAmount": 21,
|
"taxAmount": 21,
|
||||||
"taxCode": "V11",
|
"taxCode": "V21",
|
||||||
"amountExclTax": 100,
|
"amountExclTax": 100,
|
||||||
"amountInclTax": 121,
|
"amountInclTax": 121,
|
||||||
"isRenewable": true,
|
"isRenewable": true,
|
||||||
@ -232,7 +232,7 @@ paths:
|
|||||||
"validFrom": "2024-03-22T09:00:00",
|
"validFrom": "2024-03-22T09:00:00",
|
||||||
"validUntil": null,
|
"validUntil": null,
|
||||||
"taxAmount": 21,
|
"taxAmount": 21,
|
||||||
"taxCode": "V11",
|
"taxCode": "V21",
|
||||||
"amountExclTax": 100,
|
"amountExclTax": 100,
|
||||||
"amountInclTax": 121,
|
"amountInclTax": 121,
|
||||||
"isRenewable": true,
|
"isRenewable": true,
|
||||||
@ -437,7 +437,7 @@ paths:
|
|||||||
"productCode": "HTM-MND-20",
|
"productCode": "HTM-MND-20",
|
||||||
"productDescription": "HTM Maandkorting 20%",
|
"productDescription": "HTM Maandkorting 20%",
|
||||||
"taxAmount": 21,
|
"taxAmount": 21,
|
||||||
"taxCode": "V11",
|
"taxCode": "V21",
|
||||||
"amountExclTax": 100,
|
"amountExclTax": 100,
|
||||||
"amountInclTax": 121,
|
"amountInclTax": 121,
|
||||||
"quantity": 1,
|
"quantity": 1,
|
||||||
@ -599,7 +599,7 @@ paths:
|
|||||||
"productCode": "HTM-MND-20",
|
"productCode": "HTM-MND-20",
|
||||||
"productDescription": "HTM Maandkorting 20%",
|
"productDescription": "HTM Maandkorting 20%",
|
||||||
"taxAmount": 21,
|
"taxAmount": 21,
|
||||||
"taxCode": "V11",
|
"taxCode": "V21",
|
||||||
"amountExclTax": 100,
|
"amountExclTax": 100,
|
||||||
"amountInclTax": 121,
|
"amountInclTax": 121,
|
||||||
"quantity": 1,
|
"quantity": 1,
|
||||||
@ -730,7 +730,7 @@ paths:
|
|||||||
description: The JWT of the logged in customer (in case of a web shop).
|
description: The JWT of the logged in customer (in case of a web shop).
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- Order Retrieval v1.1
|
- Order Retrieval v2.1
|
||||||
summary: Get all orders for a specific customer.
|
summary: Get all orders for a specific customer.
|
||||||
description: Get all orders for a specific customer.
|
description: Get all orders for a specific customer.
|
||||||
responses:
|
responses:
|
||||||
@ -871,7 +871,7 @@ paths:
|
|||||||
example: 7208e73e-87a6-46d9-bb6d-867ffc460c9b
|
example: 7208e73e-87a6-46d9-bb6d-867ffc460c9b
|
||||||
description: xTat used in order fulfillment. Note that this is a joined parameter via PurchasedProduct.
|
description: xTat used in order fulfillment. Note that this is a joined parameter via PurchasedProduct.
|
||||||
tags:
|
tags:
|
||||||
- Order Retrieval v1.1
|
- Order Retrieval v2.1
|
||||||
summary: Find orders.
|
summary: Find orders.
|
||||||
description: Find orders.
|
description: Find orders.
|
||||||
responses:
|
responses:
|
||||||
@ -1363,7 +1363,7 @@ paths:
|
|||||||
"productCode": "HTM-MND-20",
|
"productCode": "HTM-MND-20",
|
||||||
"productDescription": "HTM Maandkorting 20%",
|
"productDescription": "HTM Maandkorting 20%",
|
||||||
"taxAmount": 21,
|
"taxAmount": 21,
|
||||||
"taxCode": "V11",
|
"taxCode": "V21",
|
||||||
"amountExclTax": 100,
|
"amountExclTax": 100,
|
||||||
"amountInclTax": 121,
|
"amountInclTax": 121,
|
||||||
"quantity": 1,
|
"quantity": 1,
|
||||||
@ -1567,7 +1567,7 @@ paths:
|
|||||||
"taxMetadata":
|
"taxMetadata":
|
||||||
{
|
{
|
||||||
"taxMetadataId": "06270769-a263-4325-82d6-f49396f39d03",
|
"taxMetadataId": "06270769-a263-4325-82d6-f49396f39d03",
|
||||||
"taxCode": "V11",
|
"taxCode": "V21",
|
||||||
"taxPercentageAmount": 21,
|
"taxPercentageAmount": 21,
|
||||||
"description": "21% BTW",
|
"description": "21% BTW",
|
||||||
},
|
},
|
||||||
@ -1773,7 +1773,7 @@ paths:
|
|||||||
"productCode": "HTM-MND-20",
|
"productCode": "HTM-MND-20",
|
||||||
"productDescription": "HTM Maandkorting 20%",
|
"productDescription": "HTM Maandkorting 20%",
|
||||||
"taxAmount": 21,
|
"taxAmount": 21,
|
||||||
"taxCode": "V11",
|
"taxCode": "V21",
|
||||||
"amountExclTax": 100,
|
"amountExclTax": 100,
|
||||||
"amountInclTax": 121,
|
"amountInclTax": 121,
|
||||||
"quantity": 1,
|
"quantity": 1,
|
||||||
@ -2083,7 +2083,7 @@ paths:
|
|||||||
"productCode": "HTM-MND-20",
|
"productCode": "HTM-MND-20",
|
||||||
"productDescription": "HTM Maandkorting 20%",
|
"productDescription": "HTM Maandkorting 20%",
|
||||||
"taxAmount": 21,
|
"taxAmount": 21,
|
||||||
"taxCode": "V11",
|
"taxCode": "V21",
|
||||||
"amountExclTax": 100,
|
"amountExclTax": 100,
|
||||||
"amountInclTax": 121,
|
"amountInclTax": 121,
|
||||||
"quantity": 1,
|
"quantity": 1,
|
||||||
@ -2133,7 +2133,7 @@ paths:
|
|||||||
"productCode": "HTM-MND-40",
|
"productCode": "HTM-MND-40",
|
||||||
"productDescription": "HTM Maandkorting 40%",
|
"productDescription": "HTM Maandkorting 40%",
|
||||||
"taxAmount": 42,
|
"taxAmount": 42,
|
||||||
"taxCode": "V11",
|
"taxCode": "V21",
|
||||||
"amountExclTax": 200,
|
"amountExclTax": 200,
|
||||||
"amountInclTax": 242,
|
"amountInclTax": 242,
|
||||||
"quantity": 1,
|
"quantity": 1,
|
||||||
@ -2345,7 +2345,7 @@ paths:
|
|||||||
"productCode": "HTM-MND-20",
|
"productCode": "HTM-MND-20",
|
||||||
"productDescription": "HTM Maandkorting 20%",
|
"productDescription": "HTM Maandkorting 20%",
|
||||||
"taxAmount": 21,
|
"taxAmount": 21,
|
||||||
"taxCode": "V11",
|
"taxCode": "V21",
|
||||||
"amountExclTax": 100,
|
"amountExclTax": 100,
|
||||||
"amountInclTax": 121,
|
"amountInclTax": 121,
|
||||||
"quantity": 1,
|
"quantity": 1,
|
||||||
@ -2697,7 +2697,7 @@ paths:
|
|||||||
"productCode": "HTM-MND-20",
|
"productCode": "HTM-MND-20",
|
||||||
"productDescription": "HTM Maandkorting 20%",
|
"productDescription": "HTM Maandkorting 20%",
|
||||||
"taxAmount": 21,
|
"taxAmount": 21,
|
||||||
"taxCode": "V11",
|
"taxCode": "V21",
|
||||||
"amountExclTax": 100,
|
"amountExclTax": 100,
|
||||||
"amountInclTax": 121,
|
"amountInclTax": 121,
|
||||||
"quantity": 1,
|
"quantity": 1,
|
||||||
@ -2740,7 +2740,7 @@ paths:
|
|||||||
"productCode": "HTM-MND-40",
|
"productCode": "HTM-MND-40",
|
||||||
"productDescription": "HTM Maandkorting 40%",
|
"productDescription": "HTM Maandkorting 40%",
|
||||||
"taxAmount": 42,
|
"taxAmount": 42,
|
||||||
"taxCode": "V11",
|
"taxCode": "V21",
|
||||||
"amountExclTax": 200,
|
"amountExclTax": 200,
|
||||||
"amountInclTax": 242,
|
"amountInclTax": 242,
|
||||||
"quantity": 1,
|
"quantity": 1,
|
||||||
@ -2931,7 +2931,7 @@ paths:
|
|||||||
"productCode": "HTM-MND-20",
|
"productCode": "HTM-MND-20",
|
||||||
"productDescription": "HTM Maandkorting 20%",
|
"productDescription": "HTM Maandkorting 20%",
|
||||||
"taxAmount": 21,
|
"taxAmount": 21,
|
||||||
"taxCode": "V11",
|
"taxCode": "V21",
|
||||||
"amountExclTax": 100,
|
"amountExclTax": 100,
|
||||||
"amountInclTax": 121,
|
"amountInclTax": 121,
|
||||||
"quantity": 1,
|
"quantity": 1,
|
||||||
@ -3154,7 +3154,7 @@ paths:
|
|||||||
"productCode": "HTM-MND-20",
|
"productCode": "HTM-MND-20",
|
||||||
"productDescription": "HTM Maandkorting 20%",
|
"productDescription": "HTM Maandkorting 20%",
|
||||||
"taxAmount": 21,
|
"taxAmount": 21,
|
||||||
"taxCode": "V11",
|
"taxCode": "V21",
|
||||||
"amountExclTax": 100,
|
"amountExclTax": 100,
|
||||||
"amountInclTax": 121,
|
"amountInclTax": 121,
|
||||||
"quantity": 1,
|
"quantity": 1,
|
||||||
@ -3317,7 +3317,7 @@ paths:
|
|||||||
"productCode": "HTM-MND-20",
|
"productCode": "HTM-MND-20",
|
||||||
"productDescription": "HTM Maandkorting 20%",
|
"productDescription": "HTM Maandkorting 20%",
|
||||||
"taxAmount": 21,
|
"taxAmount": 21,
|
||||||
"taxCode": "V11",
|
"taxCode": "V21",
|
||||||
"amountExclTax": 100,
|
"amountExclTax": 100,
|
||||||
"amountInclTax": 121,
|
"amountInclTax": 121,
|
||||||
"quantity": 1,
|
"quantity": 1,
|
||||||
@ -3421,7 +3421,7 @@ paths:
|
|||||||
"country": "NL",
|
"country": "NL",
|
||||||
}
|
}
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"201":
|
||||||
description: OK
|
description: OK
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
@ -3472,7 +3472,7 @@ paths:
|
|||||||
"productCode": "HTM-MND-20",
|
"productCode": "HTM-MND-20",
|
||||||
"productDescription": "HTM Maandkorting 20%",
|
"productDescription": "HTM Maandkorting 20%",
|
||||||
"taxAmount": 21,
|
"taxAmount": 21,
|
||||||
"taxCode": "V11",
|
"taxCode": "V21",
|
||||||
"amountExclTax": 100,
|
"amountExclTax": 100,
|
||||||
"amountInclTax": 121,
|
"amountInclTax": 121,
|
||||||
"quantity": 1,
|
"quantity": 1,
|
||||||
@ -3630,7 +3630,7 @@ paths:
|
|||||||
"productCode": "HTM-MND-20",
|
"productCode": "HTM-MND-20",
|
||||||
"productDescription": "HTM Maandkorting 20%",
|
"productDescription": "HTM Maandkorting 20%",
|
||||||
"taxAmount": 21,
|
"taxAmount": 21,
|
||||||
"taxCode": "V11",
|
"taxCode": "V21",
|
||||||
"amountExclTax": 100,
|
"amountExclTax": 100,
|
||||||
"amountInclTax": 121,
|
"amountInclTax": 121,
|
||||||
"quantity": 1,
|
"quantity": 1,
|
||||||
@ -3791,7 +3791,6 @@ paths:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
/orders/{orderId}/fulfill:
|
/orders/{orderId}/fulfill:
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user