Skip to content

Persons (1.0)

Download OpenAPI description
Languages
Servers
Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/persons/

Persons

Operations

Person mobile numbers

Operations

Person tax identifications

Operations

Person documents

Operations

Person language settings

Operations

Create a language setting for a person

Request

Specifies the preferred communication language for the person specified in the request URL. Note that each call to this endpoint will overwrite the previous value.

Path
person_idstringrequired
Bodyapplication/json

The content of the request.

languagestring

Two-character language identifier, formatted according to ISO 639-1.

Enum"EN""DE""FR""IT""ES"
Example: "DE"
application/json
{ "language": "DE" }

Responses

The operation was successful.

Bodyapplication/json
languagestring

The customer's chosen communication language, formatted according to ISO 639-1.

Enum"EN""DE""IT""FR""ES"
Example: "DE"
Response
application/json
{ "language": "DE" }

Get a language setting

Request

Retrieves the preferred communication language for the person specified in the request URL.

Path
person_idstringrequired
No request payload

Responses

The operation was successful.

Bodyapplication/json
languagestring

The customer's chosen communication language, formatted according to ISO 639-1.

Enum"EN""DE""IT""FR""ES"
Example: "DE"
Response
application/json
{ "language": "DE" }

Authorized persons

Operations