v1

latestOpenAPI 3.1.02026-08-06118124285.7 KB
Mappings

Create mapping

post/v2/mapping/groups/{domainGroupId}

Path parameters

domainGroupIdinteger required

Request body

quinyxValuestring required
externalValuestring required
mappingType'GROUP_ID' | 'EMPLOYEE_ID' | 'ABSENCE_ID' | 'UNIT_ID' | 'SECTION_ID' | 'ROLE_ID' | 'AGREEMENT_TEMPLATE_ID' | 'AGREEMENT' | 'DISTRICT_ID'
parentIdinteger

Example request

{
  "quinyxValue": "1234",
  "externalValue": "ext-abc-001",
  "mappingType": "GROUP_ID",
  "parentId": 42
}

Response

Response for the created mapping of quinyxValue and externalValue

mappingTypestring
idstring
quinyxValuestring
externalValuestring
domainIdinteger

Example response

{
  "mappingType": "GROUP_ID",
  "id": "5f9a8c6d-1e2b-3c4d-5e6f-7a8b9c0d1e2f",
  "quinyxValue": "1234",
  "externalValue": "ext-abc-001",
  "domainId": 1
}