post https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/getAllSignedDocument
Get all signed document details
Request Parameters
Parameter | Required | Type | Description |
---|---|---|---|
clientID | yes | string | TransactAPI Client ID |
developerAPIKey | yes | string | TransactAPI Developer Key |
tradeId | yes | string | Trade ID that is generated by the API |
Sample Request
curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/getAllSignedDocument
-d developerAPIKey=somedeveloperkey
-d clientID=someclientid
-d tradeId=232242322
Response Parameters
Parameter | Type | Description |
---|---|---|
statusCode | string | API Status Code |
statusDesc | string | API Status Description |
SignedDocumentDetails | string | Array of signed document details |
Sample Response
{
"statusCode": "101",
"statusDesc": "Ok",
"SignedDocumentDetails": {
"orderId": "896835457",
"id": "798817",
"documentId": "271baf64-70e4-42e2-8310-ddf556d2fc76",
"esignstatus": "SIGNED",
"templateName": " 08a1f630-f3cc-4d66-84ff-e87c3f95f685--Advisory Test",
"widgetTemplate": "",
"docsId": null,
"developerAPIKey": "xAgBUo4fIbTeCUPLfNs00E4oLPSOUpZra3i",
"offeringId": "35034",
"accountId": "A21451",
"partyId": "P11462",
"party_type": "IndivACParty",
"escrowId": null,
"transactionType": "WIRE",
"totalAmount": "1000.000000",
"totalShares": "10.000000",
"orderStatus": "CREATED",
"createdDate": "2019-02-19 12:28:16",
"createdIpAddress": "182.71.143.70",
"errors": "",
"documentKey": "",
"esignStatus": "NOTSIGNED",
"users": "",
"field1": "",
"field2": "",
"field3": "",
"archived_status": "0"
}
}