API Search endpoints…⌘K

Retrieve a Charge

GET/lokta-lms/api/v1/charges/{chargeId}

Returns the details of a defined Charge.

Example Requests:

charges/1

Path parameters

chargeIdpath · integer · int64 · required

chargeId

Responses

200OK

Response fields

activeboolean · optional
amountnumber · double · optional
chargeAppliesToGetChargesAppliesToResponse · optional
chargeCalculationTypeGetChargesCalculationTypeResponse · optional
chargePaymentModeGetChargesPaymentModeResponse · optional
chargeTimeTypeGetChargesTimeTypeResponse · optional
currencyGetChargesCurrencyResponse · optional
idinteger · int64 · optional
maxCapnumber · optional
minCapnumber · optional
namestring · optional
penaltyboolean · optional
taxGroupGetChargesTaxGroup · 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.