Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Function The GetCustomerList function is used to get a customer list for a LAC administrator.

This function requires a LAC administrator token, using token and which is obtained using the Login function.

In addition, this function uses an offset. Customers are packed into arrays of 100 elements. You can use an offset greater than 0 to take get additional customers. For example, if you have 321 customers, you would run this method 4 times using the offsets 0, 100, 200, 300. The first 3 responses will have 100 customers each, and the last response will have 21 customers.

...