Retrieves all organizations

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

sales_organization
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier

Required

name

Name of the organization

string
commercial_name

Commercial name

string
db_country_id

Default country to be used when creating new company

globally unique identifier
db_language_id

Default language of the organization (will be used when nothing is set)

globally unique identifier
db_currency_id

Currency of the organization

globally unique identifier
modified_dateutc

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

date
sales_organization_logo

Collection of byte
street

string
street_number

string
zip

string
city

string
email

string
phone

string
fax

string
url

string
latitude_decimal

decimal number
longitude_decimal

decimal number
vat_reg_code

string
bankaccount

string
bic_code

string
gln_code

string
accountancy_code

string
db_currency_code

string
db_currency_name

string
db_currency_symbol

string
sys_business_hours

string

Response Formats

application/json, text/json

Sample:
{
  "id": "fd2eb427-e614-4ac4-adf9-c7363645efcf",
  "name": "sample string 2",
  "commercial_name": "sample string 3",
  "db_country_id": "80c9d0c4-63de-4c74-a21b-fe890c7f9892",
  "db_language_id": "c75c9fd4-cac6-42cf-8fc5-81882975cd79",
  "db_currency_id": "8ee6d2e3-2766-491d-9e45-fbcee30cf029",
  "modified_dateutc": "2026-01-11T21:03:00.6474378+00:00",
  "sales_organization_logo": "QEA=",
  "street": "sample string 8",
  "street_number": "sample string 9",
  "zip": "sample string 10",
  "city": "sample string 11",
  "email": "sample string 12",
  "phone": "sample string 13",
  "fax": "sample string 14",
  "url": "sample string 15",
  "latitude_decimal": 16.0,
  "longitude_decimal": 17.0,
  "vat_reg_code": "sample string 18",
  "bankaccount": "sample string 19",
  "bic_code": "sample string 20",
  "gln_code": "sample string 21",
  "accountancy_code": "sample string 22",
  "db_currency_code": "sample string 23",
  "db_currency_name": "sample string 24",
  "db_currency_symbol": "sample string 25",
  "sys_business_hours": "sample string 26"
}

application/xml, text/xml

Sample:
<sales_organization xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <accountancy_code>sample string 22</accountancy_code>
  <bankaccount>sample string 19</bankaccount>
  <bic_code>sample string 20</bic_code>
  <city>sample string 11</city>
  <commercial_name>sample string 3</commercial_name>
  <db_country_id>80c9d0c4-63de-4c74-a21b-fe890c7f9892</db_country_id>
  <db_currency_code>sample string 23</db_currency_code>
  <db_currency_id>8ee6d2e3-2766-491d-9e45-fbcee30cf029</db_currency_id>
  <db_currency_name>sample string 24</db_currency_name>
  <db_currency_symbol>sample string 25</db_currency_symbol>
  <db_language_id>c75c9fd4-cac6-42cf-8fc5-81882975cd79</db_language_id>
  <email>sample string 12</email>
  <fax>sample string 14</fax>
  <gln_code>sample string 21</gln_code>
  <id>fd2eb427-e614-4ac4-adf9-c7363645efcf</id>
  <latitude_decimal>16</latitude_decimal>
  <longitude_decimal>17</longitude_decimal>
  <modified_dateutc>2026-01-11T21:03:00.647Z</modified_dateutc>
  <name>sample string 2</name>
  <phone>sample string 13</phone>
  <sales_organization_logo>QEA=</sales_organization_logo>
  <street>sample string 8</street>
  <street_number>sample string 9</street_number>
  <sys_business_hours>sample string 26</sys_business_hours>
  <url>sample string 15</url>
  <vat_reg_code>sample string 18</vat_reg_code>
  <zip>sample string 10</zip>
</sales_organization>