get_auf_status_m
Summary
| API Name | get_auf_status_m |
|---|---|
| Class | system_services_m |
| Update Version | 3.5 |
Description
Returns the upload statistics for a specified client usage file.
Inputs
| Name | Type | Length | Required | Description |
|---|---|---|---|---|
| client_no | long | 22 | Yes |
Aria-assigned unique identifier indicating the Aria client providing service to this account. |
| auth_key | string | 32 | No |
Aria-assigned unique key for authenticating the validity of the requestor. This key is passed with each method call. |
| file_name | string | 500 | No |
Filename of the targe file submitted for load. |
Outputs
| Name | Type | Length | Required | Description |
|---|---|---|---|---|
| status_cd | long | No |
This is the status of the object in question for the current API call. |
|
| load_date_time | string | No |
Date and time the file load was attempted. |
|
| recs_received | long | No |
Total number of records received |
|
| recs_loaded | long | No |
Total number of records successfully loaded |
|
| recs_failed | long | No |
Total number of records that failed to load. |
|
| error_code | long | No |
Aria-assigned error identifier. 0 indicates no error. |
|
| error_msg | string | No |
Description of any error that occurred. "OK" if there was no error. |