End Of Term Mappingยถ

Get A Resource By IDยถ

HTTP Request

GET /api/v1/end-of-term-mappings/{id}

๐Ÿ“‹ Description: Retrieves the end-of-term mapping details for a specified financial entity within the organizational structure, providing insights into the hierarchy and relationships pertinent to financial planning and analysis.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseEndOfTermMappingDto

Update A Resourceยถ

HTTP Request

PUT /api/v1/end-of-term-mappings/{id}

๐Ÿ“‹ Description: Updates the end-of-term mapping for a specified financial entity within the organizational structure, allowing for adjustments to the hierarchy as necessary. This operation ensures that the financial organization reflects the most current mapping configurations.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

body

body

EndOfTermMappingDto

true

Request body containing the updated end-of-term mapping details, including organization hierarchy and financial entity attributes, for the specified identifier.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseEndOfTermMappingDto

Deleteยถ

HTTP Request

DELETE /api/v1/end-of-term-mappings/{id}

๐Ÿ“‹ Description: Deletes a specified end-of-term mapping within the financial organization structure, ensuring the integrity of the hierarchy and organization of financial entities.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Bulk Create-Or-Update Resourcesยถ

HTTP Request

PUT /api/v1/end-of-term-mappings/createOrUpdate/bulk

๐Ÿ“‹ Description: Updates or creates multiple end-of-term mappings within the financial organization structure, enabling efficient management of organizational hierarchy for financial entities.

Parameters

Name

In

Type

Required

Description

body

body

EndOfTermMappingDto

true

Request body containing bulk data for creating or updating end-of-term mappings within the financial organization structure, including details on organizational hierarchy and financial entity relationships.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListEndOfTermMappingDto

Create Or Update A Resourceยถ

HTTP Request

PUT /api/v1/end-of-term-mappings/createOrUpdate

๐Ÿ“‹ Description: Creates or updates end-of-term mappings within the financial organization structure, ensuring accurate representation of organizational hierarchy for financial entities.

Parameters

Name

In

Type

Required

Description

body

body

EndOfTermMappingDto

true

Request body containing the financial entity mapping data, including organization hierarchy details for creating or updating end-of-term mappings.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseEndOfTermMappingDto

Bulk-Update Resourcesยถ

HTTP Request

PUT /api/v1/end-of-term-mappings/bulk

๐Ÿ“‹ Description: Updates multiple end-of-term mappings within the financial organization structure, allowing for efficient management of hierarchical relationships among financial entities.

Parameters

Name

In

Type

Required

Description

body

body

EndOfTermMappingDto

true

Request body containing a bulk set of end-of-term mapping data for financial entities, including hierarchical relationships and organizational structure details.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListEndOfTermMappingDto

Bulk Createยถ

HTTP Request

POST /api/v1/end-of-term-mappings/bulk

๐Ÿ“‹ Description: Submits bulk end-of-term mappings to establish or update the financial organization structure and hierarchy for multiple financial entities simultaneously.

Parameters

Name

In

Type

Required

Description

body

body

EndOfTermMappingDto

true

Request body containing a bulk list of end-of-term mappings for financial entities, detailing their organizational structure and hierarchy.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListEndOfTermMappingDto

Bulk Deleteยถ

HTTP Request

DELETE /api/v1/end-of-term-mappings/bulk

๐Ÿ“‹ Description: Deletes multiple end-of-term mappings in the financial organization structure, allowing for efficient management of organizational hierarchies and financial entities.

Parameters

Name

In

Type

Required

Description

body

body

array[integer]

true

Request body containing an array of financial entity identifiers for bulk deletion of end-of-term mappings within the organizational structure.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Search Resourcesยถ

HTTP Request

POST /api/v1/end-of-term-mappings/search

๐Ÿ“‹ Description: Submits a search request for end-of-term mappings within the financial organization structure, allowing users to identify and analyze the hierarchical relationships of financial entities.

Parameters

Name

In

Type

Required

Description

page

query

integer

false

Zero-based page index (0..N)

size

query

integer

false

The size of the page to be returned

sort

query

array[string]

false

Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

body

body

EndOfTermMappingDtoFilter

false

Request body containing search criteria for end-of-term mappings, including relevant organizational structure and hierarchy details for financial entities.

Default Valuesยถ

Parameter

Default

Type

page

0

query

size

100

query

sort

["createdAt,ASC"]

query

Parameter Constraintsยถ

Parameter

Constraints

page

Min: 0

size

Min: 1

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageEndOfTermMappingDto

List All Resourcesยถ

HTTP Request

GET /api/v1/end-of-term-mappings

๐Ÿ“‹ Description: Retrieves end-of-term mappings for financial entities within the organizationโ€™s structure, providing insights into the hierarchy and relationships among financial components.

Parameters

Name

In

Type

Required

Description

pageable

query

Pageable

true

Indicates whether the results should be returned in a paginated format, facilitating efficient navigation through the financial organization structureโ€™s end-of-term mappings.

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageEndOfTermMappingDto

Createยถ

HTTP Request

POST /api/v1/end-of-term-mappings

๐Ÿ“‹ Description: Creates new end-of-term mappings within the financial organization structure, enabling the alignment of organizational hierarchies and financial entities for enhanced reporting and analysis.

Parameters

Name

In

Type

Required

Description

body

body

EndOfTermMappingDto

true

Request body containing the end-of-term mapping data, including organizational hierarchy and financial entity details, essential for structuring financial organization transitions.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseEndOfTermMappingDto

Get Meta Dataยถ

HTTP Request

GET /api/v1/end-of-term-mappings/meta

๐Ÿ“‹ Description: Retrieves metadata related to end-of-term mappings within the financial organization structure, providing insights into the hierarchy and relationships of financial entities.

Responses

Status

Meaning

Description

Schema

200

OK

OK

Inline

Response Schema