username:password
Authorization: Basic *****************
{
"factory": "1310",
"materialCode": "MV100109000021",
"materialNameZh": "三元",
"materialNameEn": "Ternary",
"materialModel": "5000BDH",
"unit": "KG",
"createdTime": "20221026",
"updatedTime": "20221026",
"netWeight": 10,
"grossWeight": 11,
"replaceMark": "X",
"purchaseType": "F",
"oldMaterialCode": "MV1001090000006",
"weightUnit": "KG",
"replaceDate": "20221026",
"period": 365,
"materialGroup": "A",
"replaceMaterial": "02P001078A"
}
curl --location --request POST 'http://192.168.6.6:8099/sap/acceptMaterial' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"factory": "1310",
"materialCode": "MV100109000021",
"materialNameZh": "三元",
"materialNameEn": "Ternary",
"materialModel": "5000BDH",
"unit": "KG",
"createdTime": "20221026",
"updatedTime": "20221026",
"netWeight": 10,
"grossWeight": 11,
"replaceMark": "X",
"purchaseType": "F",
"oldMaterialCode": "MV1001090000006",
"weightUnit": "KG",
"replaceDate": "20221026",
"period": 365,
"materialGroup": "A",
"replaceMaterial": "02P001078A"
}'
{
"code": 200,
"message": "OK"
}