Parameter | Required | Type | Description |
---|---|---|---|
clientID | yes | string | Transact API's Client ID |
developerAPIKey | yes | string | Transact API's developer API Key |
partyId | yes | string | Party ID created through createParty |
curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/deletePartyMailingAddress -d developerAPIKey=somedeveloperkey -d clientID=someclientid -d partyId=P79443
Parameter | Type | Description |
---|---|---|
statusCode | string | API Status Code |
statusDesc | string | API Status Description |
partyDetails | string | Returns of the deleted response |
{ "statusCode": "101", "statusDesc": "Ok", "partyDetails": "Party Mailing Address Deleted Successfully." }