Add a new address
@param at least one of is_billing or is_delivery is required to be 1
@params client_id is the id from
CrmCustomersController
Arguments
client_id |
integer, required |
title |
integer |
firstname |
string |
lastname |
string |
company |
string |
email |
string |
addressextension1 |
string |
addressextension2 |
string |
street |
string |
streetnr |
string |
zip |
string |
city |
string |
state |
string |
country |
size:2 |
phone |
string |
is_delivery |
integer, required, in: 1, 0 |
is_billing |
integer, required, in: 0, 1 |
Arguments
id |
integer, required |
client_id |
integer, required |
title |
integer |
firstname |
string |
lastname |
string |
company |
string |
email |
string |
addressextension1 |
string |
addressextension2 |
string |
street |
string |
streetnr |
string |
zip |
string |
city |
string |
state |
string |
country |
size:2 |
phone |
string |
is_delivery |
integer, in: 0, 1 |
is_billing |
integer, in: 0, 1 |
Get all records with pagination.
The function accepts limit and has a maximum limit that can not be overwritten
@return
Data Table object
@params client_id is the id from
CrmCustomersController
Arguments
(also
Data Table args)
client_id |
integer, required |
Get all records
this function returns all the records. Pagination / limit are not accepted
@return
Data Table object
Arguments
Get one record based on id
Arguments
Get Change Log for an object
Arguments