Parameter | Required | Type | Description |
---|
clientID | yes | string | TransactAPI Client ID |
developerAPIKey | yes | string | TransactAPI Developer Key |
securityId | yes | string | Security ID |
curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/deleteSecurityMarketHours
-d clientID=someclientid
-d developerAPIKey=somedeveloperkey
-d securityId=94216
Parameter | Type | Description |
---|
statusCode | string | API Status Code |
statusDesc | string | API Status Description |
securityHoursDetails | string | Success |
{
"statusCode": "101",
"statusDesc": "Ok",
"securityHoursDetails": "Security market hour deleted successfully."
}