{
"body": {
"code": "PO202305001" // 采购单编号:需要获取分享链接的采购单编号(示例:PO202305001 表示2023年5月第1号采购单)
}
}curl --location --request POST 'https://c2.xinheyun.com/api/open/v2/purchase/order/generateShareOrderKey' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"code": "PO202305001" // 采购单编号:需要获取分享链接的采购单编号(示例:PO202305001 表示2023年5月第1号采购单)
}
}'{
"code": 0,
"message": "",
"data": {
"entity": {}
}
}