Disclosure Report Schedule Job

Disclosure Report Schedule Job - Get

HTTP Request

GET /api/v1/disclosure_reports/schedule-jobs/{id}

📋 Description: Retrieves the scheduled job details for a specific disclosure report identified by the provided ID, facilitating the management of lease-related financial obligations and accounting entries within the Nakisa Lease Accounting Suite.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseDisclosureReportScheduleJobDto

Disclosure Report Schedule Job - Update

HTTP Request

PUT /api/v1/disclosure_reports/schedule-jobs/{id}

📋 Description: Updates the scheduling status of a disclosure report identified by the specified ID, enabling effective management of lease-related financial obligations and ensuring accurate accounting entries within the Nakisa Lease Accounting Suite.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

body

body

DisclosureReportScheduleJobDto

true

Request body containing the updated scheduling details for the disclosure report job, including lease and contract identifiers, to ensure accurate financial obligation tracking and accounting entry management.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseDisclosureReportScheduleJobDto

Disclosure Report Schedule Job - Delete

HTTP Request

DELETE /api/v1/disclosure_reports/schedule-jobs/{id}

📋 Description: Deletes a scheduled job associated with a disclosure report in the Nakisa Lease Accounting Suite, ensuring the timely management of lease-related financial obligations and accounting entries.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

Responses

Status

Meaning

Description

Schema

200

OK

OK

None

Disclosure Report Schedule Job - Create Or Update Bulk

HTTP Request

PUT /api/v1/disclosure_reports/schedule-jobs/createOrUpdate/bulk

📋 Description: Creates or updates multiple disclosure reports in bulk, facilitating efficient management of lease contracts and financial obligations within the Nakisa Lease Accounting Suite.

Parameters

Name

In

Type

Required

Description

body

body

DisclosureReportScheduleJobDto

true

Request body containing bulk data for creating or updating disclosure reports related to leases, contracts, financial obligations, and accounting entries.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListDisclosureReportScheduleJobDto

Disclosure Report Schedule Job - Create Or Update

HTTP Request

PUT /api/v1/disclosure_reports/schedule-jobs/createOrUpdate

📋 Description: Creates or updates scheduled jobs for disclosure reports within the Nakisa Lease Accounting Suite, ensuring accurate management of lease, contract, and financial obligation data for streamlined accounting entries.

Parameters

Name

In

Type

Required

Description

body

body

DisclosureReportScheduleJobDto

true

Request body containing the lease and contract details necessary for creating or updating financial obligation schedules and accounting entries.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseDisclosureReportScheduleJobDto

Disclosure Report Schedule Job - Schedule

HTTP Request

POST /api/v1/disclosure_reports/schedule-jobs/createOrUpdate

📋 Description: Creates or updates disclosure report scheduling jobs within the Nakisa Lease Accounting Suite, facilitating the management of lease contracts and associated financial obligations for accurate accounting entries.

Parameters

Name

In

Type

Required

Description

body

body

DisclosureReportScheduleJobDto

true

Request body containing the lease and contract details necessary for creating or updating financial obligation and accounting entry records in the Nakisa Lease Accounting Suite.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseDisclosureReportScheduleJobDto

Disclosure Report Schedule Job - Bulk Update

HTTP Request

PUT /api/v1/disclosure_reports/schedule-jobs/bulk

📋 Description: Schedules multiple disclosure report generation jobs in bulk for lease and contract management, ensuring timely compliance with financial obligations and accurate accounting entries.

Parameters

Name

In

Type

Required

Description

body

body

DisclosureReportScheduleJobDto

true

Request body containing bulk scheduling data for disclosure reports, including lease and contract details, financial obligations, and associated accounting entries.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListDisclosureReportScheduleJobDto

Disclosure Report Schedule Job - Bulk Delete

HTTP Request

DELETE /api/v1/disclosure_reports/schedule-jobs/bulk

📋 Description: Deletes multiple scheduled jobs for disclosure reports within the Nakisa Lease Accounting Suite, streamlining the management of lease and contract-related financial obligations and accounting entries.

Parameters

Name

In

Type

Required

Description

body

body

array[integer]

true

Request body containing an array of identifiers for the lease and contract disclosure reports to be deleted in bulk, ensuring efficient management of financial obligations and accounting entries.

Responses

Status

Meaning

Description

Schema

200

OK

OK

None

Disclosure Report Schedule Job - Change State

HTTP Request

POST /api/v1/disclosure_reports/schedule-jobs/{id}/enable/{state}

📋 Description: Enables or disables scheduled jobs for disclosure reports within the Nakisa Lease Accounting Suite, allowing users to manage the processing of lease and contract-related financial obligations and accounting entries effectively.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

state

path

boolean

true

Indicates whether to enable or disable the scheduled job for the specified disclosure report, impacting lease and contract management within the Nakisa Lease Accounting Suite.

Responses

Status

Meaning

Description

Schema

200

OK

OK

None

Disclosure Report Schedule Job - Find All

HTTP Request

GET /api/v1/disclosure_reports/schedule-jobs

📋 Description: Retrieves scheduled jobs for disclosure reports within the Nakisa Lease Accounting Suite, enabling users to monitor and manage lease, contract, and financial obligation reporting processes effectively.

Parameters

Name

In

Type

Required

Description

pageable

query

Pageable

true

Indicates whether the results of the scheduled jobs for lease and contract disclosures should be returned in a paginated format, facilitating efficient data retrieval and management.

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageDisclosureReportScheduleJobDto