apiKey: ********************{
"hdr": {
"txMethod": 32,
"staffCode": "ADMIN",
"docStatus": "30",
"trfInDate": "2023-05-01 15:00:00",
"trfInStore": "BJ002",
"trfInInvttype": 0,
"trfInReplFlag": "0"
},
"deleteDtl": [],
"modifyDtl": [
{
"txMethod": 32,
"docRowID": 1,
"itemOrgID": "000000",
"styleCode": "10001111",
"itemLotNum": "*",
"itemCartonNum": "1",
"qty": 10.0
}
],
"newDtl": [],
"lotNumMode": 0,
"transHdr": {
"txDate": "2023-05-01 15:00:00",
"ledgerDatetime": "2023-05-01 15:23:11",
"programName": "BACKEND",
"storeCode": "BJ002",
"tillId": "00",
"docType": "TN",
"staffCode": "ADMIN",
"docNo": "TUWAP1002307000001",
"orgPrefix": "HQ",
"version": 1
},
"apiKey": "{{apiKey}}"
}curl --location --request POST '/posservice/rest/trfrs/trfrsin' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"hdr": {
"txMethod": 32,
"staffCode": "ADMIN",
"docStatus": "30",
"trfInDate": "2023-05-01 15:00:00",
"trfInStore": "BJ002",
"trfInInvttype": 0,
"trfInReplFlag": "0"
},
"deleteDtl": [],
"modifyDtl": [
{
"txMethod": 32,
"docRowID": 1,
"itemOrgID": "000000",
"styleCode": "10001111",
"itemLotNum": "*",
"itemCartonNum": "1",
"qty": 10.0
}
],
"newDtl": [],
"lotNumMode": 0,
"transHdr": {
"txDate": "2023-05-01 15:00:00",
"ledgerDatetime": "2023-05-01 15:23:11",
"programName": "BACKEND",
"storeCode": "BJ002",
"tillId": "00",
"docType": "TN",
"staffCode": "ADMIN",
"docNo": "TUWAP1002307000001",
"orgPrefix": "HQ",
"version": 1
},
"apiKey": "{{apiKey}}"
}'{
"asynCode": null,
"asynMessage": null,
"asynStatus": 0,
"className": "com.techtrans.api.inventory.stocktransfer.website.TrfRsInResponse",
"errorCode": 0,
"errorLog": null,
"errorMessage": null
}