apiKey: ********************{
"apiKey": "{{apiKey}}",
"confirm": {
"newDocStatus": "50",
"originalDocStatus": "80",
"staffCode": "HQADMIN"
},
"docKey": null,
"docType": "GR",
"languageUser": "zh_CN",
"transHdr": {
"docNo": "GROHQO240400015",
"docType": "GR",
"ledgerDatetime": null,
"orgPrefix": "HQ",
"programName": null,
"staffCode": "HQADMIN",
"storeCode": "BJ002",
"tillId": "00",
"txAttrib": null,
"txDate": "2024-09-09",
"txSerial": null,
"version": 1
}
}curl --location --request POST '/posservice/rest/goodsreceive/confirm' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiKey": "{{apiKey}}",
"confirm": {
"newDocStatus": "50",
"originalDocStatus": "80",
"staffCode": "HQADMIN"
},
"docKey": null,
"docType": "GR",
"languageUser": "zh_CN",
"transHdr": {
"docNo": "GROHQO240400015",
"docType": "GR",
"ledgerDatetime": null,
"orgPrefix": "HQ",
"programName": null,
"staffCode": "HQADMIN",
"storeCode": "BJ002",
"tillId": "00",
"txAttrib": null,
"txDate": "2024-09-09",
"txSerial": null,
"version": 1
}
}'{
"asynCode": null,
"asynMessage": null,
"asynStatus": 0,
"className": "com.techtrans.api.inventory.pogr.website.GRConfirmResponse",
"errorCode": 0,
"errorLog": null,
"errorMessage": null
}