Parameter | Required | Type | Description |
---|---|---|---|
clientID | yes | string | Transact API's Client ID |
developerAPIKey | yes | string | Transact API's Developer API Key |
accountId | yes | string | Account ID that is generated by the API once an account is created (createAccount). |
curl -k -X POST http:///api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/getAiRequest -d clientID=someclientid -d developerAPIKey=somedeveloperkey -d accountId=A52991
Parameter | Type | Description |
---|---|---|
statusCode | string | API Status Code |
statusDesc | string | API Status Description |
accreditedDetails | string | Array of account accredited details |
{ "statusCode": "101", "statusDesc": "Ok", "accreditedDetails": { "request": [ { "airequestId": "vvNlBU", "accountId": "A11685", "aiMethod": "Upload", "allow": "Pending", "aiDate": "0000-00-00", "reviewedBy": "Testing", "notes": "Test", "aiRequestStatus": "Need More Info" } ] } }