CustomersGetByName
Overview
Retrieves Customers by the specified name.
Returns
Returns the details of the Customer in the system.
Request
Name | Type | Description |
---|---|---|
customerName | String | The Customer name to search for. |
Response
Name | Type | Description |
---|---|---|
ResultMessage | String | Additional information when operation failed. |
ResultCode | ResultCodeEnum | Whether the operation completed successfully. |
Result | Customer[] | Operation result. |