getTradeSignedDocument

Request Parameters

ParameterRequiredTypeDescription
clientIDyesstringTransactAPI Client ID
developerAPIKeyyesstringTransactAPI Developer Key
tradeIdyesstringTrade ID generated through createTrade

Sample Request

curl -k -X POST https://tapi-sandboxdash.norcapsecurities.com/getTradeSignedDocument
-d clientID=someclientid
-d developerAPIKey=somedeveloperkey
-d tradeId=2520578

Response Parameters

ParameterTypeDescription
statusCodestringAPI Status Code
statusDescstringAPI Status Description
SignedDocumentDetailsarrayReturns an array

Sample Response

{
    "statusCode": "101",
    "statusDesc": "Ok",
    "SignedDocumentDetails": [
        {
            "tradeId": "839685336",
            "documentId": "0af32e0b-7ba0-46ab-b3d7-c970ca4e55c9",
            "templateName": " 7087b67a-287a-469d-84f8-92abe32514b4--Fields Testing Document",
            "esignstatus": "SIGNED",
            "documentUrl": "https://api-sandboxdash.norcapsecurities.com/admin_v3//Upload_documentation/uploadDocument/RXplUjhMaWZQdFdVa1RCRHh4STNJRFZ1a0p2WlRmanNFK1NiNXFySXY2eVpMdkxiTGJONGJvV1h6NS93SUJRNDVTYWhQbFA0eE5udCsxNk5LTURUa0VLSjcxdzZaKzA1cC9LN3ovcllFRkN6WGlXbDY4YkNzT1gzZnFnLzVOSHlUVTVveUI0OG1RRVJpb29SeG5TWCtITm5GMkUrZitNL2wyMzJ6NmJqK2NDNzdReVZkSFcvTy8wbXh6VTdVMFA1MmFudDlmNWZibWxFZWdabUpQcHRVTDZMdUdRallCVXdGazg1SGJwOWlvZU8wZGduNEFMMDYyZXlaUnM0MU5QNlkwQkk4c25lNXc5SU1CemhVVGtzSXdFZk52TFd3THYvS2tab2dCV0R2SjNicXVXSWNFZEoyMmswdmpnNVlFamQ="
        }
    ]
}

Test it Yourself!

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