apiKey: ********************{
"apiKey": "{{apiKey}}",
"deleteDtl": [],
"hdr": {
"staffCode": "HQADMIN",
"trfAdjRemark": null,
"trfInDate": "2024-09-20",
"trfInInvttype": 0,
"trfInLedgerDateTime": null,
"trfInReplFlag": "0",
"trfInStore": "BJ002",
"trfOutDate": "2024-09-20",
"trfOutInvttype": 0,
"trfOutLedgerDateTime": null,
"trfOutReplFlag": "0",
"trfOutStore": "BJ001",
"txMethod": 32
},
"modifyDtl": [
{
"batchAlloc": null,
"colorCode": null,
"docRowID": 1,
"docTraceFmSrc": null,
"docTraceToDst": null,
"inQty": 1.0,
"itemCartonNum": "1",
"itemLotNum": "*",
"itemOrgID": "000000",
"outQty": 2.0,
"sizeCode": null,
"styleCode": "10001111",
"txMethod": 32
},
{
"batchAlloc": null,
"colorCode": "YELLO",
"docRowID": 2,
"docTraceFmSrc": null,
"docTraceToDst": null,
"inQty": 3.0,
"itemCartonNum": "1",
"itemLotNum": "*",
"itemOrgID": "000001",
"outQty": 4.0,
"sizeCode": "L",
"styleCode": "FF002",
"txMethod": 32
}
],
"newDtl": [],
"transHdr": {
"docLockSequence": null,
"docNo": "TUOHQO240900001",
"docType": "SJ",
"jobNum": null,
"ledgerDatetime": null,
"offlineMode": false,
"orgPrefix": "HQ",
"programName": null,
"staffCode": "HQADMIN",
"storeCode": "BJ001",
"tillId": "00",
"txAttrib": null,
"txDate": "2024-09-20",
"txSerial": null,
"version": 3,
"vipCode": null,
"voidDocNo": null
}
}curl --location --request POST '/posservice/rest/trfrs/trfrsadj' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiKey": "{{apiKey}}",
"deleteDtl": [],
"hdr": {
"staffCode": "HQADMIN",
"trfAdjRemark": null,
"trfInDate": "2024-09-20",
"trfInInvttype": 0,
"trfInLedgerDateTime": null,
"trfInReplFlag": "0",
"trfInStore": "BJ002",
"trfOutDate": "2024-09-20",
"trfOutInvttype": 0,
"trfOutLedgerDateTime": null,
"trfOutReplFlag": "0",
"trfOutStore": "BJ001",
"txMethod": 32
},
"modifyDtl": [
{
"batchAlloc": null,
"colorCode": null,
"docRowID": 1,
"docTraceFmSrc": null,
"docTraceToDst": null,
"inQty": 1.0,
"itemCartonNum": "1",
"itemLotNum": "*",
"itemOrgID": "000000",
"outQty": 2.0,
"sizeCode": null,
"styleCode": "10001111",
"txMethod": 32
},
{
"batchAlloc": null,
"colorCode": "YELLO",
"docRowID": 2,
"docTraceFmSrc": null,
"docTraceToDst": null,
"inQty": 3.0,
"itemCartonNum": "1",
"itemLotNum": "*",
"itemOrgID": "000001",
"outQty": 4.0,
"sizeCode": "L",
"styleCode": "FF002",
"txMethod": 32
}
],
"newDtl": [],
"transHdr": {
"docLockSequence": null,
"docNo": "TUOHQO240900001",
"docType": "SJ",
"jobNum": null,
"ledgerDatetime": null,
"offlineMode": false,
"orgPrefix": "HQ",
"programName": null,
"staffCode": "HQADMIN",
"storeCode": "BJ001",
"tillId": "00",
"txAttrib": null,
"txDate": "2024-09-20",
"txSerial": null,
"version": 3,
"vipCode": null,
"voidDocNo": null
}
}'{
"errorCode": 0,
"errorLog": "string",
"errorMessage": "string"
}