public interface ICustomerServices
-
Method Summary
-
Method Details
-
GetCustomerInfo
ApiCustomer GetCustomerInfo(
java.lang.String customerId,
java.lang.String authorization)
throws
org.springframework.web.client.HttpClientErrorException
- Throws:
org.springframework.web.client.HttpClientErrorException
-
GetCustomerList
ApiCustomerList GetCustomerList(
ApiList list,
java.lang.String authorization)
throws
org.springframework.web.client.HttpClientErrorException
- Throws:
org.springframework.web.client.HttpClientErrorException