93 lines
1.8 KiB
YAML
93 lines
1.8 KiB
YAML
openapi: 3.0.1
|
|
info:
|
|
title: Hostsharing hsadmin-ng API
|
|
version: v0
|
|
servers:
|
|
- url: http://localhost:8080
|
|
description: Local development default URL.
|
|
|
|
paths:
|
|
|
|
# Partners
|
|
|
|
/api/hs/office/partners:
|
|
$ref: "./hs-office-partners.yaml"
|
|
|
|
/api/hs/office/partners/{partnerUUID}:
|
|
$ref: "./hs-office-partners-with-uuid.yaml"
|
|
|
|
|
|
# Contacts
|
|
|
|
/api/hs/office/contacts:
|
|
$ref: "./hs-office-contacts.yaml"
|
|
|
|
/api/hs/office/contacts/{contactUUID}:
|
|
$ref: "./hs-office-contacts-with-uuid.yaml"
|
|
|
|
|
|
# Persons
|
|
|
|
/api/hs/office/persons:
|
|
$ref: "./hs-office-persons.yaml"
|
|
|
|
/api/hs/office/persons/{personUUID}:
|
|
$ref: "./hs-office-persons-with-uuid.yaml"
|
|
|
|
|
|
# Relationships
|
|
|
|
/api/hs/office/relationships:
|
|
$ref: "./hs-office-relationships.yaml"
|
|
|
|
/api/hs/office/relationships/{relationshipUUID}:
|
|
$ref: "./hs-office-relationships-with-uuid.yaml"
|
|
|
|
|
|
# BankAccounts
|
|
|
|
/api/hs/office/bankaccounts:
|
|
$ref: "./hs-office-bankaccounts.yaml"
|
|
|
|
/api/hs/office/bankaccounts/{bankAccountUUID}:
|
|
$ref: "./hs-office-bankaccounts-with-uuid.yaml"
|
|
|
|
|
|
# Debitors
|
|
|
|
/api/hs/office/debitors:
|
|
$ref: "./hs-office-debitors.yaml"
|
|
|
|
/api/hs/office/debitors/{debitorUUID}:
|
|
$ref: "./hs-office-debitors-with-uuid.yaml"
|
|
|
|
|
|
# SepaMandates
|
|
|
|
/api/hs/office/sepamandates:
|
|
$ref: "./hs-office-sepamandates.yaml"
|
|
|
|
/api/hs/office/sepamandates/{sepaMandateUUID}:
|
|
$ref: "./hs-office-sepamandates-with-uuid.yaml"
|
|
|
|
|
|
# Membership
|
|
|
|
/api/hs/office/memberships:
|
|
$ref: "./hs-office-memberships.yaml"
|
|
|
|
/api/hs/office/memberships/{membershipUUID}:
|
|
$ref: "./hs-office-memberships-with-uuid.yaml"
|
|
|
|
|
|
# Coop Shares Transaction
|
|
|
|
/api/hs/office/coopsharestransactions:
|
|
$ref: "./hs-office-coopshares.yaml"
|
|
|
|
|
|
# Coop Assets Transaction
|
|
|
|
/api/hs/office/coopassetstransactions:
|
|
$ref: "./hs-office-coopassets.yaml"
|