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