bills

  • GET bills/get_unsettledThis method is used to get the unsettled bills allocated against a specific accounts receivable
  • GET bills/showThis method returns information related with a bill.  A single bill is returned by each call
  • POST bills/presentThis method is used to set the life cycle state of a bill to presented
  • POST bill/present_and_confirmThis method is used to set the life cycle state of a bill to presented and confirmed
  • GET bills/get_latestThis method is used to get the latest bills allocated against a specific accounts receivable
  • POST bill/present_and_rejectThis method is used to set the life cycle state of a bill to presented and rejected
  • GET bills/get_partially_settledThis method is used to get the partially settled bills allocated against a specific accounts receivable
  • GET bills/get_settledThis method is used to get the settled bills allocated against a specific accounts receivable
  • GET bills/listThis method returns information related with bills allocated in a specific accounts receivable. Multiple bills are returned by each call