비즈니스폼 업로드
Endpoint
[POST] API URL 정보
Introduce
Request (Json)
Header
| Field Name | Type | Required | Description |
|---|---|---|---|
| Content-type | Text | Y | application/json |
| HT-Client-Id | Text | Y | 고객센터에서 발급 받은 key |
| HT-Client-Secret | Text | Y | 고객센터에서 발급 받은 token |
Body
| Field Name | Type (Length) | Required | Description |
|---|---|---|---|
| bizFormId | Number | Y | 업로드할 비즈니스폼 ID |
| senderKey | Text(40) | Y | 발신프로필 키 |
Example
REST API Sample
Response (Json)
Parameter
| Field Name | Type | Description |
|---|---|---|
| code | Text | 응답 코드 |
| bizFormKey | Text | 업로드된 비즈니스폼 키 |
| message | Text | 오류 메시지 (오류시 존재하는 값) |