|
|
이 섹션은 이 과정을 시작하는 데 도움이 되지만 전체 설명서를 보려면 Experience Service에서 Swagger API 설명서에 액세스하십시오.
|
|
방법
|
지침
|
|---|---|
|
Postman에서
|
POST /ExperienceService/products/v1/model에서 다음을 정의합니다.
1. 머리글:
◦ name - 확장명이 포함된 모델 이름(선택 사항)
◦ pXvid - 새 제품 만들기의 "POST Product" 요청에 대한 응답의 UUID
◦ Content type - application/pvz
◦ simplification — false
◦ cadDataExtension - pvz
◦ Authorization - 사용자의 Experience Service 승인
2. 본문: Attach the CAD file you want to upload as a “binary”
|
|
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>' \ |