sendOrderAttestation

Request Parameters

ParameterRequiredTypeDescription
clientIDyesstringTransactAPI Client ID
developerAPIKeyyesstringTransactAPI Developer Key
memberIdyesstringMember ID on PPEX
issuerIdyesstringIssuer ID
orderIDyesstringOrder ID
approvalyesstringYes/No
signaturenostringInvestor Typed Digital Signature

Sample Request

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

Response Parameters

ParameterTypeDescription
statusCodestringAPI Status Code
statusDescstringAPI Status Description
orderAttestationDetailsstringArray of orderAttestationDetails

Sample Response

{
    "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"
    }
}

Test it Yourself!

Language
Click Try It! to start a request and see the response here!