Skip to main content
Aria Knowledge Central

delete_legal_entity_m

Summary

API Name delete_legal_entity_m
Class administration_services_m
Update Version 10.0

Description

Use this API to delete an existing legal entity within an Aria client. The required fields are used to select the legal entity that is intended to be deleted. Only legal entities that have not been assigned to an account can be deleted.

Inputs

Name Type Length Required Description
client_no long 12 Yes

Aria-assigned unique identifier indicating the Aria client providing service to this account.

auth_key string 32 Yes

Aria-assigned unique key to be passed with each method call for authenticating the validity of the requestor.

legal_entity_no long 32 Yes

Aria-assigned legal entity identification number. This field dictates which legal entity data will be displayed below.

Alternative required field: client_legal_entity_id or legal_entity_name

client_legal_entity_id string 300 Yes

Client-assigned unique identifier for the legal entity.

Alternative required field: legal_entity_no or legal_entity_name

legal_entity_name string 300 Yes

Client-assigned descriptor of the legal entity.

Alternative required field: legal_entity_no or client_legal_entity_id

Outputs

Name Type Length Required Description
error_code long   No

Aria-assigned error identifier. 0 indicates no error

error_msg string   No

Textual description of any error that occurred. "OK" if there was no error.

TOP
  • Was this article helpful?