Vendor General Ledger Expense Category Account Mapping

Get

HTTP Request

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

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVendorGeneralLedgerExpenseCategoryAccountMappingDto

Update

HTTP Request

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

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

body

body

VendorGeneralLedgerExpenseCategoryAccountMappingDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVendorGeneralLedgerExpenseCategoryAccountMappingDto

Delete

HTTP Request

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

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Create Or Update Bulk

HTTP Request

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

Parameters

Name

In

Type

Required

Description

body

body

VendorGeneralLedgerExpenseCategoryAccountMappingDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListVendorGeneralLedgerExpenseCategoryAccountMappingDto

Create Or Update

HTTP Request

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

Parameters

Name

In

Type

Required

Description

body

body

VendorGeneralLedgerExpenseCategoryAccountMappingDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVendorGeneralLedgerExpenseCategoryAccountMappingDto

Bulk Update

HTTP Request

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

Parameters

Name

In

Type

Required

Description

body

body

VendorGeneralLedgerExpenseCategoryAccountMappingDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListVendorGeneralLedgerExpenseCategoryAccountMappingDto

Bulk Create

HTTP Request

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

Parameters

Name

In

Type

Required

Description

body

body

VendorGeneralLedgerExpenseCategoryAccountMappingDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListVendorGeneralLedgerExpenseCategoryAccountMappingDto

Bulk Delete

HTTP Request

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

Parameters

Name

In

Type

Required

Description

body

body

array[integer]

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVoid

Find All

HTTP Request

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

Parameters

Name

In

Type

Required

Description

pageable

query

Pageable

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageVendorGeneralLedgerExpenseCategoryAccountMappingDto

Create

HTTP Request

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

Parameters

Name

In

Type

Required

Description

body

body

VendorGeneralLedgerExpenseCategoryAccountMappingDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseVendorGeneralLedgerExpenseCategoryAccountMappingDto

Get Metadata

HTTP Request

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

Responses

Status

Meaning

Description

Schema

200

OK

OK

Inline

Response Schema