Sha256: 5897854e5ad6cfb4bb2b254d0b6d864dd013fde7665916a0229389ca0214adcf
Contents?: true
Size: 1.69 KB
Versions: 2
Compression:
Stored size: 1.69 KB
Contents
# HelloextendApiClient::PlansApi All URIs are relative to *https://api-demo.helloextend.com* Method | HTTP request | Description ------------- | ------------- | ------------- [**offers_liststore_idstore_id_get**](PlansApi.md#offers_liststore_idstore_id_get) | **GET** /offers/list?storeId={storeId} | A list of warranty plans available to the store ## offers_liststore_idstore_id_get > PlansList offers_liststore_idstore_id_get(store_id) A list of warranty plans available to the store ### Example ```ruby # load the gem require 'helloextend_api_client' # setup authorization HelloextendApiClient.configure do |config| # Configure API key authorization: ExtendAccessToken config.api_key['X-Extend-Access-Token'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['X-Extend-Access-Token'] = 'Bearer' end api_instance = HelloextendApiClient::PlansApi.new store_id = 'c57ed096-24ef-49a4-a20a-d1b8bf770980' # String | Unique identifier for a Store on Extend begin #A list of warranty plans available to the store result = api_instance.offers_liststore_idstore_id_get(store_id) p result rescue HelloextendApiClient::ApiError => e puts "Exception when calling PlansApi->offers_liststore_idstore_id_get: #{e}" end ``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **store_id** | [**String**](.md)| Unique identifier for a Store on Extend | ### Return type [**PlansList**](PlansList.md) ### Authorization [ExtendAccessToken](../README.md#ExtendAccessToken) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
helloextend_api_client-1.0.3 | docs/PlansApi.md |
helloextend_api_client-1.0.2 | docs/PlansApi.md |