# Các User Updated
# Giới thiệu
- Là các hành động cập nhật giấy phép kinh doanh và cập nhật thông tin công ty
- Được gửi từ backend.
# Trigger
UserUpdatedLicense: User vào trangapp/account/settings/gpkdđể cập nhật giấy phép kinh doanh.UserUpdatedCompanyInfo: User vào trangapp/account/settings/companyđể cập nhật thông tin công ty.
# Schema
# Host
POST /collect
# Request body
| Key | Desc |
|---|---|
| u_id | Logged In user |
| type | UserUpdatedLicense, UserUpdatedCompanyInfo |
| co_i | Id của công ty (int) |
| Required Info Schema | Xem thông tin bắt buộc |
# Sample
# UserUpdatedLicense
{
"referer": "http://localhost:31896/",
"c_id": null,
"w": null,
"h": null,
"p_f": null,
"a_v": null,
"host": "api-tuyendung.topcv.local",
"o": "http://localhost:31896",
"p_n": "api/v1/account/business-license",
"q": null,
"u_id": "139912",
"id": null,
"src": null,
"tab_id": null,
"ts": 1632658495,
"ip": "172.25.0.1",
"type": "UserUpdatedLicense",
"hrf": "http%3A%2F%2Fapi-tuyendung.topcv.local%2Fapi%2Fv1%2Faccount%2Fbusiness-license",
"t_i": null,
"cv_i": null,
"p": null,
"b": null,
"jb_ids": null,
"p_j_i": null,
"v_t": null,
"s": null,
"mb_l_i": null,
"r": null,
"package": null,
"mi_l_i": null,
"g_s": null,
"h_s": null,
"b_ns": null,
"u_s": null,
"u_m": null,
"u_c": null,
"ta_source": null,
"p_id": null,
"imprs": null
}
# Sample
# UserUpdatedCompanyInfo
{
"referer": "http://localhost:31896/",
"c_id": null,
"w": null,
"h": null,
"p_f": null,
"a_v": null,
"host": "api-tuyendung.topcv.local",
"o": "http://localhost:31896",
"p_n": "api/v1/account/company",
"q": null,
"u_id": "139912",
"id": null,
"src": null,
"tab_id": null,
"ts": 1632658688,
"ip": "172.25.0.1",
"type": "UserUpdatedCompanyInfo",
"hrf": "http%3A%2F%2Fapi-tuyendung.topcv.local%2Fapi%2Fv1%2Faccount%2Fcompany",
"t_i": null,
"cv_i": null,
"p": null,
"b": null,
"jb_ids": null,
"p_j_i": null,
"v_t": null,
"s": null,
"mb_l_i": null,
"r": null,
"package": null,
"mi_l_i": null,
"g_s": null,
"h_s": null,
"b_ns": null,
"u_s": null,
"u_m": null,
"u_c": null,
"ta_source": null,
"p_id": null,
"imprs": null,
"co_i": 231432
}