post https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/getPartyDocument
This method is used to get all information about individual Parties document. The Party ID must be specified as a request parameter to get the party information.
Request Parameters
Parameter | Required | Type | Description |
---|---|---|---|
clientID | yes | string | TransactAPI Client ID |
developerAPIKey | yes | string | TransactAPI Developer Key |
partyId | yes | string | Party ID that is generated by the API once an individual party is created (createParty) |
documentId | no | string | Document Id generated in the time of upload party document API method call |
Sample Request
curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/getPartyDocument
-d developerAPIKey=somedeveloperkey
-d clientID=someclientid
-d partyId=P79443
-d documentId=SDrKb
Response Parameters
Parameter | Type | Description |
---|---|---|
statusCode | string | API Status Code |
statusDesc | string | API Status Description |
partyDocumentDetails | string | Get party document details |
Sample Response
curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/getPartyDocument
-d developerAPIKey=somedeveloperkey
-d clientID=someclientid
-d partyId=P79443
-d documentId=SDrKb