Sha256: 58eaa5fa26db83e1fdd17bc07d651028bd07a2afcb11fc2c0759a832a47b8b5b
Contents?: true
Size: 1.51 KB
Versions: 1
Compression:
Stored size: 1.51 KB
Contents
# SubskribeDevClient::SalesRoomApi All URIs are relative to *https://api.app.subskribe.com* 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_dev2' # 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
subskribe_dev2-1.3.2 | docs/SalesRoomApi.md |