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