Retrieves the company with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

company
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier

Required

is_client

SALES : Indicate if can be used for ordering

boolean
is_supplier

SERVICES : indicate if this company is a supplier

boolean
archived

Archive this company to not have it anymore on the search

boolean
name

string

Required

Max length: 64

notes

Notes/Remark field

string
create_date

Creation date+time

date
sales_territory_id

Territory of the company (Sales+Services).If more than one sales_territory exists, then it must be filled

globally unique identifier
sales_territory_code

Embedded entity "sales_territory" using ERP PK when adding/updating company

string
sales_territory

Embedded entity "sales_territory" using node when adding/updating company

sales_territory
marketing_segment_id

Marketing Segment of the company (Sales (Visit frequency logic) +Services (Planning Jobs To Be Planned) )

globally unique identifier
marketing_segment_code

Embedded entity "marketing_segment" using ERP PK when adding/updating company

string
marketing_segment

Embedded entity "marketing_segment" using node when adding/updating company

marketing_segment
sales_organization_id

Organization on which belongs the company.If more than one sales_organization exists, then it must be filled

globally unique identifier
sales_organization_code

Embedded entity "sales_organization" using ERP PK when adding/updating company

string
sales_organization

Embedded entity "sales_organization" using node when adding/updating company

sales_organization
company_sales_status_code

Foreign key of company_sales_status using code. Use "Normal,CreditRisk, BlockedbyCM or OrderBlocked"

string
vat_reg_code

VAT number

string

Max length: 50

is_working_address

Services : If False, you cannot create project/installation on this company.Default=true

boolean
parent_id

Reference to a parent company (in case of Child/Parent) when adding/updating company

globally unique identifier
parent_company_code

Embedded entity "company" for parent (in case of Child/Parent) using ERP PK when adding/updating company

string
parent_company

Embedded entity "company" for parent (in case of Child/Parent) when adding/updating company

company
phone

Phone number of the company

string

Max length: 50

fax

Fax number of the company

string

Max length: 50

url

URL of the company website

string

Max length: 255

email

email

string

Max length: 250

street

Address:Street

string

Max length: 100

street_number

Address:Street Number. If your ERP doesn't have this field, then only use field "street" and disable the street number on Odyssee/Admin/Impl Settings/Global Settings:Hide Street Number

string

Max length: 50

city

Address:City

string

Max length: 50

zip

Address:Zip

string

Max length: 50

db_country_id

Address:Country

globally unique identifier
db_country_code

Address:CountryCode entity using international code when adding/updating company

string
feelist_id

FeeList activated for the company (On Service, Feelist determines the price of the invoicable timesheets)

globally unique identifier
feelist_reference_back_office

Embedded entity "feelist" using ERP PK when adding/updating company

string
feelist

Embedded entity "feelist" using node when adding/updating company

feelist
company_type_id

Company Type

globally unique identifier
company_type_name

Embedded entity "company_type" using ERP PK when adding/updating company

string
company_type

Embedded entity "company_type" using node when adding/updating company

company_type
db_language_id

Language of the company.If empty, will use the default on the system

globally unique identifier
db_language_code

Language code entity using international isocode when adding/updating company

string
code

Field used for Embedded entity (store there your ERP PK)

string

Max length: 50

article_price_label_id

Foreign key of article price label

globally unique identifier
article_price_label_code

Embedded entity "article price label" using ERP PK when adding/updating

string
article_price_label

Embedded entity "article price label" when adding/updating

article_price_label
db_payment_method_id

Embedded entity "db payment methods" using ERP PK when adding/updating company

globally unique identifier
db_payment_method_reference_back_office

Embedded entity "db payment methods" using ERP PK when adding/updating company

string
db_payment_methods

Embedded entity "db payment methods" using ERP PK when adding/updating company

db_payment_methods
company_sector_id

Foreign key to company_sector

globally unique identifier
company_sector_code

