| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
TmsV2CustomersResponse |
CustomerApi.patchCustomer(String customerTokenId,
PatchCustomerRequest patchCustomerRequest,
String profileId,
String ifMatch)
Update a Customer
|
okhttp3.Call |
CustomerApi.patchCustomerAsync(String customerTokenId,
PatchCustomerRequest patchCustomerRequest,
String profileId,
String ifMatch,
ApiCallback<TmsV2CustomersResponse> callback)
Update a Customer (asynchronously)
|
okhttp3.Call |
CustomerApi.patchCustomerCall(String customerTokenId,
PatchCustomerRequest patchCustomerRequest,
String profileId,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCustomer
|
ApiResponse<TmsV2CustomersResponse> |
CustomerApi.patchCustomerWithHttpInfo(String customerTokenId,
PatchCustomerRequest patchCustomerRequest,
String profileId,
String ifMatch)
Update a Customer
|
Copyright © 2020. All rights reserved.