username:password
Authorization: Basic *****************
{
"materialCert": "5000000001",
"certRowNo": "1",
"movementType": "103",
"supplierCode": "10000054",
"supplierName": "湖州顶呱呱有限公司",
"poBillNo": "550000625",
"deliveryBillNo": "80000165",
"materialCode":"MV100109000020",
"batchNo": "100001CB71",
"quantity": 5,
"productionDate": "2022/10/10",
"unit": "KG",
"postingDate": "2022/10/11",
"postingTime": "20:25",
"subjectCategory": ""
}
curl --location --request POST 'http://192.168.6.6:8099/sap/receiving/acceptData' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"materialCert": "5000000001",
"certRowNo": "1",
"movementType": "103",
"supplierCode": "10000054",
"supplierName": "湖州顶呱呱有限公司",
"poBillNo": "550000625",
"deliveryBillNo": "80000165",
"materialCode":"MV100109000020",
"batchNo": "100001CB71",
"quantity": 5,
"productionDate": "2022/10/10",
"unit": "KG",
"postingDate": "2022/10/11",
"postingTime": "20:25",
"subjectCategory": ""
}'
{
"code": 0,
"message": "string"
}