{
"sheetid": "string"
}
curl --location --request POST 'http://10.82.36.45:30992/api/snc-mdm/sncsuplihead/getSupplierContractInfo' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"sheetid": "string"
}'
{
"returncode": "0",
"data": {
"salesType": "A01",
"newProductDiscountPoints": 12,
"purchaseDiscountPoints": 25.55,
"agreementEdition": "B",
"contractNo": "TTA2023V1001074",
"salesTypeDesc": "Consignment Via Warehouse寄售(经仓)",
"contractRecallStatus": "UNRECOVERED",
"hasNewProductDiscountPoints": true,
"hasPurchaseDiscountPoints": true,
"supplierCode": "P202301160001",
"versionCode": 1,
"contractRecallStatusDesc": "未回收"
},
"message": "",
"traceId": "0b5036c0da124fbaa079ab7983855b13.65.17134973994765441",
"now": "2024-04-19 11:30:10"
}