Duplicate Consistency Task

Get

HTTP Request

GET /api/v1/sap-posting-bot/duplicate-consistency-check/tasks/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseDuplicateConsistencyTaskDto

Update

HTTP Request

PUT /api/v1/sap-posting-bot/duplicate-consistency-check/tasks/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

body

body

DuplicateConsistencyTaskDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseDuplicateConsistencyTaskDto

Create Or Update

HTTP Request

PUT /api/v1/sap-posting-bot/duplicate-consistency-check/tasks/createOrUpdate

Parameters

Name

In

Type

Required

Description

body

body

DuplicateConsistencyTaskDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseDuplicateConsistencyTaskDto

Create Or Update Bulk

HTTP Request

PUT /api/v1/sap-posting-bot/duplicate-consistency-check/tasks/createOrUpdate/bulk

Parameters

Name

In

Type

Required

Description

body

body

DuplicateConsistencyTaskDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListDuplicateConsistencyTaskDto

Bulk Update

HTTP Request

PUT /api/v1/sap-posting-bot/duplicate-consistency-check/tasks/bulk

Parameters

Name

In

Type

Required

Description

body

body

DuplicateConsistencyTaskDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListDuplicateConsistencyTaskDto

Create

HTTP Request

POST /api/v1/sap-posting-bot/duplicate-consistency-check/tasks/execute

Parameters

Name

In

Type

Required

Description

body

body

DuplicateConsistencyTaskCreationRequest

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseDuplicateConsistencyTaskDto

Cancel

HTTP Request

POST /api/v1/sap-posting-bot/duplicate-consistency-check/tasks/cancel/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

None

Bulk Cancel

HTTP Request

POST /api/v1/sap-posting-bot/duplicate-consistency-check/tasks/cancel/bulk

Parameters

Name

In

Type

Required

Description

body

body

array[integer]

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

None

Find All

HTTP Request

GET /api/v1/sap-posting-bot/duplicate-consistency-check/tasks

Parameters

Name

In

Type

Required

Description

pageable

query

Pageable

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageDuplicateConsistencyTaskDto

Get Duplicate Posting Task Report Items

HTTP Request

GET /api/v1/sap-posting-bot/duplicate-consistency-check/tasks/{taskId}/report-item/duplicate-posting

Parameters

Name

In

Type

Required

Description

taskId

path

integer(int64)

true

none

pageable

query

Pageable

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageDuplicatePostingReportItemDto

Get Duplicate Posting Report Items

HTTP Request

GET /api/v1/sap-posting-bot/duplicate-consistency-check/tasks/{systemId}/report/duplicate-posting

Parameters

Name

In

Type

Required

Description

systemId

path

integer(int64)

true

none

pageable

query

Pageable

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageDuplicatePostingReportItemDto