_getChildrenDT
Gathers the details of a Parent Customer's "Child" Customers.
Parameters
start
The number of Child Customers which will be skipped before the data of any others are returned.
length
The number of Child Customers which this function will attempt to return.
customer_id
The ID of the Parent Customer being checked for Child Customer data
[order] [0] [dir]
Affects the order that Child Customers can be picked by this function, can be "asc" or "desc".
draw
An integer value, used to determine which function use is the most recent, based on which has the highest "draw" value.
Example
Results
On Success
On Failure
If the "start" parameter is not set:
If the "length" parameter is not set:
If the "customer_id" parameter is not set:
If the "[order] [0] [dir]" parameter is not set:
If the "draw" parameter is not set:
Last updated