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 · requiredchargeId
Responses
200OKResponse fields
activeboolean · optionalamountnumber · double · optionalchargeAppliesToGetChargesAppliesToResponse · optionalchargeCalculationTypeGetChargesCalculationTypeResponse · optionalchargePaymentModeGetChargesPaymentModeResponse · optionalchargeTimeTypeGetChargesTimeTypeResponse · optionalcurrencyGetChargesCurrencyResponse · optionalidinteger · int64 · optionalmaxCapnumber · optionalminCapnumber · optionalnamestring · optionalpenaltyboolean · optionaltaxGroupGetChargesTaxGroup · optionalEvery 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.