ClientChargesApi

Functions

Link copied to clipboard
abstract suspend fun applyClientCharge(clientId: Long, postClientsClientIdChargesRequest: PostClientsClientIdChargesRequest): PostClientsClientIdChargesResponse

Add Client Charge This API associates a Client charge with an implicit Client account Mandatory Fields : chargeId and dueDate Optional Fields : amount Responses:

Link copied to clipboard
abstract suspend fun deleteClientCharge(clientId: Long, chargeId: Long): DeleteClientsClientIdChargesChargeIdResponse

Delete a Client Charge Deletes a Client Charge on which no transactions have taken place (either payments or waivers). Responses:

Link copied to clipboard
abstract suspend fun payOrWaiveClientCharge(clientId: Long, chargeId: Long, postClientsClientIdChargesChargeIdRequest: PostClientsClientIdChargesChargeIdRequest, command: String? = null): PostClientsClientIdChargesChargeIdResponse

Pay a Client Charge | Waive a Client Charge Pay a Client Charge: Mandatory Fields:transactionDate and amount \"Pay either a part of or the entire due amount for a charge.(command=paycharge) Waive a Client Charge: This API provides the facility of waiving off the remaining amount on a client charge (command=waive) Showing request/response for 'Pay a Client Charge' Responses:

Link copied to clipboard
abstract suspend fun retrieveAllClientCharges(clientId: Long, chargeStatus: String? = "all", pendingPayment: Boolean? = null, limit: Int? = null, offset: Int? = null): GetClientsClientIdChargesResponse

List Client Charges The list capability of client charges supports pagination.Example Requests: clients/1/charges clients/1/charges?offset=0&limit=5 Responses:

Link copied to clipboard
abstract suspend fun retrieveClientCharge(clientId: Long, chargeId: Long): GetClientsChargesPageItems

Retrieve a Client Charge Example Requests: clients/1/charges/1 clients/1/charges/1?fields=name,id Responses:

Link copied to clipboard
abstract suspend fun retrieveTemplate4(clientId: Long): String

Responses: