Skip to main content
Aria Knowledge Central

create_service_location_m

Summary

API Name create_service_location_m
Class administration_services_m
Update Version 6.48

Description

Creates a new service location that can be used as the origin address for tax purposes.

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.

client_svc_location_id string 100 No

The client-defined location identifier for the service.

svc_location_name string 100 Yes

The name of the origin location for the service.

svc_location_company_name string 300 No

Company name of the service location.

svc_location_address1 string 300 No

First address line of the service location.

svc_location_address2 string 300 No

Second address line of the service location.

svc_location_address3 string 300 No

Third address line of the service location.

svc_location_city string 300 No

City of the service location.

svc_location_locality string 300 No

Locality of the service location.

svc_location_state_prov string 10 Yes

State or Province of the service location. The official postal-service codes for all United States, Australia and Canada states, provinces, and territories. Note that this input is required when the country is the United States, Australia or Canada. This field does not support states, provinces or territories from other countries. Use the locality field for other countries.

svc_location_country string 10 Yes

Country of the location contact. The ISO-compliant 2-character country code abbreviation in uppercase.

svc_location_postal_cd string 15 No

Postal/Zip code for the service location address.

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.

svc_location_no long   No

Aria-assigned unique identifier for the service location.

TOP
  • Was this article helpful?