Lease Areaยถ

Lease Area - Getยถ

HTTP Request

GET /api/v1/lease-areas/{id}

๐Ÿ“‹ Description: Retrieves detailed information about a specific lease area within the financial organization structure, identified by the provided ID, to facilitate organizational hierarchy and financial entity management.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseLeaseAreaDto

Lease Area - Updateยถ

HTTP Request

PUT /api/v1/lease-areas/{id}

๐Ÿ“‹ Description: Updates the details of a specified lease area within the financial organization structure, allowing for modifications to the hierarchy and attributes of the financial entity.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

body

body

LeaseAreaDto

true

Request body containing the updated financial organization structure details for the specified lease area, including attributes such as name, hierarchy, and associated financial entity information.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseLeaseAreaDto

Lease Area - Deleteยถ

HTTP Request

DELETE /api/v1/lease-areas/{id}

๐Ÿ“‹ Description: Deletes a specified lease area within the financial organization structure, ensuring the hierarchy remains accurate and up-to-date for effective management 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

Lease Area - Delete Or Decommissionยถ

HTTP Request

PUT /api/v1/lease-areas/remove/{id}

๐Ÿ“‹ Description: Removes a specified lease area from the financial organization structure, ensuring the hierarchy accurately reflects current operational needs.

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

Lease Area - Delete Or Decommission Allยถ

HTTP Request

PUT /api/v1/lease-areas/remove/bulk

๐Ÿ“‹ Description: Removes multiple lease areas from the financial organization structure in a single operation, streamlining the management of organizational hierarchy within financial entities.

Parameters

Name

In

Type

Required

Description

body

body

array[integer]

true

Request body containing a list of lease area identifiers to be removed in bulk from the financial organization structure, reflecting changes in the hierarchy of the financial entity.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Lease Area - Decommissionยถ

HTTP Request

PUT /api/v1/lease-areas/decommission/{id}

๐Ÿ“‹ Description: Decommissions a specified lease area within the financial organization structure, effectively removing it from the active hierarchy of financial entities. This operation ensures accurate management of organizational resources and compliance with structural changes.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseLeaseAreaDto

Lease Area - Decommission By Modification Date Beforeยถ

HTTP Request

PUT /api/v1/lease-areas/decommission/modified-before/{modified_before}

๐Ÿ“‹ Description: Decommissions lease areas within the financial organization structure that have been modified before the specified date, ensuring the hierarchy remains accurate and up-to-date. This operation is essential for maintaining the integrity of the organizational framework and financial entity management.

Parameters

Name

In

Type

Required

Description

modified_before

path

string(date-time)

true

Specifies the date and time before which lease areas were modified, facilitating the management of organizational structure changes within the financial entity.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListLeaseAreaDto

Lease Area - Decommission Before Nowยถ

HTTP Request

PUT /api/v1/lease-areas/decommission/modified-before-now

๐Ÿ“‹ Description: Decommissions lease areas that have been modified before the current date, ensuring the financial organization structure remains up-to-date and aligned with operational requirements.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListLeaseAreaDto

Lease Area - Decommission Allยถ

HTTP Request

PUT /api/v1/lease-areas/decommission/bulk

๐Ÿ“‹ Description: Updates the status of multiple lease areas to โ€˜decommissionedโ€™ in bulk, facilitating efficient management of the financial organization structure and hierarchy within the financial entity.

Parameters

Name

In

Type

Required

Description

body

body

array[integer]

true

Request body containing a list of lease area identifiers and associated decommissioning details for bulk processing within the financial organizationโ€™s structure.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListLeaseAreaDto

Lease Area - Create Or Update Bulkยถ

HTTP Request

PUT /api/v1/lease-areas/createOrUpdate/bulk

๐Ÿ“‹ Description: Updates or creates multiple lease areas within the financial organization structure, allowing for efficient management of organizational hierarchy and financial entity configurations.

Parameters

Name

In

Type

Required

Description

body

body

LeaseAreaDto

true

Request body containing bulk data for creating or updating lease areas within the financial organization structure, including relevant attributes and hierarchy details.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListLeaseAreaDto

Lease Area - Create Or Updateยถ

HTTP Request

PUT /api/v1/lease-areas/createOrUpdate

๐Ÿ“‹ Description: Creates or updates lease area information within the financial organization structure, ensuring accurate representation of the organizationโ€™s hierarchy and financial entities.

Parameters

Name

In

Type

Required

Description

body

body

LeaseAreaDto

true

Request body containing the details of lease areas, including organizational hierarchy and financial entity attributes, for creating or updating records within the financial organization structure.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseLeaseAreaDto

Lease Area - Bulk Updateยถ

HTTP Request

PUT /api/v1/lease-areas/bulk

๐Ÿ“‹ Description: Updates multiple lease areas within the financial organization structure, enabling efficient management of organizational hierarchy and financial entities.

Parameters

Name

In

Type

Required

Description

body

body

LeaseAreaDto

true

Request body containing a collection of lease area data, including organizational hierarchy and financial entity details, for bulk updates within the financial organization structure.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListLeaseAreaDto

Lease Area - Bulk Createยถ

HTTP Request

POST /api/v1/lease-areas/bulk

๐Ÿ“‹ Description: Facilitates the bulk creation of lease areas within the financial organization structure, enabling efficient management of hierarchical relationships among financial entities.

Parameters

Name

In

Type

Required

Description

body

body

LeaseAreaDto

true

Request body containing a collection of lease area data for bulk creation, including details on organizational structure and financial entity hierarchies.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListLeaseAreaDto

Lease Area - Bulk Deleteยถ

HTTP Request

DELETE /api/v1/lease-areas/bulk

๐Ÿ“‹ Description: Deletes multiple lease areas within the financial organization structure, allowing for streamlined management of organizational hierarchies and entities.

Parameters

Name

In

Type

Required

Description

body

body

array[integer]

true

Request body containing an array of lease area identifiers to be deleted, facilitating the management of the financial organization structure.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Lease Area - Find Allยถ

HTTP Request

GET /api/v1/lease-areas

๐Ÿ“‹ Description: Retrieves a list of lease areas within the financial organization structure, providing insights into the hierarchical organization of financial entities.

Parameters

Name

In

Type

Required

Description

pageable

query

Pageable

true

Indicates whether the results of the lease areas query should be returned in a paginated format, facilitating efficient data retrieval within the financial organization structure.

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageLeaseAreaDto

Lease Area - Createยถ

HTTP Request

POST /api/v1/lease-areas

๐Ÿ“‹ Description: Creates a new lease area within the financial organization structure, enabling the establishment of hierarchical relationships and organizational boundaries for financial entities.

Parameters

Name

In

Type

Required

Description

body

body

LeaseAreaDto

true

Request body containing the details of lease areas, including organizational hierarchy and financial entity specifications, to facilitate structured management within the financial organization.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseLeaseAreaDto

Lease Area - Get Metadataยถ

HTTP Request

GET /api/v1/lease-areas/meta

๐Ÿ“‹ Description: Retrieves metadata for lease areas within the financial organization structure, providing insights into the hierarchy and organization of financial entities.

Responses

Status

Meaning

Description

Schema

200

OK

OK

Inline

Response Schema