Vendor General Ledger Expense Category Account Mappingยถ

Vendor General Ledger Expense Category Account Mapping - Getยถ

HTTP Request

GET /api/v1/vendor-general-ledger-expense-category-account-mappings/{id}

๐Ÿ“‹ Description: Retrieves the details of a specific vendor general ledger expense category account mapping by its unique identifier, providing insights into the financial organization structure and hierarchy of the entity.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVendorGeneralLedgerExpenseCategoryAccountMappingDto

Vendor General Ledger Expense Category Account Mapping - Updateยถ

HTTP Request

PUT /api/v1/vendor-general-ledger-expense-category-account-mappings/{id}

๐Ÿ“‹ Description: Updates the mapping of a specific expense category account within the financial organization structure, allowing for adjustments to the hierarchy and alignment of financial entities. This operation ensures accurate representation of expense categories in the general ledger.

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

Unique identifier for the resource

body

body

VendorGeneralLedgerExpenseCategoryAccountMappingDto

true

Request body containing the updated mapping data for the specified vendor general ledger expense category account, reflecting changes in the financial organization structure and hierarchy.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVendorGeneralLedgerExpenseCategoryAccountMappingDto

Vendor General Ledger Expense Category Account Mapping - Deleteยถ

HTTP Request

DELETE /api/v1/vendor-general-ledger-expense-category-account-mappings/{id}

๐Ÿ“‹ Description: Deletes a specific vendor general ledger expense category account mapping identified by the provided ID, thereby maintaining the integrity of the financial organization structure within the hierarchy 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

Vendor General Ledger Expense Category Account Mapping - Create Or Update Bulkยถ

HTTP Request

PUT /api/v1/vendor-general-ledger-expense-category-account-mappings/createOrUpdate/bulk

๐Ÿ“‹ Description: Creates or updates multiple vendor general ledger expense category account mappings in bulk, enabling efficient management of financial entity structures within the organization.

Parameters

Name

In

Type

Required

Description

body

body

VendorGeneralLedgerExpenseCategoryAccountMappingDto

true

Request body containing bulk mappings of expense categories to accounts for financial entities within the organizational structure, facilitating efficient management of the general ledger.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListVendorGeneralLedgerExpenseCategoryAccountMappingDto

Vendor General Ledger Expense Category Account Mapping - Create Or Updateยถ

HTTP Request

PUT /api/v1/vendor-general-ledger-expense-category-account-mappings/createOrUpdate

๐Ÿ“‹ Description: Creates or updates vendor general ledger expense category account mappings within the financial organization structure, ensuring accurate alignment of financial entities within the established hierarchy.

Parameters

Name

In

Type

Required

Description

body

body

VendorGeneralLedgerExpenseCategoryAccountMappingDto

true

Request body containing the financial entityโ€™s vendor general ledger expense category account mappings, including details for creating or updating organizational structure and hierarchy.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVendorGeneralLedgerExpenseCategoryAccountMappingDto

Vendor General Ledger Expense Category Account Mapping - Bulk Updateยถ

HTTP Request

PUT /api/v1/vendor-general-ledger-expense-category-account-mappings/bulk

๐Ÿ“‹ Description: Updates multiple vendor general ledger expense category account mappings in a single operation, facilitating efficient management of financial entity structures within the organization.

Parameters

Name

In

Type

Required

Description

body

body

VendorGeneralLedgerExpenseCategoryAccountMappingDto

true

Request body containing a collection of mappings that associate expense categories with accounts for financial entities within the organizational structure.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListVendorGeneralLedgerExpenseCategoryAccountMappingDto

Vendor General Ledger Expense Category Account Mapping - Bulk Createยถ

HTTP Request

POST /api/v1/vendor-general-ledger-expense-category-account-mappings/bulk

๐Ÿ“‹ Description: Facilitates the bulk creation of mappings between expense categories and accounts within the financial organization structure, enabling efficient management of financial hierarchies across multiple entities.

Parameters

Name

In

Type

Required

Description

body

body

VendorGeneralLedgerExpenseCategoryAccountMappingDto

true

Request body containing a collection of mappings that associate expense categories with accounts for financial entities within the organizational structure.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListVendorGeneralLedgerExpenseCategoryAccountMappingDto

Vendor General Ledger Expense Category Account Mapping - Bulk Deleteยถ

HTTP Request

DELETE /api/v1/vendor-general-ledger-expense-category-account-mappings/bulk

๐Ÿ“‹ Description: Deletes multiple vendor general ledger expense category account mappings in a single operation, streamlining the management of financial organization structures within your entityโ€™s hierarchy.

Parameters

Name

In

Type

Required

Description

body

body

array[integer]

true

Request body containing an array of expense category account mapping identifiers to be deleted in bulk, facilitating the management of the financial organization structure.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Vendor General Ledger Expense Category Account Mapping - Find Allยถ

HTTP Request

GET /api/v1/vendor-general-ledger-expense-category-account-mappings

๐Ÿ“‹ Description: Retrieves the mappings of expense categories to accounts within the financial organization structure, providing insights into the hierarchical relationships of financial entities.

Parameters

Name

In

Type

Required

Description

pageable

query

Pageable

true

Indicates whether the results of the financial entityโ€™s general ledger expense category account mappings should be returned in a paginated format, facilitating efficient data retrieval within the organizational structure.

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageVendorGeneralLedgerExpenseCategoryAccountMappingDto

Vendor General Ledger Expense Category Account Mapping - Createยถ

HTTP Request

POST /api/v1/vendor-general-ledger-expense-category-account-mappings

๐Ÿ“‹ Description: Creates new mappings between expense categories and accounts within the financial organization structure, enabling efficient management of financial entity hierarchies.

Parameters

Name

In

Type

Required

Description

body

body

VendorGeneralLedgerExpenseCategoryAccountMappingDto

true

Request body containing the mappings of expense categories to accounts within the financial organization structure, facilitating the alignment of organizational hierarchy and financial entity management.

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVendorGeneralLedgerExpenseCategoryAccountMappingDto

Vendor General Ledger Expense Category Account Mapping - Get Metadataยถ

HTTP Request

GET /api/v1/vendor-general-ledger-expense-category-account-mappings/meta

๐Ÿ“‹ Description: Retrieves metadata for vendor general ledger expense category account mappings, providing essential information to support the financial organization structure and hierarchy of the entity. This operation facilitates the understanding and management of expense categorization within the financial framework.

Responses

Status

Meaning

Description

Schema

200

OK

OK

Inline

Response Schema