본문으로 건너뛰기

가맹모집

POST /franchise/inquiries

가맹 문의를 접수합니다. 접수 시 Slack 알림이 발송됩니다.

Headers

이름필수설명
Content-TypeOapplication/json

Request Body

파라미터타입필수설명
nameStringO이름
mobileNumStringO휴대폰 번호
preferredConsultationAreaStringO희망 상담 지역
요청 예시
{
"name": "김철수",
"mobileNum": "01098765432",
"preferredConsultationArea": "강남구"
}

Response

{
"status": "success",
"errorType": null,
"errorCode": null,
"message": null,
"data": null
}