Intercompanytransfer TaskΒΆ

Get Mass Inter-Company Transfer Task By IDΒΆ

HTTP Request

GET /api/v1/batch/mass-inter-company-transfer/tasks/{id}

πŸ“‹ Description: Retrieves the details of a specific mass inter-company transfer task by its unique identifier, facilitating the management of lease contracts and associated financial obligations within the Nakisa Lease Accounting Suite.

Parameters

Name

In

Type

Required

Description

id

path

integer

true

Unique identifier for the resource

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseMassInterCompanyTransferTaskDto

Update Mass Inter-Company Transfer TaskΒΆ

HTTP Request

PUT /api/v1/batch/mass-inter-company-transfer/tasks/{id}

πŸ“‹ Description: Updates the status and details of a specific mass inter-company transfer task identified by the provided ID within the Nakisa Lease Accounting Suite, ensuring accurate management of lease-related financial obligations and accounting entries.

Parameters

Name

In

Type

Required

Description

id

path

integer

true

Unique identifier for the resource

body

body

MassInterCompanyTransferTaskDto

false

Request body containing the details of the inter-company transfer task, including lease and contract information, financial obligations, and accounting entry adjustments.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseMassInterCompanyTransferTaskDto

Bulk Upsert Mass Inter-Company Transfer TasksΒΆ

HTTP Request

PUT /api/v1/batch/mass-inter-company-transfer/tasks/createOrUpdate/bulk

πŸ“‹ Description: Creates or updates multiple inter-company transfer tasks in bulk within the Nakisa Lease Accounting Suite, facilitating efficient management of leases, contracts, and financial obligations related to accounting entries.

Parameters

Name

In

Type

Required

Description

body

body

MassInterCompanyTransferTaskDto

false

Request body containing bulk data for creating or updating inter-company transfer tasks, including lease details, contract information, financial obligations, and associated accounting entries.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListMassInterCompanyTransferTaskDto

Upsert Mass Inter-Company Transfer TaskΒΆ

HTTP Request

PUT /api/v1/batch/mass-inter-company-transfer/tasks/createOrUpdate

πŸ“‹ Description: Creates or updates tasks related to mass inter-company transfers within the Nakisa Lease Accounting Suite, ensuring accurate management of leases, contracts, and financial obligations in accounting entries.

Parameters

Name

In

Type

Required

Description

body

body

MassInterCompanyTransferTaskDto

false

Request body containing the lease and contract details, including financial obligations and accounting entries, for creating or updating mass inter-company transfer tasks.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseMassInterCompanyTransferTaskDto

Bulk Update Mass Inter-Company Transfer TasksΒΆ

HTTP Request

PUT /api/v1/batch/mass-inter-company-transfer/tasks/bulk

πŸ“‹ Description: Updates multiple inter-company transfer tasks in bulk within the Nakisa Lease Accounting Suite, facilitating efficient management of lease contracts and financial obligations associated with accounting entries.

Parameters

Name

In

Type

Required

Description

body

body

MassInterCompanyTransferTaskDto

false

Request body containing a collection of inter-company transfer task details, including lease and contract information, financial obligations, and associated accounting entries for bulk processing.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListMassInterCompanyTransferTaskDto

Search Mass Inter-Company Transfer TasksΒΆ

HTTP Request

POST /api/v1/batch/mass-inter-company-transfer/tasks/search

πŸ“‹ Description: Submits a request to search for tasks related to mass inter-company transfers within the Nakisa Lease Accounting Suite, facilitating the management of leases, contracts, and associated financial obligations. This operation enhances the efficiency of accounting entries by providing targeted task retrieval.

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

MassInterCompanyTransferTaskDtoFilter

false

Request body containing the criteria for searching tasks related to inter-company transfers, including lease details, contract specifications, financial obligations, and accounting entries.

Default ValuesΒΆ

Parameter

Default

Type

sort

["createdAt,ASC"]

query

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageMassInterCompanyTransferTaskDto

Cancel Mass Inter-Company Transfer TaskΒΆ

HTTP Request

POST /api/v1/batch/mass-inter-company-transfer/tasks/cancel/{id}

πŸ“‹ Description: Cancels a specified mass inter-company transfer task by its unique identifier, ensuring accurate management of lease-related financial obligations and accounting entries within the Nakisa Lease Accounting Suite.

Parameters

Name

In

Type

Required

Description

id

path

integer

true

Unique identifier for the resource

Responses

Status

Meaning

Description

Schema

200

OK

OK

None

Bulk Cancel Mass Inter-Company Transfer TasksΒΆ

HTTP Request

POST /api/v1/batch/mass-inter-company-transfer/tasks/cancel/bulk

πŸ“‹ Description: Initiates a bulk cancellation of mass inter-company transfer tasks within the Nakisa Lease Accounting Suite, streamlining the management of lease-related contracts and financial obligations.

Parameters

Name

In

Type

Required

Description

body

body

array[integer]

false

Request body containing a list of inter-company transfer task identifiers to be canceled in bulk, relevant to lease and contract management within the Nakisa Lease Accounting Suite.

Responses

Status

Meaning

Description

Schema

200

OK

OK

None

List All Mass Inter-Company Transfer TasksΒΆ

HTTP Request

GET /api/v1/batch/mass-inter-company-transfer/tasks

πŸ“‹ Description: Retrieves a list of tasks related to mass inter-company transfers within the Nakisa Lease Accounting Suite, facilitating the management of leases, contracts, and financial obligations in accounting entries.

Parameters

Name

In

Type

Required

Description

pageable

query

Pageable

true

Indicates whether the results of the mass inter-company transfer tasks should be returned in a paginated format, facilitating efficient retrieval of lease and contract-related data within the Nakisa Lease Accounting Suite.

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageMassInterCompanyTransferTaskDto