Parameter | Required | Type | Description |
---|---|---|---|
clientID | yes | string | Transact API Client ID |
developerAPIKey | yes | string | Transact API Developer Key |
offeringId | yes | string | Offering ID that is generated by the API once an offering is created(createOffering). |
curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/getSubscriptionsforOffering -d developerAPIKey=somedeveloperkey -d clientID=someclientid -d offeringId=55591
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": [ { "templateId": "55", "templateName": "ABC Copmpany", "templateKey": "XEXZP636F3A3A36", "offeringId": "55591", "templateUrl": "https://secure.echosign.com/document/cp/2AAABLblqZhBzGsYNJkrcVqF58XhP0Myj3z0BuEPP2xT34rsr05gCx2se4fEFrJLxxSKvz6HwSiUshzEGc*/document.pdf", "createdDate": "2016-02-06 09:11:45" } ] }