Nhảy tới nội dung
Phiên bản: 1.0.0

Chọn công ty

Ngày cập nhật: 30 tháng 4, 2023
Người cập nhật: VNPT eContract's team


Mục đích: Lấy thông tin mã token để truy cập các API yêu cầu xác thực.

  • Request URL: api/auth/choose-company
  • HTTP method: POST
  • HTTP content-type: application/json
  • Parameter:
KeyTypeDescription
comIdint[Bắt buộc] Id của công ty

Mẫu request

{
"comId": 668
}

Mẫu response body

{
"data": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"success": true,
"code": 200,
"messages": [
"Choose company success"
]
}