Skip to content
Download OpenAPI description
Languages
Servers
Mock Server

https://docs.solarisgroup.com/_mock/api-reference/onboarding/persons/

Operations
Operations
Operations
Operations
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" }

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" }
Operations