bills
- GET bills/get_unsettled — This method is used to get the unsettled bills allocated against a specific accounts receivable
- GET bills/show — This method returns information related with a bill. A single bill is returned by each call
- POST bills/present — This method is used to set the life cycle state of a bill to presented
- POST bill/present_and_confirm — This method is used to set the life cycle state of a bill to presented and confirmed
- GET bills/get_latest — This method is used to get the latest bills allocated against a specific accounts receivable
- POST bill/present_and_reject — This method is used to set the life cycle state of a bill to presented and rejected
- GET bills/get_partially_settled — This method is used to get the partially settled bills allocated against a specific accounts receivable
- GET bills/get_settled — This method is used to get the settled bills allocated against a specific accounts receivable
- GET bills/list — This method returns information related with bills allocated in a specific accounts receivable. Multiple bills are returned by each call