CustomersGetByCodes
Overview
Retrieves a list of Customers specified by their codes.
Returns
A list of Customers matching the specified customerCodes.
Request
| Name | Type | Description |
|---|---|---|
customerCodes | String[] | A list of customerCodes to retrieve the corresponding customers for. |
Response
| Name | Type | Description |
|---|---|---|
ResultMessage | String | Additional information when operation failed. |
ResultCode | ResultCodeEnum | Whether the operation completed successfully. |
Result | Customer[] | Operation result. |