GET api/Ringostat/SetSource?Number={Number}&Source={Source}&Channel={Channel}&Campaign={Campaign}&Keyword={Keyword}
Записать источник клиента
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Number |
Номер звонящего |
string |
None. |
| Source |
Источник |
string |
None. |
| Channel |
Канал |
string |
None. |
| Campaign |
Кампания |
string |
None. |
| Keyword |
Ключевое слово |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
RingostatResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{
"success": true
}
application/xml, text/xml
Sample:
<RingostatController.RingostatResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Apec.WebApi.Controllers"> <success>true</success> </RingostatController.RingostatResponse>