[
{
"guid": "string",
"prop": {
"Size": "string",
"order_number": "string",
"Location": "string"
}
}
]curl --location 'https://mcs-gateway.fscut.com/cn-api/api/part/prop/update' \
--header 'appId: op191eb50f9b81873c' \
--header 'appSecret: appSecret' \
--header 'timestamp: 1743497261540' \
--header 'appSign: 13622d51e3e4f4935c8ba27728ed309f' \
--header 'X-FS-Orgcode: TEAM001' \
--header 'Content-Type: application/json' \
--data '[
{
"guid": "string",
"prop": {
"Size": "string",
"order_number": "string",
"Location": "string"
}
}
]'{
"status": 0,
"msg": "OK"
}