POST reportees/ReporteeConversion
Gets a reportee entity that the subject can represent.
Request Information
Parameters
Name | Description | Additional 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:
{ "ReporteeId": "sample string 86", "PartyUUID": "c6dded9c-5a2c-4370-b8ab-6f83034de105", "Name": "sample string 69", "Type": "sample string 95", "SocialSecurityNumber": "sample string 22", "OrganizationNumber": "sample string 7", "ParentOrganizationNumber": "sample string 63", "OrganizationForm": "sample string 9", "Status": "sample string 0", "_links": { "self": { "href": "sample string 79" } } }