cURL
curl --request POST \ --url https://openapi.pluuug.com/v1/estimate/item \ --header 'Content-Type: application/json' \ --data '{ "title": "<string>", "unitCost": "<string>", "unit": "<string>", "description": "<string>", "classification": { "id": 123 } }'
{ "id": 123, "title": "<string>", "unitCost": "<string>", "unit": "<string>", "description": "<string>", "image": "<string>", "classification": { "id": 123, "title": "<string>" } }
제목
1 - 256
단위당 비용
단위
1 - 8
설명
1 - 2048
분류
Show child attributes
256
8
2048