[
{
"originGuid": "string",
"name": "string",
"amount": 0,
"job_id": 0,
"props": {
"orderCode": "string"
}
}
]
curl --location --request POST 'https://mcs-gateway.fscut.com/cn-api/api/part/copy' \
--header 'app-id: op191eb50f9b81873c' \
--header 'time-stamp: {{timeStamp}}' \
--header 'app-sign: {{sign}}' \
--header 'X-FS-Orgcode: TEAM001' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"originGuid": "string",
"name": "string",
"amount": 0,
"job_id": 0,
"props": {
"orderCode": "string"
}
}
]'
{
"data": [
{
"originGuid": "FD03A7D2-7234-43AE-92E4-37A3816AF3AE",
"guid": "F6B04EB8-DBAA-4145-AC3B-72D9B01761FE"
}
],
"msg": "OK",
"status": 0
}