General SettingΒΆ

General Setting - GetΒΆ

HTTP Request

GET /api/v1/sap-posting-bot/spb-general-settings/{id}

πŸ“‹ Description: Retrieves the general settings for a specific ledger entry identified by the provided ID, facilitating the management of transaction-related configurations within the General Ledger.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseSpbGeneralSettingDto

General Setting - UpdateΒΆ

HTTP Request

PUT /api/v1/sap-posting-bot/spb-general-settings/{id}

πŸ“‹ Description: Updates the general settings for a specified ledger entry in the financial records, allowing for adjustments to transaction parameters and account configurations.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

body

body

SpbGeneralSettingDto

true

Request body containing the general settings data for the specified ledger entry, including transaction parameters and account configurations essential for maintaining accurate financial records.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseSpbGeneralSettingDto

General Setting - Create Or UpdateΒΆ

HTTP Request

PUT /api/v1/sap-posting-bot/spb-general-settings/createOrUpdate

πŸ“‹ Description: Updates or creates general settings for the SAP posting bot within the General Ledger domain, ensuring accurate ledger entries and financial records for transactions and accounts.

Parameters

Name

In

Type

Required

Description

body

body

SpbGeneralSettingDto

true

Request body containing the general settings data for ledger entries, including transaction parameters and account details necessary for updating or creating financial records.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseSpbGeneralSettingDto

General Setting - Create Or Update BulkΒΆ

HTTP Request

PUT /api/v1/sap-posting-bot/spb-general-settings/createOrUpdate/bulk

πŸ“‹ Description: Updates or creates multiple general ledger settings in bulk, ensuring efficient management of ledger entries, transactions, accounts, and financial records within the SAP Posting Bot framework.

Parameters

Name

In

Type

Required

Description

body

body

SpbGeneralSettingDto

true

Request body containing bulk ledger entry data for creating or updating general settings related to transactions and financial records.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListSpbGeneralSettingDto

General Setting - Bulk UpdateΒΆ

HTTP Request

PUT /api/v1/sap-posting-bot/spb-general-settings/bulk

πŸ“‹ Description: Updates multiple general settings for the SAP posting bot in bulk, facilitating efficient management of ledger entries and enhancing the accuracy of financial records associated with transactions and accounts.

Parameters

Name

In

Type

Required

Description

body

body

SpbGeneralSettingDto

true

Request body containing bulk updates for general ledger settings, including transaction parameters and account configurations essential for accurate financial record management.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListSpbGeneralSettingDto

General Setting - Find AllΒΆ

HTTP Request

GET /api/v1/sap-posting-bot/spb-general-settings

πŸ“‹ Description: Retrieves the general settings for the SAP posting bot, providing essential configurations that govern ledger entries and transactions within the General Ledger.

Parameters

Name

In

Type

Required

Description

pageable

query

Pageable

true

Indicates whether the results of the ledger entry retrieval should be paginated, facilitating efficient access to financial records and transactions.

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageSpbGeneralSettingDto