update_service_location_status_m
Summary
| API Name | update_service_location_status_m |
|---|---|
| Class | administration_services_m |
| Update Version | 6.48 |
Description
Disables a service location or deletes a service location provided it has not been associated with a service in the product catalog or with a plan instance-service on an account.
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. |
||||||||
| svc_location_no | long | 32 | Yes |
Aria-assigned unique location identifier for the service. Alternative required field: client_svc_location_id |
||||||||
| client_svc_location_id | string | 100 | Yes |
The client-defined location identifier for the service. Alternative required field: svc_location_no |
||||||||
| svc_location_directive | int | Yes |
Defines whether the service location will be disabled or deleted. Allowed values:
|
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. |