Tạo nhắc hẹn nhóm

  1. Body

NameTypeDescription

service

message

method

createGroupTopic

data

{
    "method": "createGroupTopic",
    "service": "message",
    "companyCode": "esbt",
    "data": {
        "accountId": "39456257143545255",
        "toId": "7070722571989963531",
        "startTime": 1726538400000,
        "title": "Title nhac hen group3",
        "repeat": 0
    }
}

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": "Successful.",
        "data": {
            "duration": -1,
            "editorId": "39456257143545255",
            "color": -16245706,
            "emoji": "⏰",
            "createTime": 1726558102659,
            "repeat": 0,
            "creatorId": "39456257143545255",
            "startTime": -38452992,
            "editTime": 1726558102659,
            "id": "552689351",
            "type": 0,
            "params": "{\"title\":\"Title nhac hen group3\"}"
        },
        "error_code": 0
    },
    "status": "success"
}

Last updated