|
|
此章節將協助您快速入門,但如要查看完整文件,請造前往 Experience Service 參閱 Swagger API 文件。
|
|
方法
|
指示
|
|---|---|
|
在 Postman 中
|
在 POST /ExperienceService/products/v1/model 定義下列內容
1. 標題:
◦ 名稱 - 含有副檔名的模型名稱 (選填)
◦ pXvid - 新增產品 中「POST Product」請求回應的 UUID
◦ 內容類型 - application/pvz
◦ 簡化 - false
◦ cadDataExtension - pvz
◦ 授權 - 您的 Experience Service 授權
2. 內文:將要上傳的 CAD 檔案以「二進位」形式附加檔案
|
|
使用 Curl 指令
|
您的請求形式應類似下圖:
curl --location 'https://yourESURL/ExperienceService/products/v1/model' \ Experience Service 會傳回產品的 UUID:
{
|
{
"modelId" : <modelId>
}
|
方法
|
指示
|
|---|---|
|
在 Postman 中
|
GET - http://<yourESURL>/ExperienceService/products/v1/model/status/<modelID>
在標題上新增 “X-Requested-With” - “any”
|
|
使用 Curl 指令
|
curl --location 'http://<yourESURL>/ExperienceService/products/v1/model/status/<modelID>' \ |