Debtors
Descripción
API for debtor
* Register the debtor, POST /customers/{customerId}/debtors This app allows
register the debtor by returning a reference number and the conditions.
* Retrieval of the debtor, GET
/customers/{customerId}/debtors/{customerDebtorId} This app allows
retrieval of the debtor from the reference number returning the
conditions.
…