CustomerGetByCode
Overview
Retrieves a Customer from the system.
Returns
Returns all the details of the Customer specified in the request body.
Request
Name | Type | Description |
---|---|---|
customerCode | String | The unique customer code of a Customer. |
Response
Name | Type | Description |
---|---|---|
ResultMessage | String | Additional information when operation failed. |
ResultCode | ResultCodeEnum | Whether the operation completed successfully. |
Result | Customer | Operation result. |