Crego APIs
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
  1. Fee
  • Back to home
  • LMS
  • EMIs
    • List EMI
      GET
    • List Settlements
      GET
    • Restructure
      POST
    • Calculate EMI
      POST
    • Run EOD
      POST
    • Request Tranche
      POST
  • Records
    • Request Approval
      PUT
    • Initiate Excess Payment Refund
      POST
    • Initiate Adjustment for Cashback & Holdback
      POST
    • Get Single Record
      GET
    • Record Listing
      GET
    • Create Record
      POST
    • Mark Processed
      PUT
    • Unmatched
      GET
    • Export record
      PUT
    • Bulk Create Records
      POST
  • Topups
    • List Topups
      GET
    • Unschedule a scheduled topup
      PUT
    • Reinitiate Payout
      POST
    • Check Line Amount
      PUT
    • Create Topup
      POST
    • Update Topup
      PATCH
    • Bulk Topup Create
      POST
    • Re Run Checks
      GET
    • Invoice Parse
      PATCH
  • Accounts
    • Initiate Disbursement
    • Initiate Loan Params
    • Create Account
    • Close Loan Account
    • Refresh Limit
    • Get Loan Params
    • Get Summary
    • Reset RPS
    • Update Loan Params
  • Payouts
    • Retry Failed Payout
    • Create Payout
    • Payout Callback
    • Process Payout
    • Unmatched Payouts
    • List Payouts
    • Export Payout for Bank
  • Loans
    • Export Cashback
    • Get Emi Amount
    • Get Loan Summary
    • List Loans with Excess Balance
    • Initiate Adjustment
    • Initiate Refund
    • List Loans
  • Line Details
    • Filter Line Details
    • Create
    • Update
    • Get by type
    • Bulk Internal
    • Retrieve
  • Loan Data
    • Create
    • Update
    • Retrieve
  • Fee
    • Get Fee Demands
      GET
    • Bulk Create Fee
      POST
    • Create Fee
      POST
    • List Fee
      GET
    • Fee Details
      GET
    • Delete Fee
      DELETE
  • Extra Data
    • Update Extra Data
    • List Extra Data
  • Topup Group
    • Create Topup Group
    • List Topup Group
    • Update TopupGroup
  1. Fee

Get Fee Demands

preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
GET
/v1/lms/fees/{id}/demands/
Last modified:2024-12-27 06:34:00

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
id
string 
required
Example:
22a349ea-ae34-4dc2-ab87-b95b3fa10b58
Query Params
expand
string 
optional
settlements to get settlements of each demands
Example:
settlements

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://preprod.api.crego.io/v1/lms/fees/22a349ea-ae34-4dc2-ab87-b95b3fa10b58/demands/?expand=settlements'

Responses

🟢200Success
application/json
Body
count
integer 
required
current_page
integer 
required
page_size
integer 
required
results
$ref(#/definitions/4074662)[]
required
Could not resolve '#/definitions/4074662'
#/definitions/4074662
optional
Could not resolve '#/definitions/4074662'
Example
[{"id":"878c5501-2d8d-4335-b5cc-59a52fde0bb6","created_at":1735208177.1375964,"updated_at":1735208177.138325,"date":1724753776.666969,"amount":453.85,"outstanding_amount":0.0,"remaining_amount":9328.55,"sent_to_gl":false,"due_amount":0.0,"dpd":0,"peak_dpd":0,"to_be_deleted":false,"account":"b9c9021a-5de3-4f4a-a84b-2519f862cd06","demand":"81b11c52-21fd-4afd-abf4-5b361e5f33d4","record":"4592e37f-cf37-4e07-845d-4d79064657e6"},{"id":"79dfa248-572c-4284-a852-670ed4c37a58","created_at":1735208177.1377847,"updated_at":1735208177.1986203,"date":1724753776.666969,"amount":453.85,"outstanding_amount":0.0,"remaining_amount":3884.1999999999994,"sent_to_gl":false,"due_amount":0.0,"dpd":0,"peak_dpd":0,"to_be_deleted":false,"account":"b9c9021a-5de3-4f4a-a84b-2519f862cd06","demand":"867aa8cb-03f5-4abd-bd9d-f26030028bc4","record":"4592e37f-cf37-4e07-845d-4d79064657e6"}]
🟢200List Response
Previous
Retrieve
Next
Bulk Create Fee
Built with