CustomersGetAll
Overview
Retrieves all Customers from the system.
Returns
Returns all the details of all the Customers in the system.
Request
No Parameters.
Response
Name | Type | Description |
---|---|---|
ResultMessage | String | Additional information when operation failed. |
ResultCode | ResultCodeEnum | Whether the operation completed successfully. |
Result | Customer[] | Operation result. |