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:
{
  "ReporteeId": "sample string 8",
  "PartyUUID": "85b503cd-344a-4beb-8b58-031c0669f763",
  "Name": "sample string 20",
  "Type": "sample string 50",
  "SocialSecurityNumber": "sample string 61",
  "OrganizationNumber": "sample string 47",
  "ParentOrganizationNumber": "sample string 9",
  "OrganizationForm": "sample string 36",
  "Status": "sample string 68",
  "_links": {
    "self": {
      "href": "sample string 99"
    }
  }
}