apiKey: ********************{
"start": 0,
"length": 25,
"sort": "",
"enqStoreCode": "V001",
"enqTillId": "02",
"enqStaffCode": "1",
"storeCode": "V001",
"tillId": "02",
"workingDate": "2025-07-10",
"languageUser": "zh_CN"
}curl --location --request POST '/posservice/rest/trfrs/enqtrfrsosnote' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"start": 0,
"length": 25,
"sort": "",
"enqStoreCode": "V001",
"enqTillId": "02",
"enqStaffCode": "1",
"storeCode": "V001",
"tillId": "02",
"workingDate": "2025-07-10",
"languageUser": "zh_CN"
}'{
"asynCode": null,
"asynMessage": null,
"asynStatus": 0,
"className": "com.techtrans.api.inventory.stocktransfer.enquiry.website.TrfRsOsNoteEnquiryResponse",
"errorCode": 0,
"errorLog": null,
"errorMessage": null,
"length": 25,
"results": [
{
"itemCount": 1,
"outDate": "2024-11-27",
"outDocNo": "TUHKVO241100004",
"outInterfaceNo": null,
"outInvtType": 0,
"outStoreCode": "V002",
"remarks": null,
"totalOutQty": 2
}
],
"sort": "",
"start": 0,
"total": 1
}