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 77", "PartyUUID": "89015267-7004-4df7-9213-cb3f2f433d95", "Name": "sample string 22", "Type": "sample string 10", "SocialSecurityNumber": "sample string 1", "OrganizationNumber": "sample string 94", "ParentOrganizationNumber": "sample string 80", "OrganizationForm": "sample string 58", "Status": "sample string 48", "_links": { "self": { "href": "sample string 83" } } }