Tạo nhắc hẹn cá nhân

  1. Body

NameTypeDescription

service

message

method

createTopic

data

{
    "method": "createTopic",
    "service": "message",
    "companyCode": "esbt",
    "data": {
        "accountId": "39456257143545255",
        "toId": "1598980502599776027",
        "startTime": 1726624800000,
        "title": "Title nhac hen",
        "repeat": 1
    }
}

repeat: 0 - Không lặp lại 1 - Hàng ngày 2 - Hàng tuần 3 - Hàng tháng

  1. Response

{
    "data": {
        "error_message": null,
        "data": {
            "creatorUid": "39456257143545255",
            "toUid": "1598980502599776027",
            "emoji": "⏰",
            "color": -16245706,
            "reminderId": "216172782254582491",
            "createTime": 1726557972715,
            "repeat": 1,
            "startTime": 47947008,
            "editTime": 1726557972715,
            "endTime": 0,
            "params": {
                "setTitle": true,
                "title": "Title nhac hen"
            },
            "type": 0
        },
        "error_code": 0
    },
    "status": "success"
}

Last updated