API Search endpoints…⌘K

Create a new Tax Component

POST/lokta-lms/api/v1/taxes/component

Creates a new Tax Component

Mandatory Fields: name, percentage

Optional Fields: debitAccountType, debitAccountId, creditAccountType, creditAccountId, startDate

Request body application/json

creditAccountIdinteger · int64 · optional
creditAccountTypeinteger · int32 · optional
dateFormatstring · optional
debitAccountIdinteger · int64 · optional
debitAccountTypeinteger · int32 · optional
localestring · optional
namestring · optional
percentagenumber · float · optional
startDatestring · optional

Responses

200OK

Response fields

resourceIdinteger · int64 · optional

Every request authenticates with HTTP Basic and carries a Tenant-Identifier header. See the conventions for dates, commands, pagination and errors. Open this operation in the interactive explorer, or read it as Markdown.