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 5",
"PartyUUID": "aec65f0c-906b-4be8-948e-2b2a6eb8c8da",
"Name": "sample string 47",
"Type": "sample string 51",
"SocialSecurityNumber": "sample string 98",
"OrganizationNumber": "sample string 93",
"ParentOrganizationNumber": "sample string 8",
"OrganizationForm": "sample string 63",
"Status": "sample string 60",
"_links": {
"self": {
"href": "sample string 99"
}
}
}
