Commit 9f7bedab authored by Kulya's avatar Kulya 😊

Update README.md

parent 5cf36bfe
......@@ -39,7 +39,7 @@ https://cld.alovoice.uz/mapi/addAutorule
#### Пример вызова на cURL
```
curl --location --request POST 'https://cld.alovoice.uz/mapi/addAutorule' \
--header 'Authorization: Bearer f0dfbbda-d073-4458-b315-de949d14a00d' \
--header 'Authorization: Bearer 22dfbb22-d073-4422-b322-22949d14a022' \
--header 'Cookie: connect.sid=s%3A5Tlr7tHaVcrNeuDbhJUFIyTMT1PRKQM1.CTd205s5938VBasMitYgAgySfgpmxIfTFh0gJKEax6o' \
--form 'record=@"/C:/Users/Tug/Music/001_ChooseLang_Uz_Ru.mp3"' \
--form 'recipients=@"/C:/Users/Tug/Downloads/recipients.csv"' \
......@@ -58,4 +58,26 @@ curl --location --request POST 'https://cld.alovoice.uz/mapi/addAutorule' \
---
#### Пример ответа сервера
```json
{
"id": 40,
"name": "TestAutocalls1",
"from": "2025-04-25",
"to": "2025-04-25",
"fromtime": "18:00:00",
"totime": "20:59:59",
"trunks": [ "253" ],
"record": "/play/a87a458fba81bfa19c254df73b072dbe",
"recipients": 0,
"maxline": "3",
"goodtime": "4",
"tryes": "5",
"paused": "0",
"status": "new",
"timezone": 18000,
"updatedAt": "2025-04-25T09:14:24.747Z",
"createdAt": "2025-04-25T09:14:24.747Z"
}
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment