# Contract Note Created
# Giới thiệu
- Là thao tác lưu lại log gửi hợp đồng của bộ phận kinh doanh với NTD
# Trigger
Event được trigger khi lưu ghi chú gửi hợp đồng cho NTD trên trang danh sách NTD /nha-tuyen-dung-tiep-nhan/tat-ca
# Schema
# Host
POST /collect
# Request body
| Key | Desc |
|---|---|
| type | ContractNoteCreated |
| oth | Danh sách các object contract note created |
| Required Info Schema | Xem thông tin bắt buộc |
# Schema object contract note created
| Key | Type | Desc |
|---|---|---|
| epl_id | string | ID của NTD |
| time | timestamp | Thời gian được set trong Note |
# Sample data gửi lên data platform
{
"type": "ContractNoteCreated",
"referer": "https:\/\/topworking-ops-stag.rework.vn\/khach-hang\/454941",
"c_id": null,
"w": null,
"h": null,
"p_f": null,
"a_v": null,
"host": "topworking-ops-stag.rework.vn",
"o": "https:\/\/topworking-ops-stag.rework.vn",
"p_n": "lead-action\/add\/send-contract",
"q": null,
"id": "topworking.vn",
"u_id": "306",
"u_e": "email_306@gmail.com",
"u_p": "0000000306",
"u_n": "\u0110\u1eadu Th\u1ecb H\u1ed3ng",
"src": "backend",
"tab_id": null,
"ts": 1670827281868,
"ip": "172.70.189.88",
"hrf": "https%3A%2F%2Ftopworking-ops-stag.rework.vn%2Flead-action%2Fadd%2Fsend-contract",
"t_i": null,
"cv_i": null,
"p": null,
"b": null,
"jb_ids": null,
"v_t": null,
"imprs": null,
"d_i": null,
"f_p": null,
"jr_i": null,
"unique_id": null,
"u_s": null,
"u_m": null,
"u_c": null,
"ta_source": null,
"sc_v": "v1.0.0",
"uni": "c67fd5a7-a00f-4e30-9dd4-ae597817e9b3-1670827281868",
"oth": {
"epl_id": "374509",
"time": "1670827260"
}
}