Createcard result callback notification
Parameter | Type | Description |
---|---|---|
taskId | String | taskId |
cardId | String | cardId |
notifyType | String | NotifyType |
status | String | Status |
remarks | String | Remarks |
{
"taskId": "4754c628-4a01-d836-d805-3a158ab6adf6",
"cardId": "4754c628-4a01-d836-d805-3a158ab6adf6",
"notifyType": "createcard",
"status": "SUCCESS",
"remarks": "Status Description"
}
Parameter | Type | Required or not | Meaning |
---|---|---|---|
code | Integer | Y | 0. |
message | String | N | Information |
{
"code": 0,
"message": "success"
}
Modified at 2025-02-26 10:07:26