Customers()
Get a full list of customers.
Note: does not include customer aliases (Since RPM16).
Request
No extra data required
Response
{
  "Result":   {
      "Age": <int>, // Time of last modification of this list (Since RPM16)
      "Customers": [
          {
             "Customer": <string>,
             "CustomerID": <int>,
             "Added": <string>,
             "Modified": <string>       
          },
          <... more customers>
        ]   
   } 
}Response
List of customers. See the structure in api/Customer
Errors
- “No customers”
