- EMIs
- Records
- Topups
- Accounts
- Payouts
- Loans
- Line Details
- Loan Data
- Fee
- Extra Data
- Topup Group
Update Extra Data
preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
POST
/v1/lms/extra_data/
Last modified:2025-01-09 20:25:51
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
lead_id
stringÂ
optional
account_id
stringÂ
optional
loan_id
stringÂ
optional
any_key
stringÂ
optional
Example
{
"id": "1300a769-26f5-41b1-9fce-bafef6ff0f88",
"lead_id": "abc8383",
"account_id": "",
"loan_id": "",
"appropriation_charges_receivable": 10
}
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 POST 'https://preprod.api.crego.io/v1/lms/extra_data/' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "1300a769-26f5-41b1-9fce-bafef6ff0f88",
"lead_id": "abc8383",
"account_id": "",
"loan_id": "",
"appropriation_charges_receivable": 10
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}