Authorization: Bearer ********************
{
"start_date":1704804122,
"end_date":1728477722,
"filter_on":"value_date",
"download_excel": false
}
curl --location --request PUT 'https://preprod.api.crego.io/v1/lms/records/export/' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_date":1704804122,
"end_date":1728477722,
"filter_on":"value_date",
"download_excel": false
}'
[
{
"Account ID": "string",
"Ref ID": "string",
"Type": "string",
"Amount": 0,
"Remaining Amount": 0,
"UTR": "string",
"Settlement Order": "string",
"Component Order": "string",
"Date": "string",
"Value Date": "string",
"Remark": "string",
"Status": "string",
"IFSC Code": "string",
"Account Number": "string",
"Account Holder": "string"
}
]