Billcom v0.1.1 Billcom.Job View Source
Link to this section Summary
Functions
Billcom.Job.create/2 for bill.com api
Billcom.Job.delete/2 for bill.com api
Billcom.Job.list/2 for bill.com api
Billcom.Job.read/2 for bill.com api
Billcom.Job.undelete/2 for bill.com api
Billcom.Job.update/2 for bill.com api
Link to this section Functions
Specs
Billcom.Job.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 Job
failure:
{:error, val}Where val hold information about failure reason.
Specs
Billcom.Job.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 Job
failure:
{:error, val}Where val hold information about failure reason.
Specs
Billcom.Job.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 Job object list
failure:
{:error, val}Where val hold information about failure reason.
Specs
Billcom.Job.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 Job
failure:
{:error, val}Where val hold information about failure reason.
Specs
Billcom.Job.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 Job
failure:
{:error, val}Where val hold information about failure reason.
Specs
Billcom.Job.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 Job
failure:
{:error, val}Where val hold information about failure reason.