Редактирование шаблонов
Редактирование шаблона
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"id": 1234,
"channelType": "SMS",
"templateType": "SERVICE",
"pattern": "привет, %w",
"dateFrom": "2020-07-07T21:00:00Z",
"dateTo": "2020-10-10T00:00:00Z",
"senderNameId": 1234,
"senderName": "testsend",
"brand": "BEELINE",
"managerComment": "комментарий менеджера",
"status": "CLOSED",
"createdAt": "2020-06-01T21:00:00Z",
"rejectedAt": "2020-06-07T21:00:00Z"
}{
"error": {
"code": 4012,
"msg": "Bad credentials"
}
}{
"error": {
"code": 4010,
"msg": "Not Authenticated"
}
}Last updated