set_company_profile_m
Input Arguments
Req | Field Name | Field Type | Max Length | Description |
---|---|---|---|---|
client_no | long | 22 | Aria-assigned unique identifier indicating the Aria client providing service to this account. | |
auth_key | string | 32 | Aria-assigned unique key to be passed with each method call for authenticating the validity of the requestor. | |
domain | string | 60 | Specifies the domain | |
address1 | string | 30 | Specifies the number and street name | |
address2 | string | 30 | Second address line of the company. If you want to delete existing data in this field, leaving it blank, you must enter a '~' in this field. | |
city | string | 30 | Specifies the city where the company is located. | |
locality | string | 25 | Specifies the locality | |
state_prov | string | 10 | Specifies the state or province | |
country | string | 10 | Specifies the country | |
postal_code | string | 15 | Specifies the postal code | |
phone | string | 25 | Specifies the phone number | |
contact | string | 25 | Specifies the contact | |
contact_address1 | string | 30 | Specifies the number and street name of the contact | |
contact_address2 | string | 30 | Specifies the floor number, building number, etc. of the contact | |
contact_city | string | 25 | Specifies the contact city | |
contact_state | string | 10 | Specifies the contact state | |
contact_zip | string | 9 | Specifies the contact zip code | |
contact_phone | string | 25 | Specifies the contact phone number | |
contact_email | string | 40 | Specifies the contact email | |
billing_contact | string | 25 | Specifies the billing contact | |
billing_address1 | string | 30 | Specifies the number and street name of the billing contact | |
billing_address2 | string | 30 | Specifies the floor number, building number, etc. of the billing contact | |
billing_city | string | 25 | Specifies the billing city | |
billing_state | string | 10 | Specifies the billing state | |
billing_zip | string | 9 | Specifies the billing zip | |
billing_phone | string | 25 | Specifies the billing phone | |
billing_email | string | 40 | Specifies the billing email address | |
contact_country | string | 10 | Specifies the contact country | |
contact_locality | string | 100 | Specifies the contact locality | |
billing_country | string | 10 | Specifies the billing country | |
billing_locality | string | 100 | Specifies the billing locality | |
batch_job_alert_contact | string | 25 | Specifies the full name of the contact for batch job error alerts | |
batch_job_alert_email | string | 40 | Specifies the email address for batch job error alerts | |
locale_no | int | 38 | Aria-assigned unique identifier of the locale used for translations. | |
OR | ||||
locale_name | string | 32 | Name of the locale to which the translations belong. |
Output Arguments
Field Name | Field Type | Description |
---|---|---|
error_code | long | Aria-assigned error identifier. 0 indicates no error |
error_msg | string | Textual description of any error that occurred. "OK" if there was no error. |
client | hash | |
client_name | string | Specifies the name of the client |
domain | string | Specifies the domain |
address1 | string | Specifies the number and street name |
address2 | string | Specifies the floor number, building number, etc. |
city | string | Specifies the city |
locality | string | Specifies the locality |
state_prov | string | Specifies the state or province |
country | string | Specifies the country |
postal_code | string | Specifies the postal code |
phone | string | Specifies the phone number |
contact | string | Specifies the contact |
contact_address1 | string | Specifies the number and street name of the contact |
contact_address2 | string | Specifies the floor number, building number, etc. of the contact |
contact_city | string | Specifies the contact city |
contact_state | string | Specifies the contact state |
contact_zip | string | Specifies the contact zip code |
contact_phone | string | Specifies the contact phone number |
contact_email | string | Specifies the contact email address |
billing_contact | string | Specifies the billing contact |
billing_address1 | string | Specifies the number and street name of the billing contact |
billing_address2 | string | Specifies the floor number, building number, etc. of the billing contact |
billing_city | string | Specifies the billing city |
billing_state | string | Specifies the billing state |
billing_zip | string | Specifies the billing zip code |
billing_phone | string | Specifies the billing phone number |
billing_email | string | Specifies the billing email address |
contact_country | string | Specifies the contact country |
contact_locality | string | Specifies the contact locality |
billing_country | string | Specifies the billing country |
billing_locality | string | Specifies the billing locality |
batch_job_alert_contact | string | Specifies the full name of the contact for batch job error alerts |
batch_job_alert_email | string | Specifies the email address for batch job error alerts |
locale_no | int | Aria-assigned unique identifier of the locale used for translations. |
locale_name | string | Name of the locale to which the translations belong. |