Koha/api/v1/swagger/definitions.json
Matthias Meusburger 717975abeb Bug 19661: REST API - Funds Endpoint
This patch adds a new route to the REST api:

/api/v1/acquisitions/funds/

Signed-off-by: David Bourgault <david.bourgault@inlibro.com>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2019-03-22 19:40:36 +00:00

35 lines
674 B
JSON

{
"account_line": {
"$ref": "definitions/account_line.json"
},
"city": {
"$ref": "definitions/city.json"
},
"error": {
"$ref": "definitions/error.json"
},
"hold": {
"$ref": "definitions/hold.json"
},
"holds": {
"$ref": "definitions/holds.json"
},
"library": {
"$ref": "definitions/library.json"
},
"patron": {
"$ref": "definitions/patron.json"
},
"patron_account_credit": {
"$ref": "definitions/patron_account_credit.json"
},
"patron_balance": {
"$ref": "definitions/patron_balance.json"
},
"vendor": {
"$ref": "definitions/vendor.json"
},
"fund": {
"$ref": "definitions/fund.json"
}
}