GET organizations/{organizationId}

Gets an organization by its organization number.

Request Information

Parameters

NameDescriptionAdditional information
organizationId Organization number of the organization to retrieve.

Define this parameter in the request URI.

Response Information

The organization with the given organization number.

Response body formats

application/hal+xml

Sample:

Sample not available.

application/hal+json

Sample:
{
  "ReporteeId": "sample string 8",
  "PartyUUID": "cadeaca2-546a-4333-8b6e-5d285c5c9548",
  "Name": "sample string 13",
  "Type": "sample string 27",
  "SocialSecurityNumber": "sample string 59",
  "OrganizationNumber": "sample string 90",
  "ParentOrganizationNumber": "sample string 6",
  "OrganizationForm": "sample string 17",
  "Status": "sample string 23",
  "_links": {
    "self": {
      "href": "sample string 81"
    }
  }
}