Embedded code for the company_sector using ERP PK when adding/updating

string
company_sector

Embedded entity for the company_sector using the key from an external system when adding/updating object

company_sector
is_lead

Indicate that company is not already a customer

boolean
is_subcontractor

For Service, that company is one of your subcontractors

boolean
latitude

Decimal coordonate for the latitude. (-1;-1) means invalid and (0;0) means not already geo-encoded

decimal number
longitude

Decimal coordonate for the longitude. (-1;-1) means invalid and (0;0) means not already geo-encoded

decimal number
street2

Additional information on the address not part of the postal address

string
bic_code

bic code

string
specialities

specialities

string
register_number

register_number

string
register_city

register_city

string
bankaccount

Bank account of the company.

string
mobile

Mobile number of the company

string

Max length: 50

service_manager_user_id

ID of the service manager. Auto selected user when creating location, installation. Used also inside communication and tags

globally unique identifier
service_manager_user_code

Embedded code of the service manager. Auto selected user when creating location, installation. Used also inside communication and tags

string
service_manager_user

Embedded entity of the service manager. Auto selected user when creating location, installation. Used also inside communication and tags

user
finance_manager_user_id

ID of the finance manager. Only used inside communication and tags

globally unique identifier
finance_manager_user_code

Embedded code of the finance manager. Only used inside communication and tags

string
finance_manager_user

Embedded entity of the finance manager. Only used inside communication and tags

user
account_manager_user_id

ID of the account manager. Only used inside communication and tags

globally unique identifier
account_manager_user_code

Embedded code of the account manager. Only used inside communication and tags

string
account_manager_user

Embedded entity of the account manager. Only used inside communication and tags

user
company_status_id

Company Status

globally unique identifier
invoice_email_to

Email to send invoice

string
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date
id2

Internal ID (numeric)

integer

Response Formats

application/json, text/json

