Create Order
POST
/api/order
Access Permissions
MASTER
마스터
HUB_ADMIN
허브 관리자
COMPANY
업체
SHIPPER
허브 배송 담당자
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
supply_company_id
Long
공급 업체 Id
demand_company_id
Long
수요 업체 Id
productId
Long
상품 Id
deliveryId
Long
배송 Id
amount
Integer
상품 구매량
Response
{
result:SUCESS,
data:
}
Last updated