POST reportees/ReporteeConversion

Gets a reportee entity that the subject can represent.

Request Information

Parameters

NameDescriptionAdditional information
reporteeConversion The reportee conversion object with name and number

Define this parameter in the request body.

Request body formats

application/hal+xml

No sample

application/json

Sample:
{
   "SocialSecurityNumber": "12018211111",
   "LastName": "olsen"
}
                    

application/json

Sample:
{
   "OrganizationNumber": "999888777",
   "OrganizationName": "bedriftsnavn"
}
                    

Response Information

A Reportee that the user can represent.

Response body formats

application/hal+xml

Sample:

Sample not available.

application/hal+json

Sample:

Sample not available.