Sample:
{
  "id": "19df7c3b-bb2d-4185-bfff-8c92abce3a83",
  "is_client": true,
  "is_supplier": true,
  "archived": true,
  "name": "sample string 5",
  "notes": "sample string 6",
  "create_date": "2025-06-26T11:24:07.1478273+00:00",
  "sales_territory_id": "1d9796a5-6b36-4545-a176-176dfa669963",
  "sales_territory_code": "sample string 9",
  "sales_territory": {
    "id": "e37748f1-4138-4e68-b8ee-e41cb3e53b31",
    "code": "sample string 2",
    "description": "sample string 3",
    "sales_organization_id": "bfc6453b-b9da-41e8-bdad-aab7f96a8dc4",
    "sales_organization_code": "sample string 5",
    "sales_organization": {
      "id": "23ebd26b-4d95-43bf-b8a7-ea90bfeb386d",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "7306296c-3c24-4ff7-b5ec-f2fb41167967",
      "db_currency_id": "8bea82cc-a704-4220-8888-bd6783432eb1",
      "db_language_id": "9ae87ba5-a7ad-43cd-9081-47dab197df30",
      "accountancy_code": "sample string 8",
      "archived": true,
      "default_unit_of_measure_system_type": "sample string 10",
      "street": "sample string 11",
      "street2": "sample string 12",
      "street_number": "sample string 13",
      "zip": "sample string 14",
      "city": "sample string 15",
      "email": "sample string 16",
      "phone": "sample string 17",
      "fax": "sample string 18",
      "url": "sample string 19",
      "vat_reg_code": "sample string 20",
      "modified_dateutc": "2025-06-26T11:24:07.1478273+00:00"
    },
    "modified_dateutc": "2025-06-26T11:24:07.1478273+00:00"
  },
  "marketing_segment_id": "c90bbeab-9766-4ba5-91b0-de8feb62b074",
  "marketing_segment_code": "sample string 11",
  "sales_organization_id": "5a075be5-be82-4639-bab4-a8f211fd7323",
  "sales_organization_code": "sample string 13",
  "company_sales_status_code": "sample string 14",
  "vat_reg_code": "sample string 15",
  "is_working_address": true,
  "parent_id": "12501a23-e228-4960-9017-cc314bb9acab",
  "parent_company_code": "sample string 18",
  "phone": "sample string 19",
  "fax": "sample string 20",
  "url": "sample string 21",
  "email": "sample string 22",
  "street": "sample string 23",
  "street_number": "sample string 24",
  "city": "sample string 25",
  "zip": "sample string 26",
  "db_country_id": "75eacc3b-c42b-4fb5-a45f-e0873fef17c7",
  "db_country_code": "sample string 28",
  "feelist_id": "7d8e43b5-6d79-4130-a9d0-417e06c4924f",
  "feelist_reference_back_office": "sample string 30",
  "feelist": {
    "id": "2421a482-9307-4c21-aca2-4705e156552c",
    "name": "sample string 2",
    "description": "sample string 3",
    "is_default": true,
    "default_price": 1.0,
    "sales_organization_id": "6b5558d7-9a0e-4483-a3e8-7f5956b355a1",
    "sales_organization_code": "sample string 6",
    "reference_back_office": "sample string 7",
    "modified_dateutc": "2025-06-26T11:24:07.1478273+00:00",
    "db_currency_id": "041949bf-660a-470a-a03a-da0ba192e609",
    "db_currency_code": "sample string 10"
  },
  "company_type_id": "110b5bd5-accb-44f6-b9a2-5f38f584a51b",
  "company_type_name": "sample string 32",
  "company_type": {
    "id": "93f0c430-c69d-406c-9128-98d5c69f6bb0",
    "name": "sample string 2",
    "description": "sample string 3",
    "sales_organization_id": "f3620dc7-57e5-406d-a0f2-71dbc5d57c4b",
    "sales_organization_code": "sample string 5"
  },
  "db_language_id": "b075a9b1-fc3d-4dcb-a19f-03131496984e",
  "db_language_code": "sample string 34",
  "code": "sample string 35",
  "article_price_label_id": "aa3b2cd5-63c5-41f1-985b-615b2c4f5c64",
  "article_price_label_code": "sample string 37",
  "db_payment_method_id": "04268125-1ea0-4998-a555-871186822c73",
  "db_payment_method_reference_back_office": "sample string 39",
  "db_payment_methods": {
    "id": "f2cf84df-eeee-44ac-8d08-394a795a8448",
    "name": "sample string 2",
    "description": "sample string 3",
    "reference_back_office": "sample string 4",
    "activated": true,
    "modified_dateutc": "2025-06-26T11:24:07.1478273+00:00"
  },
  "company_sector_id": "43694fed-aef0-4ee7-9e09-ba5300533112",
  "company_sector_code": "sample string 41",
  "is_lead": true,
  "is_subcontractor": true,
  "latitude": 1.0,
  "longitude": 1.0,
  "street2": "sample string 44",
  "bic_code": "sample string 45",
  "specialities": "sample string 46",
  "register_number": "sample string 47",
  "register_city": "sample string 48",
  "bankaccount": "sample string 49",
  "mobile": "sample string 50",
  "service_manager_user_id": "e459fec4-1f29-4459-a258-8911b7c28f79",
  "service_manager_user_code": "sample string 52",
  "finance_manager_user_id": "3c220794-6bc9-41fc-85a3-d745fb39c3ec",
  "finance_manager_user_code": "sample string 54",
  "account_manager_user_id": "a992c7b0-eba5-4a92-9c44-3b806903a284",
  "account_manager_user_code": "sample string 56",
  "company_status_id": "0737cc6a-73bc-4279-a1f9-3ad29cfcf730",
  "invoice_email_to": "sample string 58",
  "modified_dateutc": "2025-06-26T11:24:07.1478273+00:00",
  "id2": 60
}