Parameter | Required | Type | Description |
---|---|---|---|
clientID | yes | string | Transact API Client ID |
developerAPIKey | yes | string | Transact API Developer Key |
templatename | yes | string | The name of the template as it is titled in Docusign. |
offeringId | yes | string | Offering ID that is generated by the API once an offering is created(createOffering) for the offering that the subscription document template is to be added. |
file_name | no | string | File name of the uploaded document. No special characters can be included in the file name. |
curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/addSubscriptionsforOffering -d developerAPIKey=somedeveloperkey -d clientID=someclientid -d templatename=XEXZP636F3A3A36--Alpha -d offeringId=55593
Parameter | Type | Description |
---|---|---|
statusCode | string | API Status Code |
statusDesc | string | API Status Description |
document details | string | Returns the template details as an array |
{ "statusCode": "101", "statusDesc": "Ok", "document_details": [ { "templateNameID": "55591", "templateName": "ABC Company", "offeringId": "55591" } ] }