GET api/{database}/OrganizationInfo/{organizationId}

Gets the specified OrganizationInfo.



Request Information

Parameters

NameDescriptionAdditional information
organizationId The organizationId.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "businessNumber": "sample string 1",
  "city": "sample string 2",
  "cocCity": "sample string 3",
  "cocDate": "2024-04-20T15:59:10.8721657",
  "cocRegistration": "sample string 4",
  "countryId": "sample string 5",
  "currencyId": "sample string 6",
  "dateChanged": "2024-04-20T15:59:10.8721657",
  "dateCreated": "2024-04-20T15:59:10.8721657",
  "email": "sample string 7",
  "fax": "sample string 8",
  "governmentDigitalId": "sample string 9",
  "homepage": "sample string 10",
  "languageId": "sample string 11",
  "mobilePhone": "sample string 12",
  "name": "sample string 13",
  "organizationId": 14,
  "shortName": "sample string 15",
  "street1": "sample string 16",
  "street2": "sample string 17",
  "telephone": "sample string 18",
  "vatNumber": "sample string 19",
  "vatVerificationDate": "2024-04-20T15:59:10.8721657",
  "zipCode": "sample string 20"
}

application/xml, text/xml

Sample:
<OrganizationInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.CRM.Info">
  <BusinessNumber>sample string 1</BusinessNumber>
  <City>sample string 2</City>
  <CocCity>sample string 3</CocCity>
  <CocDate>2024-04-20T15:59:10.8721657+02:00</CocDate>
  <CocRegistration>sample string 4</CocRegistration>
  <CountryId>sample string 5</CountryId>
  <CurrencyId>sample string 6</CurrencyId>
  <DateChanged>2024-04-20T15:59:10.8721657+02:00</DateChanged>
  <DateCreated>2024-04-20T15:59:10.8721657+02:00</DateCreated>
  <Email>sample string 7</Email>
  <Fax>sample string 8</Fax>
  <GovernmentDigitalId>sample string 9</GovernmentDigitalId>
  <Homepage>sample string 10</Homepage>
  <LanguageId>sample string 11</LanguageId>
  <MobilePhone>sample string 12</MobilePhone>
  <Name>sample string 13</Name>
  <OrganizationId>14</OrganizationId>
  <ShortName>sample string 15</ShortName>
  <Street1>sample string 16</Street1>
  <Street2>sample string 17</Street2>
  <Telephone>sample string 18</Telephone>
  <VatNumber>sample string 19</VatNumber>
  <VatVerificationDate>2024-04-20T15:59:10.8721657+02:00</VatVerificationDate>
  <ZipCode>sample string 20</ZipCode>
</OrganizationInfo>