문서 미리보기
작성일 2026.03.24 | 수정일 2026.03.25
POST
/crm-core/v1/documents/preview템플릿과 레코드 데이터를 기반으로 문서 미리보기를 생성합니다. 실제 문서는 생성되지 않습니다.
Body Params
Response
Structure
Request Structure
{
"templateId": "DTPL20260324090000ABCDEFGHIJKLM",
"recordId": "REC20260324090000ABCDEFGHIJKLMNO",
"variableValues": {
"key": "value"
}
}
Response Structure
{
"content": {
"key": "value"
},
"htmlContent": "샘플값",
"dataSnapshot": {
"key": "value"
}
}