비즈니스 정보 변경 API
플랫폼 서비스에서 생성한 비즈니스 정보를 수정할 수 있도록 API를 제공합니다.
POST
kit-api/v1/business/profile
POST
kit-api/v1/business/profileMethod: POST Endpoint: kit-api/v1/business/profile
Example
Request Body
Key | Type | Description | Required |
---|---|---|---|
input.profile.name | string | 비즈니스 이름 | yes |
input.profile.registrationNumber | string | 사업자등록번호 | no |
input.profile.ceo | string | 대표자 이름 | no |
input.profile.address | string | 회사 주소 | no |
Response
Success Response
Error Response
Last updated