post https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/cancelOffering
This method updates the offering status to "Canceled." Investor refunds should be submitted via cancelInvestment
Request Parameters
Parameter | Required | Type | Description |
---|---|---|---|
clientID | yes | string | TransactAPI Client ID |
developerAPIKey | yes | string | TransactAPI Developer Key |
offeringId | yes | integer | Offering ID that is generated by the API when an Offering is created(createOffering) of the offering that is to be cancelled |
Sample Request
curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/cancelOffering
-d developerAPIKey=somedeveloperkey
-d clientID=someclientid
-d offeringId=41994
Response Parameters
Parameter | Type | Description |
---|---|---|
statusCode | string | API Status Code |
statusDesc | string | API Status Description |
offeringDetails | string | Returns the cancelled offering details as an array |
Sample Response
{
"statusCode": "101",
"statusDesc": "Ok",
"Financial offering details": "41994"
}