apiKey: ********************{
"hdr": {
"txMethod": 16,
"staffCode": "ADMIN",
"docStatus": "10",
"trfReqDate": "2023-06-01 12:00:00",
"trfOutStore": "BJ001",
"trfOutInvttype": 0,
"trfInStore": "BJ002",
"trfInInvttype": 0
},
"deleteDtl": [],
"modifyDtl": [],
"newDtl": [
{
"txMethod": 16,
"itemOrgID": "000000",
"styleCode": "10001111",
"itemLotNum": "*",
"requestQty": 2.0,
"approveQty": 2.0
}
],
"transHdr": {
"txDate": "2023-06-01 12:00:00",
"programName": "BACKEND",
"storeCode": "BJ001",
"tillId": "00",
"docType": "TQ",
"staffCode": "ADMIN",
"docNo": "TQOHQO231700001",
"orgPrefix": "HQ"
},
"apiKey": "{{apiKey}}"
}
curl --location --request POST '/posservice/rest/trfreq/update' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"hdr": {
"txMethod": 16,
"staffCode": "ADMIN",
"docStatus": "10",
"trfReqDate": "2023-06-01 12:00:00",
"trfOutStore": "BJ001",
"trfOutInvttype": 0,
"trfInStore": "BJ002",
"trfInInvttype": 0
},
"deleteDtl": [],
"modifyDtl": [],
"newDtl": [
{
"txMethod": 16,
"itemOrgID": "000000",
"styleCode": "10001111",
"itemLotNum": "*",
"requestQty": 2.0,
"approveQty": 2.0
}
],
"transHdr": {
"txDate": "2023-06-01 12:00:00",
"programName": "BACKEND",
"storeCode": "BJ001",
"tillId": "00",
"docType": "TQ",
"staffCode": "ADMIN",
"docNo": "TQOHQO231700001",
"orgPrefix": "HQ"
},
"apiKey": "{{apiKey}}"
}'{
"asynCode": null,
"asynMessage": null,
"asynStatus": 0,
"className": "com.techtrans.api.inventory.stocktransfer.website.TrfReqResponse",
"errorCode": 0,
"errorLog": null,
"errorMessage": null
}