delete_payment_terms_m
Summary
| API Name | delete_payment_terms_m |
|---|---|
| Class | administration_services_m |
| Update Version | 6.50 |
Description
Delete a new PaymentTerms
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. |
| pmt_terms_name | string | 50 | Yes |
The name of the payment terms. Alternative required field: client_pmt_term_id or pmt_terms_no |
| client_pmt_term_id | string | 100 | No |
Client-defined identifier for the billing group's payment term. If no value is present, default to pmt_terms_name value. Alternative field: pmt_terms_name or pmt_terms_no |
| pmt_terms_no | long | 32 | No |
Aria generated id for the payment terms. Alternative field: pmt_terms_name or client_pmt_term_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. |