Skip to main content
POST
Create representatives
  • The representative type must be F (natural person) or K (other, such as an investment or pension fund).
  • For type K, provide the fund code assigned by the Bank of Lithuania in personCode, or the foreign fund code in codeInForeignCountry.

Authorizations

Authorization
string
header
required

Obtain JWT via client_credentials grant. Required role: MMR_SASK_REPORT

Headers

Idempotency-Key
string

Client-provided idempotency key. UUID v4 suggested, max 255 characters. If provided, duplicate requests with the same key will return the cached response.

Maximum string length: 255
Pattern: \S

Path Parameters

accountRefId
string
required

Body

application/json
dateFrom
string<date>
required

Date from which the representative is valid

Example:

"2024-12-18"

representative
object
required
dateTo
string<date>

Date until which the representative is valid

Example:

"2025-12-31"

Response

All created

status
enum<string>
Available options:
SUCCESS,
FAILED
data
object
errors
object[]
Last modified on August 5, 2026