The organisation entity stores information about an individual business. The organisation can be also a non profit establishment, a freelancer or any juristic instance.
Database level
The mandatory fields are:
- form: "org"
- org_1name: organisations primary name (i.e. "Qalgo GmbH")
- org_classification:
- org_business_state:
- cch_domain_o: organisation web domain (i.e. "qalgo.com")
- cch_email_o: organisations email address (i.e. "info@qalgo.com")
Not mandatory fields are:
- org_2name: additional name
- org_shortname: abbreviation, acronym of the organisation mane
- org_parent_org_unid
- org_industry
- org_description
- org_cust_since
- con_cust_category:
- con_vip_state
- cch_phone_o
- cch_fax_o
- cch_email_o
- cch_website_o
- cch_domain_o
- addr_street_o
- addr_extra_o
- addr_street_zip_o
- addr_locality_o
- addr_state_o
- addr_hpc_o
- addr_country_o
- addr_continent_o
- addr_pobox_o
- addr_pobox_zip_o
- addr_pobox_city_o
- addr_geo_lat_o
- addr_geo_lon_o
- addr_geo_zoom_o
- addr_street_v
- addr_street_zip_v
- addr_locality_v
- addr_state_v
- addr_hpc_v
- addr_country_v
- addr_continent_v
- addr_geo_lat_v
- addr_geo_lng_v
- addr_geo_zoom_v
- org_per_load_arr_m
QEE classes level
The class representing the organisation is QEEOrg.
Inherits from: QEEObject, QEEContact.
REST level
The endpoints dealing with organisations are:
xrOrg (GET, POST, PUT, DELETE)
xrOrgs (GET, PUT, DELETE)
xrOrgEval (GET)