Billcom v0.1.1 Billcom.Bill View Source
Link to this section Summary
Functions
Billcom.Bill.create/2 for bill.com api
Billcom.Bill.delete/2 for bill.com api
Billcom.Bill.list/2 for bill.com api
Billcom.Bill.read/2 for bill.com api
Billcom.Bill.undelete/2 for bill.com api
Billcom.Bill.update/2 for bill.com api
Link to this section Functions
Specs
Billcom.Bill.create/2 for bill.com api
Parameters:
- conn: a connection strucure (see
Billcom.login!/0) - data: data object to send for the object
return:
success:
{:ok, data}Returned data from create for Bill
failure:
{:error, val}Where val hold information about failure reason.
Specs
Billcom.Bill.delete/2 for bill.com api
Parameters:
- conn: a connection strucure (see
Billcom.login!/0) - data: data object to send for the object
return:
success:
{:ok, data}Returned data from delete for Bill
failure:
{:error, val}Where val hold information about failure reason.
Specs
Billcom.Bill.list/2 for bill.com api
Parameters:
- conn: a connection strucure (see
Billcom.login!/0) - data: data object to send for the object
return:
success:
{:ok, data}Where data is a collection of Bill object list
failure:
{:error, val}Where val hold information about failure reason.
Specs
Billcom.Bill.read/2 for bill.com api
Parameters:
- conn: a connection strucure (see
Billcom.login!/0) - data: data object to send for the object
return:
success:
{:ok, data}Returned data from read for Bill
failure:
{:error, val}Where val hold information about failure reason.
Specs
Billcom.Bill.undelete/2 for bill.com api
Parameters:
- conn: a connection strucure (see
Billcom.login!/0) - data: data object to send for the object
return:
success:
{:ok, data}Returned data from undelete for Bill
failure:
{:error, val}Where val hold information about failure reason.
Specs
Billcom.Bill.update/2 for bill.com api
Parameters:
- conn: a connection strucure (see
Billcom.login!/0) - data: data object to send for the object
return:
success:
{:ok, data}Returned data from update for Bill
failure:
{:error, val}Where val hold information about failure reason.