This endpoint allows you to obtain the dependants current meta data values (or use -1 to get the structure) .
POST /api/admin/metadata/values/get
See How to create API Clients to see how to obtain API Client IDs and secrets
Request
Body
Post data requirements
tenantId | int | the id of the tenant |
page | string | the value of 'DependantDetails' |
parentType | string | the value of 'Dependant' |
parentId | int | the associated dependant id (or -1 to get structure) |
Authorization
The following authorization header is required. The authorisation header should be set to a 'Bearer Token' type
Token |
Examples to call - not created / standard approach.