apiKey: ********************{
"hdr": {
"txMethod": 16,
"staffCode": "ADMIN",
"docStatus": "10",
"trfOutDate": "2023-07-01 15:00:00",
"trfOutStore": "BJ001",
"trfOutInvttype": 0,
"trfOutReplFlag": "0",
"trfInStore": "BJ002"
},
"deleteDtl": [],
"modifyDtl": [],
"newDtl": [
{
"txMethod": 16,
"itemOrgID": "000000",
"styleCode": "10001111",
"itemLotNum": "*",
"itemCartonNum": "1",
"qty": 10.0
}
],
"lotNumMode": 0,
"transHdr": {
"txDate": "2023-07-01 15:00:00",
"programName": "BACKEND",
"storeCode": "BJ001",
"tillId": "00",
"docType": "TU",
"staffCode": "ADMIN",
"docNo": "TUWAP1002307000001",
"orgPrefix": "HQ"
},
"apiKey": "{{apiKey}}"
}curl --location --request POST '/posservice/rest/trfrs/trfrsout' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"hdr": {
"txMethod": 16,
"staffCode": "ADMIN",
"docStatus": "10",
"trfOutDate": "2023-07-01 15:00:00",
"trfOutStore": "BJ001",
"trfOutInvttype": 0,
"trfOutReplFlag": "0",
"trfInStore": "BJ002"
},
"deleteDtl": [],
"modifyDtl": [],
"newDtl": [
{
"txMethod": 16,
"itemOrgID": "000000",
"styleCode": "10001111",
"itemLotNum": "*",
"itemCartonNum": "1",
"qty": 10.0
}
],
"lotNumMode": 0,
"transHdr": {
"txDate": "2023-07-01 15:00:00",
"programName": "BACKEND",
"storeCode": "BJ001",
"tillId": "00",
"docType": "TU",
"staffCode": "ADMIN",
"docNo": "TUWAP1002307000001",
"orgPrefix": "HQ"
},
"apiKey": "{{apiKey}}"
}'{
"asynCode": null,
"asynMessage": null,
"asynStatus": 0,
"className": "com.techtrans.api.inventory.stocktransfer.website.TrfRsOutResponse",
"errorCode": 0,
"errorLog": null,
"errorMessage": null
}