| Parameter | Required | Type | Description |
|---|
| clientID | yes | string | TransactAPI Client ID |
| developerAPIKey | yes | string | TransactAPI Developer Key |
| memberId | yes | string | Member ID on PPEX |
| issuerId | yes | string | Issuer ID |
| orderID | yes | string | Order ID |
| approval | yes | string | Yes/No |
| signature | no | string | Investor Typed Digital Signature |
curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/sendOrderAttestation
-d clientID=someclientid
-d developerAPIKey=somedeveloperkey
-d memberId=A55473
-d issuerId=148745
-d orderID=465325641
-d approval=Yes/No
-d signature=tesst
| Parameter | Type | Description |
|---|
| statusCode | string | API Status Code |
| statusDesc | string | API Status Description |
| orderAttestationDetails | string | Array of orderAttestationDetails |
{
"statusCode": "101",
"statusDesc": "Ok",
"orderAttestationDetails": {
"Order Id": "611587001",
"Approval": "Yes",
"Signature": "test",
"Attestation Timestamp": "2021-08-10 05:59:56",
"IP address": "103.114.208.58"
}
}