[
{
"guid": "string",
"prop": {
"尺寸": "string",
"单号": "string",
"Location": "string"
}
}
]
curl --location --request POST 'https://mcs-gateway.fscut.com/cn-api/api/part/prop/update' \
--header 'app-id: op191eb50f9b81873c' \
--header 'time-stamp: {{timeStamp}}' \
--header 'app-sign: {{sign}}' \
--header 'X-FS-Orgcode: TEAM001' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"guid": "string",
"prop": {
"尺寸": "string",
"单号": "string",
"Location": "string"
}
}
]'
{
"status": 0,
"msg": "OK"
}