Parameter | Required | Type | Description |
---|---|---|---|
clientID | yes | string | Transact API Client ID |
developerAPIKey | yes | string | Transact API Developer Key |
offeringId | yes | integer | Offering ID that is generated by the API when an Offering is created(createOffering). |
curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/getOffering -d developerAPIKey=somedeveloperkey -d clientID=someclientid -d offeringId=59249
Parameter | Type | Description |
---|---|---|
statusCode | string | API Status Code |
statusDesc | string | API Status Description |
offeringDetails | string | Details of the matched offer trades amount as an array |
{ statusCode: "101", statusDesc: "Ok", offeringDetails: [ { issuerId: "96763", offeringId: "59249", issueName: "NC Offer", issueType: "debt", targetAmount: "20000.000000", minAmount: "100.000000", maxAmount: "25000.000000", unitPrice: "10.000000", totalShares: "2500.000000", remainingShares: "2500.000000", startDate: "10-17-2016", endDate: "12-31-2016", offeringStatus: "Pending", offeringText: "Test", "stampingText": "test", "escrowAccountNumber": "484535498714", "field1": "TEst", "field2": "TESTE236sdgdg", "field3": "TESTGE#WGAG" } ] }