Authorization: Bearer ********************
[
{
"fnumber": "string",
"farreceiptno": "string",
"fusetype": "string",
"fcurrency": "string",
"fexchangerate": 0,
"fuseamount": 0,
"fuseamountloc": 0,
"fsourcebillNumber": "string",
"compNo": "string",
"fcaanumber": "string",
"fsourcesys": "string"
}
]
curl --location --request POST 'http://10.36.8.67/stage-api/collectandpay/out/interface/useReceipt' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"fnumber": "string",
"farreceiptno": "string",
"fusetype": "string",
"fcurrency": "string",
"fexchangerate": 0,
"fuseamount": 0,
"fuseamountloc": 0,
"fsourcebillNumber": "string",
"compNo": "string",
"fcaanumber": "string",
"fsourcesys": "string"
}
]'
{}