Sha256: e01f5384bbfdf5c85c8fd30ea3cfa19632e14d1dfecad2091117841e03243187
Contents?: true
Size: 1.51 KB
Versions: 2
Compression:
Stored size: 1.51 KB
Contents
# SubskribeDevClient::SalesRoomApi All URIs are relative to *https://api.dev2.subskribe.net* Method | HTTP request | Description ------------- | ------------- | ------------- [**get_order_document2**](SalesRoomApi.md#get_order_document2) | **GET** /salesroom/{linkId}/pdf | Fetch order form PDF for a Sales Room # **get_order_document2** > get_order_document2(link_id) Fetch order form PDF for a Sales Room Downloads the order form PDF for the specified Sales Room. ### Example ```ruby # load the gem require 'subskribe_dev' # setup authorization SubskribeDevClient.configure do |config| # Configure API key authorization: ApiKeyAuth config.api_key['X-API-Key'] = '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-API-Key'] = 'Bearer' end api_instance = SubskribeDevClient::SalesRoomApi.new link_id = 'link_id_example' # String | Link id for the sales room begin #Fetch order form PDF for a Sales Room api_instance.get_order_document2(link_id) rescue SubskribeDevClient::ApiError => e puts "Exception when calling SalesRoomApi->get_order_document2: #{e}" end ``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **link_id** | **String**| Link id for the sales room | ### Return type nil (empty response body) ### Authorization [ApiKeyAuth](../README.md#ApiKeyAuth) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
subskribe_dev-1.3.1 | docs/SalesRoomApi.md |
subskribe_dev-1.2.0 | docs/SalesRoomApi.md |