apiKey: ********************{
"record": {
"xf_storeCode": "BJ001",
"xf_lastModTime": "2024-07-15 12:00:00",
"xf_modifyBy": "ADMIN"
},
"apiKey": "{{apiKey}}"
}curl --location --request POST '/posservice/rest/export/barcodeexport' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"record": {
"xf_storeCode": "BJ001",
"xf_lastModTime": "2024-07-15 12:00:00",
"xf_modifyBy": "ADMIN"
},
"apiKey": "{{apiKey}}"
}'{
"asynCode": null,
"asynMessage": null,
"asynStatus": 0,
"className": "com.techtrans.api.itemmas.website.hkmarket.webon.BarcodeExportResponse",
"delRecord": [
{
"xf_altItem": "D1232134",
"xf_itemorgid": "000000",
"xf_plu": "10002222"
}
],
"errorCode": 0,
"errorLog": null,
"errorMessage": null,
"length": 25,
"record": [
{
"xf_altItem": "32135643531",
"xf_itemorgid": "000000",
"xf_plu": "10001112"
},
{
"xf_altItem": "ABCDEER",
"xf_itemorgid": "000000",
"xf_plu": "10001111"
}
],
"sort": "",
"start": 0,
"total": 2
}