username:password
Authorization: Basic *****************
{
"supplierCode": "100002",
"account":"01.E100",
"supplierName": "湖州牛牛有限公司",
"purchaseOrg": "1310",
"contactPerson": "法外狂徒张三",
"contactTelephone": "18661212293",
"createdDate": "20211214",
"updatedDate": "20211214",
"city": "湖州",
"street": "康山街道"
}
curl --location --request POST 'http://192.168.6.6:8099/sap/acceptSupplier' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"supplierCode": "100002",
"account":"01.E100",
"supplierName": "湖州牛牛有限公司",
"purchaseOrg": "1310",
"contactPerson": "法外狂徒张三",
"contactTelephone": "18661212293",
"createdDate": "20211214",
"updatedDate": "20211214",
"city": "湖州",
"street": "康山街道"
}'
{
"code": 200,
"message": "OK"
}