OVPAY-526 - Added external endpoints.
This commit is contained in:
parent
89fb3c8e1d
commit
b869b712a2
@ -6,6 +6,44 @@ info:
|
|||||||
servers:
|
servers:
|
||||||
- url: https://api.integratielaag.nl/v1
|
- url: https://api.integratielaag.nl/v1
|
||||||
paths:
|
paths:
|
||||||
|
/fiko/transactionitems:
|
||||||
|
post:
|
||||||
|
summary: Add a finanicial transaction item.
|
||||||
|
description: Add a finanicial transaction item.
|
||||||
|
tags:
|
||||||
|
- External FIKO endpoints v2
|
||||||
|
requestBody:
|
||||||
|
required: true
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
$ref: "#/components/schemas/TransactionItemsPostRequestBody"
|
||||||
|
responses:
|
||||||
|
"201":
|
||||||
|
description: Created
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
$ref: "#/components/schemas/TransactionItemsPostResponseBody"
|
||||||
|
/fiko/transactionitems/bulk:
|
||||||
|
post:
|
||||||
|
summary: Add one ore more finanicial transaction items in bulk.
|
||||||
|
description: Add one ore more finanicial transaction items in bulk.
|
||||||
|
tags:
|
||||||
|
- External FIKO endpoints v2
|
||||||
|
requestBody:
|
||||||
|
required: true
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
$ref: "#/components/schemas/TransactionItemsBulkPostRequestBody"
|
||||||
|
responses:
|
||||||
|
"201":
|
||||||
|
description: Created
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
$ref: "#/components/schemas/TransactionItemsBulkPostResponseBody"
|
||||||
/transactionitems:
|
/transactionitems:
|
||||||
get:
|
get:
|
||||||
summary: Find transaction items.
|
summary: Find transaction items.
|
||||||
@ -149,25 +187,6 @@ paths:
|
|||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/TransactionItemsPostResponseBody"
|
$ref: "#/components/schemas/TransactionItemsPostResponseBody"
|
||||||
/transactionitems/bulk:
|
|
||||||
post:
|
|
||||||
summary: Add one ore more finanicial transaction items in bulk.
|
|
||||||
description: Add one ore more finanicial transaction items in bulk.
|
|
||||||
tags:
|
|
||||||
- Transactions v2
|
|
||||||
requestBody:
|
|
||||||
required: true
|
|
||||||
content:
|
|
||||||
application/json:
|
|
||||||
schema:
|
|
||||||
$ref: "#/components/schemas/TransactionItemsBulkPostRequestBody"
|
|
||||||
responses:
|
|
||||||
"201":
|
|
||||||
description: Created
|
|
||||||
content:
|
|
||||||
application/json:
|
|
||||||
schema:
|
|
||||||
$ref: "#/components/schemas/TransactionItemsBulkPostResponseBody"
|
|
||||||
/transactionitems/{transactionItemId}:
|
/transactionitems/{transactionItemId}:
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user