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