GET reportees/{reporteeId}

Gets a reportee entity by its id.

Request Information

Parameters

NameDescriptionAdditional information
reporteeId The id of the reportee to retrieve. This can be the reportee id or an organization number.

Define this parameter in the request URI.

Response Information

A populated reportee object with the data for the specified reportee id.

Response body formats

application/hal+xml

Sample:

Sample not available.

application/hal+json

Sample:
{
  "Type": "sample string 21",
  "ReporteeId": "sample string 88",
  "PartyUUID": "baeaaa47-6962-4210-af4a-6ee7def55e0b",
  "Name": "sample string 67",
  "SocialSecurityNumber": "sample string 95",
  "OrganizationNumber": "sample string 20",
  "ParentOrganizationNumber": "sample string 93",
  "OrganizationForm": "sample string 7",
  "Status": "sample string 81",
  "_links": {
    "self": {
      "href": "sample string 10"
    }
  }
}