Create Companies

Create Companies

POST /companies

Access Permissions

MASTER

마스터

HUB_MANAGER

허브 매니저

HUB_COMPANY

허브 업체

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

hub_id

Long

hub ID

name

String

company name

type

ENUM

공급 업체, 수령 업체

address

String

address

Response

{
  "massage" : "생성 완료."
}

Last updated