PaneSectionMappingDto
Pane-Section Mapping Data Transfer Object
Unique identifier of the pane-section mapping
550e8400-e29b-41d4-a716-446655440000Identifier of the user who created the mapping
550e8400-e29b-41d4-a716-446655440000Product code (e.g., ILC, ELC)
Possible values: <= 50 characters
ILCEvent code (e.g., ISS, AMD)
Possible values: <= 50 characters
ISSList of business applications
["Adria TSCF Client"]List of customer segments
["Corporate"]panes object[]required
Array of pane configurations
Unique identifier for the pane
pane-partiesDisplay name of the pane
Possible values: <= 255 characters
PartiesDisplay order of the pane
Possible values: >= 1
1sections object[]required
Array of section configurations within the pane
Possible values: >= 1, <= 2147483647
Unique identifier for the section
section-applicantDisplay name of the section
Possible values: <= 255 characters
Applicant DetailsDisplay order of the section within the pane
Possible values: >= 1
1Number of grid rows in the section
Possible values: >= 1 and <= 20
1Number of grid columns in the section
Possible values: >= 1 and <= 12
1Whether the section can be repeated (for variable-length data)
falseGroup identifier for repeatable sections
group-beneficiariesbuttons object[]
Array of button configurations for the pane
Unique identifier for the button
btn-nextDisplay label of the button
Possible values: <= 50 characters
NextPosition of the button (left or right)
Possible values: [left, right]
rightVisual variant of the button
Possible values: [default, secondary, outline, destructive, ghost]
defaultAction to perform when button is clicked
Possible values: [next_pane, previous_pane, save_draft, save_template, submit, reject, discard, close, custom]
next_paneTarget pane ID for custom navigation (when action is 'custom')
pane-documentsWhether the button is visible
trueDisplay order of the button
Possible values: >= 1
1Whether to show SWIFT preview for this pane
falseIndicates if the mapping is currently active
trueTimestamp when the mapping was created
2025-01-15T09:36:22.500ZTimestamp when the mapping was last updated
2025-01-15T09:36:22.500Z{
"id": "550e8400-e29b-41d4-a716-446655440000",
"userId": "550e8400-e29b-41d4-a716-446655440000",
"productCode": "ILC",
"eventCode": "ISS",
"businessApplication": [
"Adria TSCF Client"
],
"customerSegment": [
"Corporate"
],
"panes": [
{
"id": "pane-parties",
"name": "Parties",
"sequence": 1,
"sections": [
{
"id": "section-applicant",
"name": "Applicant Details",
"sequence": 1,
"rows": 1,
"columns": 1,
"isRepeatable": false,
"groupId": "group-beneficiaries"
}
],
"buttons": [
{
"id": "btn-next",
"label": "Next",
"position": "right",
"variant": "default",
"action": "next_pane",
"targetPaneId": "pane-documents",
"isVisible": true,
"order": 1
}
],
"showSwiftPreview": false
}
],
"isActive": true,
"createdAt": "2025-01-15T09:36:22.500Z",
"updatedAt": "2025-01-15T09:36:22.500Z"
}