Retrieves organization with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
sales_organization| Name | Description | Type | Additional 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 | ||
| 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": "b72de693-de9e-44dd-8f77-1a33d2da6519",
"name": "sample string 2",
"commercial_name": "sample string 3",
"db_country_id": "fe49d8db-7391-4b62-b8f7-cba1684a94a7",
"db_language_id": "322ea094-2059-4033-af8b-0c5c376d0eb8",
"db_currency_id": "2794b9ed-0d24-4763-b462-7cecca35cf24",
"modified_dateutc": "2026-03-07T13:19:00.4731641+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>fe49d8db-7391-4b62-b8f7-cba1684a94a7</db_country_id> <db_currency_code>sample string 23</db_currency_code> <db_currency_id>2794b9ed-0d24-4763-b462-7cecca35cf24</db_currency_id> <db_currency_name>sample string 24</db_currency_name> <db_currency_symbol>sample string 25</db_currency_symbol> <db_language_id>322ea094-2059-4033-af8b-0c5c376d0eb8</db_language_id> <email>sample string 12</email> <fax>sample string 14</fax> <gln_code>sample string 21</gln_code> <id>b72de693-de9e-44dd-8f77-1a33d2da6519</id> <latitude_decimal>16</latitude_decimal> <longitude_decimal>17</longitude_decimal> <modified_dateutc>2026-03-07T13:19:00.473Z</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>