ClientLocationHandler
This class provides RESTful services to create and retrieve client location data. It uses ClientLocation noun.
Method Name | HTTP Method | URL | Query Params | Description | Authentication | Example |
---|---|---|---|---|---|---|
createClientLocation | POST | store/{storeId}/clientLocation/ | responseFormat={responseFormat} | Create a client location. | Yes,HTTPS | Sample |
retrieveClientLocationById | GET | store/{storeId}/clientLocation/{clientLocationId} | responseFormat={responseFormat} | Retrieve a client locatoin by client location Id. | Yes,HTTPS | Sample |