{"info":{"_postman_id":"aff8c3de-7133-42e9-a08d-e0bc1e2e2527","name":"API Velip V2 - Manual EN","description":"<html><head></head><body><p>The API Velip Voice allows the sending of voice messages (voice text messages) by telephone in individual or batch sending, with audio generated by TTS (Text to Speech) or pre-recorded. Calls can be answered by answering robots in conversational flows (AI-NLP) by voice or keyboard (DTMF).</p>\n<h1 id=\"possibilities\">Possibilities</h1>\n<p>StartFragment</p>\n<p>With VELIP you can:</p>\n<ul>\n<li><p>Trigger Individual Phone Voice Messages</p>\n</li>\n<li><p>Trigger Batch Phone Voice Messaging</p>\n</li>\n<li><p>Trigger Voice messages answered by structured flow robots (voice or dtmf)</p>\n</li>\n<li><p>Trigger Voice messages answered by conversational robots (voice)</p>\n</li>\n<li><p>Join two destinations in a conversation while keeping the numbers private</p>\n</li>\n<li><p>Overflow any call to a call center via STFC or Voip</p>\n</li>\n<li><p>Overflow any call to a remote agent on our web frontend (cloud call center)</p>\n</li>\n<li><p>Send target base by JSON or csv file</p>\n</li>\n<li><p>Generate audios by various high quality TTS</p>\n</li>\n<li><p>Send pre-recorded audios</p>\n</li>\n<li><p>Trigger SMS in conjunction with voice torpedoes</p>\n</li>\n<li><p>Transcribe audios and generate audio responses for use in robots by voice. For example audio messages on whatsapp</p>\n</li>\n</ul>\n<p>EndFragmentStartFragment</p>\n<p>After submissions you can:</p>\n<ul>\n<li><p>Receive request status on request return</p>\n</li>\n<li><p>Webhook - Receive general data at the end of each call</p>\n</li>\n<li><p>Receive automatic consolidated reports via FTP, GC Storage, Amazon S3</p>\n</li>\n<li><p>Consult the data of calls and campaigns via APIs</p>\n</li>\n<li><p>Check all information in real time through the control web frontend</p>\n</li>\n<li><p>Issue custom reports</p>\n</li>\n</ul>\n<p>EndFragment</p>\n<h1 id=\"rest\">REST</h1>\n\n<p>StartFragment</p>\n<p>REST APIs where you can POST or GET any API. The function to be activated is given by the triggered URL.</p>\n<p><strong>Encoding: utf-8</strong></p>\n<p>The parameters can be sent in the body of the request in JSON or by parameters in the URL.</p>\n<p>Returns will be in JSON as detailed in each API</p>\n<p>EndFragment</p>\n<h1 id=\"firewall\">Firewall</h1>\n\n<p>StartFragment</p>\n<p>The IP to be released to forward a request is <strong>35.241.2.50 port 443</strong> or if using <strong>IPV6:</strong> <strong>2600:1901:0:8e18::</strong></p>\n<p>(https) which corresponds to <a href=\"https://vox.velip.com.br\"><b>https://vox.velip.com.br</b></a></p>\n<p>If you use Call Backs (return status at the end of the call) they are forwarded by the following IPs:</p>\n<p><strong>35.232.103.91</strong></p>\n<p><strong>35.184.30.236</strong></p>\n<p>**<br>Ports: 443**&nbsp;(HTTPS - TLS &gt;=1.2 )<br>EndFragment</p>\n<h1 id=\"access-http\">Access HTTP</h1>\n\n<p>StartFragment</p>\n<p>To use it, an active Velip account is required: <a href=\"https://www.velip.com.br\">https://www.velip.com.br</a></p>\n<p><strong>URL: vox.velip.com.br</strong></p>\n<p><strong>Protocol: https</strong></p>\n<p><strong>Example URI for MakeTTSCall:</strong><br><a href=\"https://vox.velip.com.br/api/v2/MakeTTSCall\"><b>https://vox.velip.com.br/api/v2/MakeTTSCall<br></b></a>EndFragment</p>\n<h1 id=\"headers\">Headers</h1>\n\n<p>StartFragment</p>\n<p>Requests must contain the header:  </p>\n<p><em><strong>Content-Type: application/json</strong></em></p>\n<p>**Authorization : Bearer YOURS_TOKEN<br>**</p>\n<p>EndFragment</p>\n<h1 id=\"authentication\">Authentication</h1>\n\n<p>StartFragment</p>\n<p>The VELIP APIs use authentication TOKENs that can be permanent, generated in the login area of the control panel, or temporary, generated by the GetUserID API.  </p>\n<p>Include in the request headers:<br><em>Authorization : Bearer YOURS_TOKEN</em></p>\n<p>ALTERNATIVELY enter the token:<br>a) In the header 'Authorization: {token}'<br>b)Add in JSON \"tsid\":\"{token}\" - Use only if your system/webhook does not accept headers</p>\n<p>EndFragment</p>\n<p>StartFragment</p>\n<p><strong>1. GENERATE permanent TOKEN</strong>  </p>\n<p>In the logged-in area of the control panel in the menu: API - CONFiGURA - TOKENS you can generate the tokens to be used for authentication of the APIs.</p>\n<p><strong>IMPORTANT: Once the TOKEN has been generated, it will no longer be displayed on the screen in future queries. You must store it in a safe place. You can deactivate a TOKEN at any time or generate a new one on that same screen. It is possible to generate several TOKENS for each application or server, etc.</strong>  </p>\n<p>EndFragment</p>\n<p>**  </p>\n<p>2. GENERATE provisional TOKEN**  </p>\n<p>StartFragment</p>\n<p>For use cases directly in the app or routines on the end client (JavaScript for example) it is possible to use a TOKEN that is valid for 60 minutes and is generated by the GetUserID API. However, it is recommended that the authorizations are always made of the \"server side\" type.</p>\n<p>Generate the token (tsid) in the GetUserID API on your server. To generate this API, it is necessary to use a PERMANENT TOKEN or IP authentication. Once generated, it is valid for 60 minutes on the same IP.<br>Use the token (tsid) in your requests by sending one of the methods:</p>\n<p>a) Header add 'Authorization: Bearer {token}'<br>b) Header add 'Authorization: {token}'<br>c) Add in JSON \"tsid\":\"{token}\"</p>\n<p>EndFragment</p>\n<h1 id=\"return\">Return</h1>\n\n<p>StartFragment</p>\n<p>HTTP code and JSON will be returned when the return is not a media.</p>\n<p>HTTP Codes:</p>\n<ul>\n<li><p>200 - OK</p>\n</li>\n<li><p>400 - Intruded or incomplete parameters</p>\n</li>\n<li><p>401 - Authentication failed</p>\n</li>\n</ul>\n<p>The return in JSON always contains two basic pieces of information and for each API it can contain others related to the requested process.</p>\n<p>The basics are:</p>\n<p>status is a status or error report. If OK, the request was accepted and the call was programmed. If different from OK, the error text will be informed.</p>\n<p>status_code is a numeric ID of the status of the request. When the status is OK, it will correspond to 0 (zero) and other codes according to the following table.</p>\n<p>EndFragment</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>statu</th>\n<th>status_code</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>0</td>\n<td>Requisition accepted</td>\n</tr>\n<tr>\n<td>Session ID is not valid</td>\n<td>100</td>\n<td>If sent tsid token and is invalid</td>\n</tr>\n<tr>\n<td>Session ID is not valid</td>\n<td>100</td>\n<td>If sent tsid token and is invalid</td>\n</tr>\n<tr>\n<td>Session ID expired</td>\n<td>101</td>\n<td>If sent tsid token and is expired</td>\n</tr>\n<tr>\n<td>IP not authorized</td>\n<td>120</td>\n<td>If IP authentication and the IP is unauthorized</td>\n</tr>\n<tr>\n<td>Account not exist</td>\n<td>121</td>\n<td>Account does not exist on the platform</td>\n</tr>\n<tr>\n<td>Inactive user</td>\n<td>122</td>\n<td>Inactive user</td>\n</tr>\n<tr>\n<td>Non existent user</td>\n<td>123</td>\n<td>Non existent user</td>\n</tr>\n<tr>\n<td>No user or password</td>\n<td>130</td>\n<td>Username or password not provided</td>\n</tr>\n<tr>\n<td>IP trials exceeded</td>\n<td>131</td>\n<td>Wrong login attempts exceeded the limit. 30 min block</td>\n</tr>\n<tr>\n<td>Logins trials exceeded</td>\n<td>132</td>\n<td>User error exceeded threshold. 10 min block</td>\n</tr>\n<tr>\n<td>Username or password invalid</td>\n<td>140</td>\n<td>Invalid username or password</td>\n</tr>\n<tr>\n<td>IP blocked</td>\n<td>199</td>\n<td>Blocked IP</td>\n</tr>\n</tbody>\n</table>\n</div><p>StartFragment</p>\n<p>Other statuses and codes specific to each API are listed in the chapter for each one.</p>\n<p>EndFragment</p>\n<h1 id=\"apis-and-examples\">APIs and examples</h1>\n\n<p>StartFragment</p>\n<p>In this document you can check details of each API and <strong>choose examples in your preferred programming language</strong> (choose from the top menu).</p>\n<p>You can also open your <strong>POSTMAN</strong> account to take online tests.</p>\n<p><strong>Most used APIs - Single or batch:</strong></p>\n<p><strong>Individual use: MakeTTSCall -&gt;</strong> Triggers an individual call to one destination or optionally to two destinations by joining the two calls.</p>\n<p>It can be sent immediately or on a scheduled day and time.</p>\n<p><strong>Batch usage: CreateCampaign -&gt;</strong> Allows you to create a campaign for sending to a batch of destinations (recommended up to 500,000 destinations). It can be entirely programmed by API parameters or by cloning from a previous campaign.</p>\n<p><strong>In the following examples the standard BASIC AUTH recommended authentication will be indicated, but it is possible to use TOKEN with a 60 min time limit if you need to use it directly in an app.</strong></p>\n<p>EndFragmen</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Possibilities","slug":"possibilities"},{"content":"REST","slug":"rest"},{"content":"Firewall","slug":"firewall"},{"content":"Access HTTP","slug":"access-http"},{"content":"Headers","slug":"headers"},{"content":"Authentication","slug":"authentication"},{"content":"Return","slug":"return"},{"content":"APIs and examples","slug":"apis-and-examples"}],"owner":"13042715","collectionId":"aff8c3de-7133-42e9-a08d-e0bc1e2e2527","publishedId":"UzJSJDDs","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-07-12T13:33:56.000Z"},"item":[{"name":"MakeTTSCall","id":"3dd3de06-ee88-4453-8b1f-e6bd4016f40f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"{{SenhaTeste}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"type\":\"0\",\"content\":\"tf185409063\",\"priority\":\"0\",\"free\":\"1\",\"dest\":\"5511992069830\",\"nome\":\"José Roberto\"}","options":{"raw":{"language":"json"}}},"url":"https://vox.velip.com.br/api/v2/MakeTTSCall","description":"<p>StartFragment</p>\n<h4 id=\"description\">Description</h4>\n<p>EndFragment</p>\n<p>StartFragment</p>\n<p>API for sending voice messages to one destination with the possibility of overflow to a call center or to a second destination in conference and sending an SMS at the end of the call for additional information to the recipient.</p>\n<p>The audio used in the message can be generated by text, or it can be pre-recorded audio by simply entering the audio ID.</p>\n<h4 id=\"parameters\">Parameters</h4>\n<ul>\n<li><strong>General parameters</strong></li>\n</ul>\n<p><strong>type</strong> = [type of send, e.g. for sending a simple audio, type=0 for interactive keyboard or voice sends, see support for other send types]</p>\n<p><strong>dest</strong> = [Phone number of the destination in the format DDI+DD+NUMBER, example: 551138421234]</p>\n<p><strong>setbrazil</strong> = [1 or blank. If it is 1, the system assumes that they are Brazilian numbers and adjusts to the system default, which uses DDI+DDD+NUMBER. It can be sent without the DDI, with the DDD with or without the zero that the system automatically adjusts].</p>\n<p><strong>free</strong> = [OPTIONAL - If 1 the system will not check on the Do Not Disturb bases of the PROCONS. For BRAZIL use 1 only if it is for use in a billing or shipping request made by the customer himself. DEFAULT=0]</p>\n<p><strong>bkdddd</strong> = [OPTIONAL - If 1 (no CDR entry) or 2 (with CDR entry) the system will check if the destination location has any laws or regulations that prevent calls on certain days or times. This programming is mandatory for calls to BRAZIL and if it is telemarketing content and billing, not being necessary to activate it when situations requested by customers, such as sending tokens, click2call, etc. DEFAULT=0=Not active]</p>\n<p><strong>priority</strong> = [If -1, the sending is immediate, any other value above -1 (0, 1, 10, 100 up to 9999) will be allocated to the sending queue and will have the priority given by its value, and those with higher values will be sent first. If you do not need immediate sending (up to 3 sec), normally used for WEB interactions, use a parameter above zero and the call will be made within 2 minutes].</p>\n<p><strong>rurl</strong> = [OPTIONAL: URL with full address with https://.... where the system will return with a POST, at the end of the call, with the call data and collected data. If it is always the same URL, it is best to inform it in the control panel of the site under API - RESPONSE URLs].</p>\n<p><strong>ctid</strong> = [OPTIONAL: ID provided by sender for extra reference \"any alpha-numeric value up to 15 characters]</p>\n<p><strong>repeat</strong> = [OPCIONAL: Repeat parameter ex: 2|30|22:00 (2 attempts, every 30 minutes, until 22:00). If you have the fourth parameter it indicates scheduling. Example: 3|30|22:00|2010-04-05 16:00 (1 send + 2 resend if no answer, resend every 30 minutes until 22:00 with the first call at 16:00 on April 5, 2010. Caution: When you use this parameter, the system does not report the cd_id because the calls will be made at the scheduled times].</p>\n<ul>\n<li><strong>Audio parameters</strong></li>\n</ul>\n<p>The audios used can be generated by TTS, but it is recommended that fixed audios that do not have variables be informed by their IDs.</p>\n<p>The audios are entered in the 'contents' parameters and their codes are obtained from the web control panel when generating the audios or when listing the audios, and can also be uploaded or generated on the platform by the CreateAudioFile API.</p>\n<p>Depending on the type of message they can be used:</p>\n<p><strong>content</strong> = [Audio code that will start the message - Required even if it is a silent audio with a short pause]</p>\n<p><strong>In case of a simple audio send, only the content will be used</strong></p>\n<p><strong>content1</strong> = [Audio code that terminates if the destination answers that it does not want to inform].</p>\n<p><strong>content2</strong> = [Audio code of the question after confirmation that you want to report].</p>\n<p><strong>content3</strong> = [Audio code that ends the message after data collection].</p>\n<p><strong>contentno</strong> = [Audio Code if data is not entered]</p>\n<ul>\n<li><strong>Using TTS:</strong> If it is necessary to generate specific audio for each submission just use the text parameter with the audio text. The text parameter has priority over the content parameter, so even if you have two parameters in the same request, it is the text that will be used.</li>\n</ul>\n<p><strong>voice</strong> = [Optional - if \"fad\" is female voice. If “fel” is male voice. Blank or not sent assumes fad. See complete table in CreateAudioFile]</p>\n<p><strong>text</strong> = [Optional - Audio text corresponding to the 'content'].</p>\n<p><strong>text1</strong> = [Optional - Text of the corresponding 'content1']</p>\n<p><strong>text2</strong> = [Optional - Text of the corresponding 'content2']</p>\n<p><strong>text3</strong> = [Optional - Text of the corresponding 'content3']</p>\n<p><strong>encoding</strong> = [Optional: UTF-8 / ASCII / ISO-8859-1-If not sent it assumes the text is in the UTF-8 standard. If you use JSON for forwarding, UTF-8 is required.</p>\n<p>Some functions like curl normally convert to utf-8 automatically, so converting words from pt-BR to UTF-8 and then sending them to curl can generate errors. If it is already in ISO-8892 prefer to send in ISO-8892 and let curl convert].</p>\n<p><strong>Using TTS with variables:</strong> For multiple sends where only one variable is replaced, such as a name that changes in each message, use the following methodology:</p>\n<p>a) Create an audio from the website or the CreateAudioFile API that contains one of the following variables: NAME, COD_CLI, EXTRA1 or EXTRA2 (in capital letters)</p>\n<p>\"Hello NAME we have an important message for you. If you want to listen, type 1...\".</p>\n<p>b) In the content parameter to be used, use the ID of the created template audio. Do not enter anything in the text parameters, leave them blank.</p>\n<p>c) Send for each trigger in the \"name\", \"cod_cli\", \"extra1\" or \"extra2\" parameter the data corresponding to the audio.</p>\n<p><strong>name</strong> = [Optional - Variable that will be substituted when finding NAME in the audio template informed in the \"contents\"].</p>\n<p><strong>cod_cli</strong> = [Optional - Variable that will be substituted when finding COD_CLI in the audio model informed in the \"contents\"].</p>\n<p><strong>extra1</strong> = [Optional - Variable that will be substituted when finding EXTRA1 in the audio template informed in the \"contents\"].</p>\n<p><strong>extra2</strong> = [Optional - Variable that will be substituted when finding EXTRA2 in the audio template informed in the \"contents\"].</p>\n<p><strong>extra3</strong> = [Optional - Variable that will be substituted when finding EXTRA3 in the audio template informed in the \"contents\"].</p>\n<ul>\n<li><strong>Other MakeTTSCall parameters</strong></li>\n</ul>\n<p><strong>For interactive sendings by keyboard or voice consult support</strong></p>\n<p><strong>dtmf</strong> = [parameter for interactive campaigns]</p>\n<p><strong>dtmf2</strong> = [parameter for interactive campaigns]</p>\n<p><strong>nans</strong> = [parameter for interactive campaigns]</p>\n<p><strong>ndig</strong> = [parâmetro para campanhas interativas]</p>\n<ul>\n<li><strong>Parameters for sending SMS at the end of the call</strong></li>\n</ul>\n<p><strong>It is possible</strong> to send an SMS automatically to the destination for answered calls, missed calls, both, or when the destination has pressed a certain key.</p>\n<p><strong>sms_text</strong> = [Optional - Text of up to 160 characters to send SMS at the end of the call].</p>\n<p><strong>sms_action</strong> = [Optional - Enables sending SMS after shutdown - ok nae oknae dtmf1]</p>\n<p><strong>sms_dtmf</strong> = [Optional - Keys that trigger the sending of the SMS when the sms_action option is dtmf1 - keys separated by comma or space. Example: 1,2,3 - SMS will be sent if you keyed 1, 2 or 3 - Default = 1]</p>\n<p>EndFragment</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>sms_action</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ok</td>\n<td>Sends SMS to the destinations that have answered</td>\n</tr>\n<tr>\n<td>nae</td>\n<td>Sends SMS to those who did not answer</td>\n</tr>\n<tr>\n<td>oknae</td>\n<td>Sends SMS to those who answered and did not answer</td>\n</tr>\n<tr>\n<td>dtmf1</td>\n<td>Sends SMS to those who typed</td>\n</tr>\n</tbody>\n</table>\n</div><h2>Return</h2>\n\n<p><strong>cd_id</strong> StartFragment</p>\n<p>is a unique numeric alpha ID corresponding to the submission. We remind you that you can send with the request the ctid, a unique identification of the platform that requested it, and this identification will be returned when requested. Attention: if the repeat parameter is used, the value of cd_id will not be informed, and it is recommended to use ctid for return and tracking.</p>\n<p>EndFragmentStartFragment</p>\n<p><strong>Whenever the status comes other than OK (or non-zero status_code) the connection will not be made.</strong></p>\n<p>EndFragment</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>status</th>\n<th>status_code</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>0</td>\n<td>Generated audios and accepted sending request</td>\n</tr>\n<tr>\n<td>urlcontent invalida</td>\n<td>202</td>\n<td>If sent audio by URL and it is invalid</td>\n</tr>\n<tr>\n<td>number invalid</td>\n<td>203</td>\n<td>Incorrect number</td>\n</tr>\n<tr>\n<td>block ddd time</td>\n<td>230</td>\n<td>Number blocked by law or regulation due to time or day</td>\n</tr>\n<tr>\n<td>error sent message no destination</td>\n<td>250</td>\n<td>No destination number</td>\n</tr>\n<tr>\n<td>error sent message error destination</td>\n<td>250</td>\n<td>Number of digits of the incompatible destination</td>\n</tr>\n<tr>\n<td>error sent message no content</td>\n<td>250</td>\n<td>No information about the audio to be played</td>\n</tr>\n<tr>\n<td>error sent message CA</td>\n<td>250</td>\n<td>Blocking a call for exceeding the limit of allowed sends to the same number. Only active and possible if given the \"numlim\" limitation parameter</td>\n</tr>\n<tr>\n<td>error sent message BK_PROCON</td>\n<td>250</td>\n<td>Number blocked at PROCON. Do Not Disturb list.</td>\n</tr>\n<tr>\n<td>error sent message Blocked</td>\n<td>250</td>\n<td>Number that is on the blocked list informed by the customer. Only check if you are also going through PROCON's verification</td>\n</tr>\n<tr>\n<td>error sent message No credit ID</td>\n<td>250</td>\n<td>No credit ID</td>\n</tr>\n<tr>\n<td>error audio file</td>\n<td>260</td>\n<td>If you exceed the available credit limit for the account</td>\n</tr>\n<tr>\n<td>Sms only in type 0</td>\n<td>300</td>\n<td>SMS only in single audio type</td>\n</tr>\n<tr>\n<td>Sms no action</td>\n<td>301</td>\n<td>Sending SMS requires sms_action parameter</td>\n</tr>\n<tr>\n<td>Sms no text</td>\n<td>302</td>\n<td>Sending SMS needs sms_text parameter</td>\n</tr>\n<tr>\n<td>Invalid sms_action</td>\n<td>304</td>\n<td>Invalid sms_action</td>\n</tr>\n<tr>\n<td>Sms text 160 characters</td>\n<td>305</td>\n<td>SMS text with more than 160 characters</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Receiving status returns: Callbacks</strong></p>\n<p>Our system is enabled to automatically send a callback to a URL pre-defined by you, communicating the status and specific details upon completion of each voice text or SMS sending. This feature is essential for asynchronous services, where complete status information is only available after sending is complete.</p>\n<p><strong>Context of Use:</strong> For example, consider sending a voice message. The system makes a call to a destination number, waits for the response, transmits the message and then ends the call. Due to the asynchronous nature of this service, full delivery status details are only available after the call ends, not at the time of the initial request.</p>\n<p><strong>In the API request:</strong></p>\n<p>At the time of the API request, only a confirmation of receipt of the request will be returned, without additional details about the sending.</p>\n<p>This initial return does not reflect delivery status due to service asynchronicity.</p>\n<p><strong>In the API request:</strong> To ensure that you promptly receive all status information:<br />1. Access the web control panel.</p>\n<p>2. Navigate to the “Integrations” menu.</p>\n<p>3. Proceed to “Settings”.</p>\n<p>4. And select “Return URLs”.</p>\n<p>Here, you can configure the URLs that will receive the callbacks. Upon completion of each voice message or SMS sending, a POST or GET method will be triggered, sending data in JSON, XML or parameter format, at the configured URL.</p>\n<p>For SMS, delivery to destination events will be sent when they occur (Within 48 hours).</p>\n<p><strong>DATA FORWARDED TO THE PROGRAMMED URL (Json XML or parameters)</strong></p>\n<p><strong>cd_id =&gt; Sending identification</strong></p>\n<p><strong>cd_date =&gt; Sending date (YYYY-MM-DD)</strong></p>\n<p><strong>cd_time =&gt; Time when dialing started (HH:MM:SS)</strong></p>\n<p><strong>cd_time_start =&gt; Time the destination answered (HH:MM:SS)</strong></p>\n<p><strong>cd_time_end =&gt; Time the destination hung up (HH:MM:SS)</strong></p>\n<p><strong>cd_time_sec =&gt; Call time in seconds</strong></p>\n<p><strong>cd_called_status =&gt; OK, NA, BZ (Answered, No Answer, Buzzy)</strong></p>\n<p><strong>ctid =&gt; Customer identification if provided when making the request (Alpha of up to 15 characters)</strong></p>\n<p><strong>cd_price =&gt; Call price per minute</strong></p>\n<p><strong>cd_value =&gt; Total call value</strong></p>\n<p><strong>saldo =&gt; Account balance</strong></p>\n<p><strong>cd_name =&gt; Destination name, example São Paulo - Fixed</strong></p>\n<p><strong>cd_route =&gt; Destination code to be used in the billing system, example 5511</strong></p>\n<p><strong>cd_dest =&gt; Dialed number</strong></p>\n<p><strong>cd_resp1 =&gt; Result of the keyboard digit of the first question in sending with DTMF</strong></p>\n<p><strong>cd_resp2 =&gt; Result of the keyboard digit of the second question in sending with DTMF</strong></p>\n<p><strong>... until cd_resp12</strong></p>\n<p><strong>cdc_id=&gt; Destination ID when campaign</strong></p>\n<p><strong>cdc_nome =&gt; Name of destination when campaign****cdc_cod_cli =&gt; code_cli of destination when campaigncdc_extra1=&gt; extra1 of destination when campaign</strong>... up to cdc_extra8****</p>\n<p>**<br />Example of a Callback Json:**</p>\n<p>{\"cd_id\":\"c_109059\",\"cd_date\":\"2023-09-27\",\"cd_time\":\"18:55:03\",\"cd_time_start\":\"18:55:04\",\"cd_time_end\":\"18:56:40\",\"cd_time_sec\":96,\"cd_time_sec2\":\"84\",\"cd_price\":null,\"cd_value\":0.4200,\"cd_name\":null,\"cd_route\":\"GERAL\",\"cd_called_status\":\"OK\",\"cd_called_status2\":\"OK\",\"ctid\":\"\",\"cpid\":\"-1\",\"cp_id\":\"0\",\"cd_resp1\":\"\",\"cd_resp2\":\"\",\"cd_resp3\":\"\",\"cd_resp4\":\"\",\"cd_resp5\":\"\",\"cd_resp6\":\"\",\"cd_resp7\":\"\",\"cd_resp8\":\"\",\"cd_resp9\":\"\",\"cd_resp10\":\"\",\"cd_resp11\":\"\",\"cd_resp12\":\"\",\"dest\":\"5511992068854\",\"cd_dest2\":\"551133574600\",\"cdc_id\":null,\"cdc_nome\":null,\"cdc_extra1\":null,\"cdc_extra2\":null,\"cdc_extra3\":null,\"cdc_extra4\":null,\"cdc_extra5\":null,\"cdc_extra6\":null,\"cdc_extra7\":null,\"cdc_extra8\":null,\"cdc_cod_cli\":null,\"saldo\":500.752}</p>\n<p><strong>REPORTS</strong></p>\n<p>In the web control panel, it is possible to view and generate various reports in real time, relating to submissions or actions performed via the API. Furthermore, it is possible to consult records of requests made and monitor the status of callbacks sent.</p>\n<p><strong>APIs and examples</strong></p>\n<p>In this document, you can check details of each API and <strong>choose examples in your preferred programming language (choose in the top menu).</strong></p>\n<p>You can also open your <strong>POSTMAN</strong> account to take online tests.</p>\n<p><strong>Most used APIs - Individual or batch:</strong></p>\n<p><strong>Individual use: MakeTTSCall -&gt;</strong> Triggers an individual call to a destination or optionally to two destinations, joining the two calls.</p>\n<p>It can be sent immediately or with a scheduled day and time.</p>\n<p><strong>In batch use: CreateCampaign -&gt;</strong> Allows the creation of a campaign to send a batch of destinations (recommended up to 500 thousand destinations). It can be entirely programmed using API parameters or by cloning from a previous campaign.</p>\n<p><strong>In the following examples, the default recommended authentication will be indicated by TOKEN.</strong></p>\n","urlObject":{"protocol":"https","path":["api","v2","MakeTTSCall"],"host":["vox","velip","com","br"],"query":[],"variable":[]}},"response":[{"id":"19bb6cf3-d561-4da4-a9f7-530d6dd29851","name":"Texto ISO-8892","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"type\":\"0\",\"text\":\"Caro NOME este é um teste de envio de áudio\",\"priority\":\"0\",\"free\":\"1\",\"dest\":\"5511992069830\",\"nome\":\"José Roberto\"}","options":{"raw":{"language":"json"}}},"url":"{{VOX}}/api/v2/MakeTTSCall"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 28 Feb 2021 20:27:18 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.8"},{"key":"X-Powered-By","value":"PHP/7.4.8"},{"key":"Content-Length","value":"66"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"return\": {\n        \"status\": \"OK\",\n        \"status_code\": \"0\",\n        \"cd_id\": \"c_88700\"\n    }\n}"}],"_postman_id":"3dd3de06-ee88-4453-8b1f-e6bd4016f40f"},{"name":"CreateCampaign","id":"71d51bbb-5edd-4bd1-b5af-db8073360933","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"{{SenhaTeste}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"cp_id\":\"210551\",\"date_start\":\"2021-02-23\",\"date_end\":\"2021-02-24\",\"time_start\":\"09:00:00\",\"time_end\":\"10:00:00\",\"cdlc_id\":\"229186\"}","options":{"raw":{"language":"json"}}},"url":"https://vox.velip.com.br/api/v2/CreateCampaign","description":"<h2>Description</h2>StartFragment\n\n<p>The CreateCampaign API creates campaigns for batch sending. These campaigns can also be scheduled from the <a href=\"https://velip.com.br/\">https://velip.com.br</a> control panel</p>\n<p>Destinations can be entered:</p>\n<ul>\n<li>by JSON in the body of the request</li>\n<li>per file containing the JSON</li>\n<li>per CSVO file. The maximum number recommended for batch send (campaign) is 500,000 destinations.</li>\n</ul>\n<p>Create campaigns:</p>\n<ul>\n<li>Type \"Simple\", single audio with or without variable TTS (NAME/COD_CLI/EXTRA1/EXTRA2)</li>\n<li>Type \"Question plus data validation</li>\n<li>Clone - Any type of campaign based on another existing campaign (campaign ID to be cloned) including VOICEBOT campaigns.</li>\n</ul>\n<h2 id=\"parameters\">Parameters</h2>\n<ul>\n<li><strong>Parameters common to any type:</strong></li>\n</ul>\n<p><strong>date_start</strong> = [start date format YYYY-mm-dd]</p>\n<p><strong>date_end</strong> = [end date format YYYY-mm-dd]</p>\n<p><strong>time_start</strong> = [start time format HH:MM:SS]</p>\n<p><strong>time_end</strong> = [end time format HH:MM:SS]</p>\n<ul>\n<li><strong>Parameters for the destination base (phone, name, cpf, etc.):</strong></li>\n</ul>\n<p>Use one of the three possibilities to send the destinations.</p>\n<p><strong>cdlc_id</strong> = [Destination list ID] Created by the control panel or the CreateDestinationBase API</p>\n<p>or</p>\n<p><strong>datajson</strong> = [JSON data with destinations]. See details of the JSON standard in the CreateDestinationBase API</p>\n<p>or</p>\n<p><strong>By File Upload</strong>. If this method is chosen, the file must be uploaded (multipart/form-data).</p>\n<p>The **filename should be with the suffix (CSV,JSON,TXT).</p>\n<p>If it were an html form it would be:</p>\n<ul>\n<li><strong>Parameters for single audio type campaign:</strong></li>\n</ul>\n<p>The simple type is a call that, when answered, plays a fixed audio or one with the variables (NAME/COD_CLI/EXTRA1/EXTRA2/EXTRA3).</p>\n<p><strong>content</strong> = [Audio ID (cdw_file)]</p>\n<p>or</p>\n<p><strong>text</strong> = [Text of the audio to be played]</p>\n<ul>\n<li><strong>Parameters for CAMPAIGN CLONING type:</strong></li>\n</ul>\n<p>This option is useful for doing the same type of campaign routinely, as well as generating campaigns of other types only available from the control panel. With this API any campaign/type generated by the dashboard can be generated by API. Note that the target base and dates need to be entered each time the campaign is generated. If the campaign time is not entered, the date of the cloned campaign request is assumed.</p>\n<p><strong>cp_id</strong> = [ID of the campaign that will be cloned.] This Id can be checked in the campaign listing in the control panel.</p>\n<ul>\n<li><strong>Optional parameters for any type of batch send (campaign):</strong></li>\n</ul>\n<p><strong>name</strong> = [Optional - Campaign name - If blank assume destination base name - Max 50 characters].</p>\n<p><strong>detail</strong> = [Optional - Campaign Description - Max 256 characters].</p>\n<p><strong>group</strong> = [Optional - Group ID]</p>\n<p><strong>amd</strong> = [Optional - Audio ID that is played if it detects answering machine - Activates answering machine detector].</p>\n<p><strong>max_answered</strong> = [Optional - Answered calls limit - Default = no limit]</p>\n<p><strong>mobile</strong> = [Optional - allows sending to cell phone - 1 yes and 0 no - Default = 1].</p>\n<p><strong>vel</strong> = [Optional - send speed per minute - allowed from 1 to 100 or max - Default = max].</p>\n<p><strong>resends</strong> = [Optional - number of resends to unanswered - from 1 to 3 - Default = 1].</p>\n<p><strong>time_resends</strong> = [Optional - interval between resends - from 10 to 240 min - Default = 30].</p>\n<p><strong>no_block</strong> = [Optional - Search PROCON blocking - 1 does not check in PROCON and 0 checks - Default = 0].</p>\n<p><strong>limit_name</strong> = [Optional - Limits number of names when TTS of NAME - 1 - one name, 2 - name and about, 3 - all - Default =1]</p>\n<ul>\n<li><strong>Optional parameters for sending SMS in single audio type:</strong></li>\n</ul>\n<p>It is possible in the single audio campaign type to send an SMS automatically to the destination. For the other types of campaigns the SMS sending can be done using the MakeSMS API after receiving the callback of the call result.</p>\n<p><strong>sms_text</strong> = [Optional - Text of up to 160 characters for sending SMS at the end of the call]</p>\n<p><strong>sms_action</strong> = [Optional - Enables sending SMS after shutdown - ok nae oknae dtmf1].</p>\n<p>EndFragment</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>sms_action</strong></th>\n<th><strong>description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ok</td>\n<td>Sends SMS to the destinations that have answered</td>\n</tr>\n<tr>\n<td>nae</td>\n<td>Sends SMS to those who did not answer</td>\n</tr>\n<tr>\n<td>oknae</td>\n<td>Sends SMS to those who answered and did not answer</td>\n</tr>\n<tr>\n<td>dtmf1</td>\n<td>Sends SMS to those who keyed 1</td>\n</tr>\n</tbody>\n</table>\n</div><h2>Return</h2>StartFragment\n\n<p><strong>cp_id</strong> is a unique numeric alpha ID corresponding to the generated campaign ID.</p>\n<p><strong>Whenever the status comes other than OK (or non-zero status_code) the campaign has not been scheduled.</strong></p>\n<p>EndFragment1</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>statu</strong></th>\n<th><strong>status_code</strong></th>\n<th><strong>Details</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>0</td>\n<td>Scheduled Campaign</td>\n</tr>\n<tr>\n<td>FTP programming does not exist</td>\n<td>200</td>\n<td>FTP program for invalid report</td>\n</tr>\n<tr>\n<td>not allowed executable file</td>\n<td>205</td>\n<td>File upload not acceptable</td>\n</tr>\n<tr>\n<td>limits answered calls invalid</td>\n<td>212</td>\n<td>Invalid Answered Calls Limit</td>\n</tr>\n<tr>\n<td>allow mobile - invalid</td>\n<td>213</td>\n<td>allow mobile - invalid</td>\n</tr>\n<tr>\n<td>Invalid speed limit</td>\n<td>214</td>\n<td>Invalid speed limit</td>\n</tr>\n<tr>\n<td>Invalid number of resends</td>\n<td>215</td>\n<td>Invalid number of resends</td>\n</tr>\n<tr>\n<td>Invalid interval between resends</td>\n<td>216</td>\n<td>Invalid interval between resends</td>\n</tr>\n<tr>\n<td>cd_type invalid</td>\n<td>217</td>\n<td>Campaign type invalid</td>\n</tr>\n<tr>\n<td>Invalid - disables PROCON</td>\n<td>218</td>\n<td>Invalid - disables PROCON</td>\n</tr>\n<tr>\n<td>Invalid DTMF filter</td>\n<td>219</td>\n<td>Invalid DTMF filter</td>\n</tr>\n<tr>\n<td>Invalid date start</td>\n<td>220</td>\n<td>Invalid start date</td>\n</tr>\n<tr>\n<td>Invalid date start</td>\n<td>221</td>\n<td>Invalid end date</td>\n</tr>\n<tr>\n<td>Invalid time start</td>\n<td>222</td>\n<td>Invalid start time</td>\n</tr>\n<tr>\n<td>Invalid time start</td>\n<td>223</td>\n<td>End time invalid</td>\n</tr>\n<tr>\n<td>Campaign insertion error</td>\n<td>225</td>\n<td>Campaign insertion error</td>\n</tr>\n<tr>\n<td>Invalid limit name</td>\n<td>227</td>\n<td>Invalid name limit</td>\n</tr>\n<tr>\n<td>Active campaign with same date</td>\n<td>230</td>\n<td>Another active campaign with the same date</td>\n</tr>\n<tr>\n<td>Initial audio not found</td>\n<td>240</td>\n<td>Initial audio not found</td>\n</tr>\n<tr>\n<td>AMD audio not found</td>\n<td>241</td>\n<td>AMD audio not localized</td>\n</tr>\n<tr>\n<td>Audio not found</td>\n<td>242</td>\n<td>Audio not found</td>\n</tr>\n<tr>\n<td>contentno audio not found</td>\n<td>243</td>\n<td>AMD audio not found</td>\n</tr>\n<tr>\n<td>contentfail audio not found</td>\n<td>244</td>\n<td>AMD audio not found</td>\n</tr>\n<tr>\n<td>Group not found</td>\n<td>250</td>\n<td>Group not found</td>\n</tr>\n<tr>\n<td>Invalid base ID</td>\n<td>251</td>\n<td>Invalid destination base</td>\n</tr>\n<tr>\n<td>Invalid compw</td>\n<td>252</td>\n<td>Invalid compw</td>\n</tr>\n<tr>\n<td>Error inserting model</td>\n<td>260</td>\n<td>Model insertion error</td>\n</tr>\n<tr>\n<td>Campaign insertion error</td>\n<td>261</td>\n<td>Campaign insertion error</td>\n</tr>\n<tr>\n<td>Error in parameters</td>\n<td>262</td>\n<td>\"Error in the campaign parameters\"</td>\n</tr>\n<tr>\n<td>Base generation error</td>\n<td>270</td>\n<td>Error when generating the destination base</td>\n</tr>\n<tr>\n<td>Error in audio generation</td>\n<td>281</td>\n<td>Audio generation error</td>\n</tr>\n<tr>\n<td>Invalid number of responses</td>\n<td>290</td>\n<td>Invalid number of answers</td>\n</tr>\n<tr>\n<td>Invalid response time</td>\n<td>291</td>\n<td>Invalid response time</td>\n</tr>\n<tr>\n<td>Sms only in type 0</td>\n<td>300</td>\n<td>SMS in single audio type only</td>\n</tr>\n<tr>\n<td>Sms no action</td>\n<td>301</td>\n<td>Sending SMS requires sms_action parameter</td>\n</tr>\n<tr>\n<td>Sms no text</td>\n<td>302</td>\n<td>Sending SMS needs sms_text parameter</td>\n</tr>\n<tr>\n<td>Invalid sms_action</td>\n<td>304</td>\n<td>Invalid sms_action</td>\n</tr>\n<tr>\n<td>Sms text 160 characters</td>\n<td>305</td>\n<td>SMS text with more than 160 characters</td>\n</tr>\n</tbody>\n</table>\n</div><h2>Codes and examples</h2>","urlObject":{"protocol":"https","path":["api","v2","CreateCampaign"],"host":["vox","velip","com","br"],"query":[],"variable":[]}},"response":[{"id":"97cb049a-dece-41d4-8bba-ee1c4d1bd823","name":"Destinos csv","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"datacsv","type":"file","src":"H4naotYuB/teste numeros acento.csv"}],"options":{"raw":{"language":"json"}}},"url":{"raw":"{{VOX}}/api/v2/CreateCampaign?cp_id=210551&date_start=2021-02-23&date_end=2021-02-24&time_start=09:00:00&time_end=10:00:00&cdlc_id=229186","host":["{{VOX}}"],"path":["api","v2","CreateCampaign"],"query":[{"key":"cp_id","value":"210551","type":"text"},{"key":"date_start","value":"2021-02-23","type":"text"},{"key":"date_end","value":"2021-02-24","type":"text"},{"key":"time_start","value":"09:00:00","type":"text"},{"key":"time_end","value":"10:00:00","type":"text"},{"key":"cdlc_id","value":"229186","type":"text"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Feb 2021 14:27:18 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.8"},{"key":"X-Powered-By","value":"PHP/7.4.8"},{"key":"Content-Length","value":"61"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"return\": {\n        \"status\": \"OK\",\n        \"status_code\": \"0\",\n        \"cp_id\": \"210577\"\n    }\n}"},{"id":"d200d3b3-2e5b-49ce-b16e-c38bab8001b6","name":"Destinos Json","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"cp_id\":\"210551\",\"date_start\":\"2021-02-23\",\"date_end\":\"2021-02-24\",\"time_start\":\"09:00:00\",\"time_end\":\"10:00:00\",\"detail\":\"teste de api v2\",\"datajson\":[ [\"11 98442-1414\",\"Jose Roberto\",\"4544568\",\"R$30,00\",\"40\",\"cartao\" ] , [ \"19 96539-2325\",\"Pedro Antonio\",\"8542875\",\"R$45,00\",\"20\",\"debito\" ] , [ \"11 3245-2020\",\"Maria Jose \",\"3256485\",\"R$76,00\",\"60\",\"carne\" ] ]}","options":{"raw":{"language":"json"}}},"url":"{{VOX}}/api/v2/CreateCampaign"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Feb 2021 14:15:35 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.8"},{"key":"X-Powered-By","value":"PHP/7.4.8"},{"key":"Content-Length","value":"61"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"return\": {\n        \"status\": \"OK\",\n        \"status_code\": \"0\",\n        \"cp_id\": \"210576\"\n    }\n}"},{"id":"edf8fdd4-1e33-4f96-9345-099b00df8900","name":"Destinos cdlc_id","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"cp_id\":\"210551\",\"date_start\":\"2021-02-23\",\"date_end\":\"2021-02-24\",\"time_start\":\"09:00:00\",\"time_end\":\"10:00:00\",\"cdlc_id\":\"229186\"}","options":{"raw":{"language":"json"}}},"url":"{{VOX}}/api/v2/CreateCampaign"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Feb 2021 18:43:00 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.8"},{"key":"X-Powered-By","value":"PHP/7.4.8"},{"key":"Content-Length","value":"61"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"return\": {\n        \"status\": \"OK\",\n        \"status_code\": \"0\",\n        \"cp_id\": \"210579\"\n    }\n}"}],"_postman_id":"71d51bbb-5edd-4bd1-b5af-db8073360933"},{"name":"ChangeCampaign","id":"2f4c092c-4643-4bc5-920d-486c78dbf19d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"{{SenhaTeste}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"cp_id\":\"210551\",\"date_start\":\"2021-02-23\",\"date_end\":\"2021-02-24\",\"time_start\":\"09:00:00\",\"time_end\":\"10:00:00\",\"cdlc_id\":\"229186\"}","options":{"raw":{"language":"json"}}},"url":"https://vox.velip.com.br/api/v2/ChangeCampaign","description":"<h2>Description</h2>StartFragment\n\n<p>The ChangeCampaign API edits the parameters of already generated campaigns (batch sends). It can also be used to see the status of a campaign.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<p><strong>cp_id</strong> = [Obrigatório - ID da campanha – Se outros parâmetros não forem fornecidos serve para ver dados da campanha]</p>\n<p>Parameters that can be changed from a campaign: (You only need to enter the ones you want to change).</p>\n<p><strong>cp_active</strong> = [0 for inactive or 1 for active]. Note: in this case the best would be a check for the person to inactivate or activate.</p>\n<p><strong>cp_date_start</strong> = [start date ( YYYY:MM:DD)]</p>\n<p><strong>cp_date_end</strong> = [end date ( YYYY:MM:DD)]</p>\n<p><strong>cp_time_start</strong> = [start time (HH:MM:SS or HH:MM )]. Obs: better to show and edit only HH:MM</p>\n<p><strong>cp_time_end</strong> = [end time (HH:MM:SS or HH:MM )]. Obs: better to show and edit only HH:MM</p>\n<p><strong>cp_lig_min</strong> = [Submissions per minute being \"max\" for the maximum possible or numeric value]. On the site it was fixed a drop-down on max, 5, 10, 20, 50, 100 which can be the same on the app.</p>\n<p><strong>cp_pas</strong> = [Attending positions (APs) for campaigns with transfer] This value should only be shown and edited if it does not come \"null\" . When \"null\" comes up it means that the campaign is not a virtual AP (transfer) campaign.</p>\n<h2 id=\"return\">Return</h2>\n<p><strong>cp_id:</strong> Campaign AD</p>\n<p><strong>cp_name:</strong> Campaign name</p>\n<p><strong>cp_group:</strong> campaign group name</p>\n<p><strong>cp_active:</strong> 0 for inactive and 1 for active</p>\n<p><strong>cp_ctid:</strong> Campaign costumer ID</p>\n<p><strong>cp_ontime:</strong> 0 for outside the scheduled time and 1 for within the scheduled time.</p>\n<p><strong>cp_date_start:</strong> scheduled start date</p>\n<p><strong>cp_date_end:</strong> scheduled end date</p>\n<p><strong>cp_time_start:</strong> schedule start time</p>\n<p><strong>cp_time_end:</strong> schedule end time</p>\n<p><strong>cp_destinations:</strong> destination numbers</p>\n<p><strong>cp_lig_min:</strong> number of calls per scheduled minute</p>\n<p><strong>cp_pas:</strong> number of APs scheduled for service for type with transfer.</p>\n<p><strong>cp_made:</strong> performed connections</p>\n<p><strong>cp_answered:</strong> answered calls</p>\n<p><strong>cp_transfered:</strong> calls transferred to call center (virtual attendant campaigns)</p>\n<p><strong>cp_madel:</strong> 1 yes 0 no - if model</p>\n<p>EndFragment</p><h2>Codes and examples</h2><p></p>\n","urlObject":{"protocol":"https","path":["api","v2","ChangeCampaign"],"host":["vox","velip","com","br"],"query":[],"variable":[]}},"response":[{"id":"43e27c25-c767-4478-99d9-a4dc53dad41b","name":"Json","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"cp_id\":\"210551\",\"date_start\":\"2021-02-23\",\"date_end\":\"2021-02-24\",\"time_start\":\"09:00:00\",\"time_end\":\"10:00:00\"}","options":{"raw":{"language":"json"}}},"url":"{{VOX}}/api/v2/ChangeCampaign"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Feb 2021 14:15:35 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.8"},{"key":"X-Powered-By","value":"PHP/7.4.8"},{"key":"Content-Length","value":"61"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"return\": {\n        \"status\": \"OK\",\n        \"status_code\": \"0\",\n        \"cp_id\": \"210576\"\n    }\n}"},{"id":"b5be4fc2-b74e-4af3-a07e-a3608fa55d04","name":"Query params","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"datacsv","type":"file","src":"H4naotYuB/teste numeros acento.csv"}],"options":{"raw":{"language":"json"}}},"url":{"raw":"{{VOX}}/api/v2/ChangeCampaign?cp_id=210551&date_start=2021-02-23&date_end=2021-02-24&time_start=09:00:00&time_end=10:00:00&cdlc_id=229186","host":["{{VOX}}"],"path":["api","v2","ChangeCampaign"],"query":[{"key":"cp_id","value":"210551"},{"key":"date_start","value":"2021-02-23"},{"key":"date_end","value":"2021-02-24"},{"key":"time_start","value":"09:00:00"},{"key":"time_end","value":"10:00:00"},{"key":"cdlc_id","value":"229186"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Feb 2021 14:27:18 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.8"},{"key":"X-Powered-By","value":"PHP/7.4.8"},{"key":"Content-Length","value":"61"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"return\": {\n        \"status\": \"OK\",\n        \"status_code\": \"0\",\n        \"cp_id\": \"210577\"\n    }\n}"}],"_postman_id":"2f4c092c-4643-4bc5-920d-486c78dbf19d"},{"name":"GetCampaignsList","event":[{"listen":"prerequest","script":{"id":"aa0f2532-f51d-4a3d-af6d-7437d34847fe","exec":[""],"type":"text/javascript"}}],"id":"fa49cb9b-396e-4e92-a4bb-849aab34c145","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"{{SenhaTeste}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"maxreg\": \"10\",\"search\":\"teste\"}","options":{"raw":{"language":"json"}}},"url":"https://vox.velip.com.br/api/v2/GetCampaignsList","description":"<h2>Description</h2>StartFragment\n\n<p>The GetCampaignsList API returns a listing of campaigns with ontime summary data.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<p><strong>maxreg</strong> = [Optional - number of records returned. If not informed, limit to 100. For no limits, put 0 (zero)]</p>\n<p><strong>cp_id</strong> = [Optional – Platform generated campaign ID]</p>\n<p><strong>cp_ctid</strong> = [Optional – Campaign ID provided by the customer when generating a campaign via API]</p>\n<p><strong>group</strong> = [Optional – Group ID]</p>\n<p><strong>date</strong> = [Optional – One-date campaigns]</p>\n<p><strong>search</strong> = [Optional – Search in name and description]</p>\n<p><strong>model</strong> = [Optional – 1 for models, 0 for all]</p>\n<h2 id=\"return\">Return</h2>\n<p><strong>cp_id:</strong>  Campaign ID</p>\n<p><strong>cp_name:</strong> Campaign name</p>\n<p><strong>cp_ctid:</strong> Campaign costumer ID</p>\n<p><strong>cp_group:</strong> campaign group name</p>\n<p><strong>cp_active:</strong> 0 for inactive and 1 for active</p>\n<p><strong>cp_ontime:</strong> 0 for outside the scheduled time and 1 for inside the scheduled time.</p>\n<p><strong>cp_date_start:</strong> scheduled start date</p>\n<p><strong>cp_date_end:</strong> scheduled end date</p>\n<p><strong>cp_time_start:</strong> scheduled start time</p>\n<p><strong>cp_time_end:</strong> scheduled end time</p>\n<p><strong>cp_destinations:</strong> number os destinies </p>\n<p><strong>cp_lig_min:</strong> number of calls per programmed minute</p>\n<p><strong>cp_pas:</strong> number of APs scheduled to service for transfer type.</p>\n<p><strong>cp_made:</strong> made calls</p>\n<p><strong>cp_answered:</strong> answered calls</p>\n<p><strong>cp_transfered:</strong> calls transferred to call center (virtual attendant campaigns)</p>\n<p><strong>cp_madel:</strong> 1 yes 0 no - if model</p>\n<h2 id=\"codes-and-examples\">Codes and examples</h2>\n<p>EndFragment</p>\n","urlObject":{"protocol":"https","path":["api","v2","GetCampaignsList"],"host":["vox","velip","com","br"],"query":[],"variable":[]}},"response":[{"id":"32042c50-23aa-432d-9174-b2e27ca5baf3","name":"Auth by Json Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"tsid\":\"AER23OMUtqgd8GZmSrI4\"}","options":{"raw":{"language":"json"}}},"url":"{{VOX}}/api/v2/GetCampaignsList"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 28 Feb 2021 12:37:16 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.8"},{"key":"X-Powered-By","value":"PHP/7.4.8"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"return\": {\n        \"status\": \"OK\",\n        \"status_code\": \"0\"\n    },\n    \"campaigns\": [\n        {\n            \"cp_id\": \"210580\",\n            \"cp_name\": \"API_json_2_2021_02_26_15_45_10\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2021-02-23\",\n            \"cp_date_end\": \"2021-02-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"10:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"210579\",\n            \"cp_name\": \"Teste JRA EXTRA1 a 4\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2021-02-23\",\n            \"cp_date_end\": \"2021-02-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"10:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"210578\",\n            \"cp_name\": \"API_json_2_2021_02_26_15_38_30\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2021-02-23\",\n            \"cp_date_end\": \"2021-02-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"10:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"210577\",\n            \"cp_name\": \"API_file_2_2021_02_26_11_27_18\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2021-02-23\",\n            \"cp_date_end\": \"2021-02-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"10:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"210576\",\n            \"cp_name\": \"API_json_2_2021_02_26_11_15_35\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2021-02-23\",\n            \"cp_date_end\": \"2021-02-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"10:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"210575\",\n            \"cp_name\": \"API_json_2_2021_02_26_11_11_38\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2021-02-23\",\n            \"cp_date_end\": \"2021-02-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"10:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"210574\",\n            \"cp_name\": \"Teste JRA EXTRA1 a 4\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2021-02-23\",\n            \"cp_date_end\": \"2021-02-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"10:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"210573\",\n            \"cp_name\": \"Teste JRA EXTRA1 a 4\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2021-02-23\",\n            \"cp_date_end\": \"2021-02-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"10:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"210572\",\n            \"cp_name\": \"Teste JRA EXTRA1 a 4\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2021-02-23\",\n            \"cp_date_end\": \"2021-02-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"10:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"210552\",\n            \"cp_name\": \"Teste de DTMF\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2020-06-10\",\n            \"cp_date_end\": \"2020-06-10\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"2\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"210551\",\n            \"cp_name\": \"Teste Confirma reproduz e encerra\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2021-02-23\",\n            \"cp_date_end\": \"2021-02-25\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"10:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"210550\",\n            \"cp_name\": \"Teste Valida\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2020-06-08\",\n            \"cp_date_end\": \"2020-06-08\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"209517\",\n            \"cp_name\": \"Teste JRA Cel nome extra1 extra2 codcli\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2020-04-07\",\n            \"cp_date_end\": \"2020-04-07\",\n            \"cp_time_start\": \"07:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"1\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"0\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"209516\",\n            \"cp_name\": \"Teste JRA EXTRA1 a 4\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2020-04-07\",\n            \"cp_date_end\": \"2020-04-07\",\n            \"cp_time_start\": \"07:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"1\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"0\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"207264\",\n            \"cp_name\": \"Demo Voicer com Transferência\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2020-02-11\",\n            \"cp_date_end\": \"2020-02-11\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"0\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"1\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"0\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"203022\",\n            \"cp_name\": \"Teste Transf\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-11-22\",\n            \"cp_date_end\": \"2019-11-22\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"0\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"1\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"0\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"203021\",\n            \"cp_name\": \"Teste Velip\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-11-22\",\n            \"cp_date_end\": \"2019-11-22\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"1\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"1\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"202890\",\n            \"cp_name\": \"TESTE Cochicho com Fernanda\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-11-20\",\n            \"cp_date_end\": \"2019-11-20\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"23:55\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"5\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"1\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"202889\",\n            \"cp_name\": \"TESTE Cochicho\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-11-20\",\n            \"cp_date_end\": \"2019-11-20\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"23:55\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"5\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"1\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"202888\",\n            \"cp_name\": \"TESTE Cochicho\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-11-20\",\n            \"cp_date_end\": \"2019-11-20\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"23:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"5\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"1\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"202887\",\n            \"cp_name\": \"TESTE Cochicho\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-11-20\",\n            \"cp_date_end\": \"2019-11-20\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"23:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"5\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"1\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"202886\",\n            \"cp_name\": \"TESTE JRA cochicho\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-11-20\",\n            \"cp_date_end\": \"2019-11-20\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"5\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"1\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"202885\",\n            \"cp_name\": \"TESTE  Cochicho\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-11-20\",\n            \"cp_date_end\": \"2019-11-20\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"5\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"1\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"202884\",\n            \"cp_name\": \"TESTE Cochicho\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-11-20\",\n            \"cp_date_end\": \"2019-11-20\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"5\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"0\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"202614\",\n            \"cp_name\": \"Teste Velip\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-11-14\",\n            \"cp_date_end\": \"2019-11-14\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"1\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"1\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"202613\",\n            \"cp_name\": \"Teste Velip\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-11-14\",\n            \"cp_date_end\": \"2019-11-14\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"1\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"0\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"202612\",\n            \"cp_name\": \"Teste Velip\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-11-14\",\n            \"cp_date_end\": \"2019-11-14\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"1\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"0\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"202608\",\n            \"cp_name\": \"Teste Velip\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-11-14\",\n            \"cp_date_end\": \"2019-11-14\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"1\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"1\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"202607\",\n            \"cp_name\": \"Teste Velip\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-11-14\",\n            \"cp_date_end\": \"2019-11-14\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"1\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"1\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"202606\",\n            \"cp_name\": \"Teste Velip\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-11-14\",\n            \"cp_date_end\": \"2019-11-14\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"1\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"1\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"202601\",\n            \"cp_name\": \"Teste Velip\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-11-14\",\n            \"cp_date_end\": \"2019-11-14\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"1\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"1\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"202595\",\n            \"cp_name\": \"Teste Velip\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-11-14\",\n            \"cp_date_end\": \"2019-11-14\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"1\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"1\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"200056\",\n            \"cp_name\": \"Teste JRA e outros EXTRA1 a 4\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-24\",\n            \"cp_date_end\": \"2019-10-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"23:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"4\",\n            \"cp_answered\": \"2\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"200055\",\n            \"cp_name\": \"Teste JRA e outros EXTRA1 a 4\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-24\",\n            \"cp_date_end\": \"2019-10-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"23:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"200049\",\n            \"cp_name\": \"Teste JRA Cel nome extra1 extra2 codcli\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-24\",\n            \"cp_date_end\": \"2019-10-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"200048\",\n            \"cp_name\": \"TESTE CEL MARILZA\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-24\",\n            \"cp_date_end\": \"2019-10-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"200037\",\n            \"cp_name\": \"Teste JRA Cel nome extra1 extra2 codcli\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-24\",\n            \"cp_date_end\": \"2019-10-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"200036\",\n            \"cp_name\": \"TESTE CEL MARILZA\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-24\",\n            \"cp_date_end\": \"2019-10-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"199933\",\n            \"cp_name\": \"Teste de NOMES EXTRA1 e EXTRA2 com nomes padrões\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-24\",\n            \"cp_date_end\": \"2019-10-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"10\",\n            \"cp_made\": \"4\",\n            \"cp_answered\": \"2\",\n            \"cp_transfered\": \"0\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"199892\",\n            \"cp_name\": \"Teste de NOMES EXTRA1 e EXTRA2 com nomes padrões\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-23\",\n            \"cp_date_end\": \"2019-10-23\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"23:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"199891\",\n            \"cp_name\": \"Teste de NOMES EXTRA1 e EXTRA2 com nomes padrões\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-23\",\n            \"cp_date_end\": \"2019-10-23\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"23:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"199508\",\n            \"cp_name\": \"teste\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-21\",\n            \"cp_date_end\": \"2019-10-21\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"10:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"198302\",\n            \"cp_name\": \"Teste JRA e outros EXTRA1 a 4\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-08\",\n            \"cp_date_end\": \"2019-10-08\",\n            \"cp_time_start\": \"00:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"3\",\n            \"cp_answered\": \"3\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"198298\",\n            \"cp_name\": \"Teste JRA e outros EXTRA1 a 4\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-08\",\n            \"cp_date_end\": \"2019-10-08\",\n            \"cp_time_start\": \"00:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"3\",\n            \"cp_answered\": \"2\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"198272\",\n            \"cp_name\": \"Teste JRA EXTRA1 a 4\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-08\",\n            \"cp_date_end\": \"2019-10-08\",\n            \"cp_time_start\": \"00:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"198269\",\n            \"cp_name\": \"Teste JRA e outros EXTRA1 a 4\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-08\",\n            \"cp_date_end\": \"2019-10-08\",\n            \"cp_time_start\": \"00:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"3\",\n            \"cp_answered\": \"3\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"198263\",\n            \"cp_name\": \"Teste JRA e outros EXTRA1 a 4\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-08\",\n            \"cp_date_end\": \"2019-10-08\",\n            \"cp_time_start\": \"00:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"3\",\n            \"cp_answered\": \"3\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"198255\",\n            \"cp_name\": \"Teste JRA EXTRA1 a 4\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-08\",\n            \"cp_date_end\": \"2019-10-08\",\n            \"cp_time_start\": \"00:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"198240\",\n            \"cp_name\": \"Teste JRA e outros EXTRA1 a 4\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-08\",\n            \"cp_date_end\": \"2019-10-08\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"3\",\n            \"cp_answered\": \"3\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"198194\",\n            \"cp_name\": \"Teste JRA e outros EXTRA1 a 4\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-08\",\n            \"cp_date_end\": \"2019-10-08\",\n            \"cp_time_start\": \"00:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"5\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"198193\",\n            \"cp_name\": \"Teste JRA e outros EXTRA1 a 4\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-08\",\n            \"cp_date_end\": \"2019-10-08\",\n            \"cp_time_start\": \"00:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"3\",\n            \"cp_answered\": \"2\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"198192\",\n            \"cp_name\": \"Teste JRA EXTRA1 a 4\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-07\",\n            \"cp_date_end\": \"2019-10-07\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"198191\",\n            \"cp_name\": \"Teste JRA e outros EXTRA1 a 4\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-07\",\n            \"cp_date_end\": \"2019-10-07\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"3\",\n            \"cp_answered\": \"3\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"198190\",\n            \"cp_name\": \"Teste JRA e outros EXTRA1 a 4\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-07\",\n            \"cp_date_end\": \"2019-10-07\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"3\",\n            \"cp_answered\": \"3\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"198189\",\n            \"cp_name\": \"Teste JRA EXTRA1 a 4\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-07\",\n            \"cp_date_end\": \"2019-10-07\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"198117\",\n            \"cp_name\": \"Teste de TTS Polly com NOME\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-07\",\n            \"cp_date_end\": \"2019-10-07\",\n            \"cp_time_start\": \"00:01\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"198116\",\n            \"cp_name\": \"Teste de NOMES EXTRA1 e EXTRA2 com nomes padrões\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-10-06\",\n            \"cp_date_end\": \"2019-10-06\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"4\",\n            \"cp_answered\": \"2\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"197338\",\n            \"cp_name\": \"Teste de NOMES EXTRA1 e EXTRA2 com nomes padrões\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-09-29\",\n            \"cp_date_end\": \"2019-09-29\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"4\",\n            \"cp_answered\": \"2\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"197196\",\n            \"cp_name\": \"TESTE CEL MARILZA\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-09-27\",\n            \"cp_date_end\": \"2019-09-27\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"194364\",\n            \"cp_name\": \"teste\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-08-29\",\n            \"cp_date_end\": \"2019-08-29\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"194320\",\n            \"cp_name\": \"Teste JRA Cel nome extra1 extra2 codcli\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-08-28\",\n            \"cp_date_end\": \"2019-08-28\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"194319\",\n            \"cp_name\": \"Teste JRA Cel nome extra1 extra2 codcli\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-08-28\",\n            \"cp_date_end\": \"2019-08-28\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"194318\",\n            \"cp_name\": \"Teste JRA Cel nome extra1 extra2 codcli\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-08-28\",\n            \"cp_date_end\": \"2019-08-28\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"194317\",\n            \"cp_name\": \"Teste JRA TTS Indiv\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-08-28\",\n            \"cp_date_end\": \"2019-08-28\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"194316\",\n            \"cp_name\": \"Teste de TTS JRA 3\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-08-28\",\n            \"cp_date_end\": \"2019-08-28\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"194315\",\n            \"cp_name\": \"Teste de TTS JRA 2\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-08-28\",\n            \"cp_date_end\": \"2019-08-28\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"194313\",\n            \"cp_name\": \"Teste de TTS JRA\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-08-28\",\n            \"cp_date_end\": \"2019-08-28\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"190771\",\n            \"cp_name\": \"CONTATOS MAQUINA_BV\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-07-24\",\n            \"cp_date_end\": \"2019-07-24\",\n            \"cp_time_start\": \"19:45\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"16\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"44\",\n            \"cp_answered\": \"6\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"190712\",\n            \"cp_name\": \"TESTE VELIP TODOS\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-07-24\",\n            \"cp_date_end\": \"2019-07-24\",\n            \"cp_time_start\": \"11:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"6\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"6\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"190711\",\n            \"cp_name\": \"TESTE VELIP TODOS\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-07-24\",\n            \"cp_date_end\": \"2019-07-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"6\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"6\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"182439\",\n            \"cp_name\": \"TESTE TTS\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-04-22\",\n            \"cp_date_end\": \"2019-04-22\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"10:00\",\n            \"cp_destinations\": \"6\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"182432\",\n            \"cp_name\": \"Teste velip\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-04-22\",\n            \"cp_date_end\": \"2019-04-22\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"10:00\",\n            \"cp_destinations\": \"2\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"181568\",\n            \"cp_name\": \"Teste de  envios lote\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-04-10\",\n            \"cp_date_end\": \"2019-04-10\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"397\",\n            \"cp_lig_min\": \"5\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1588\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"180940\",\n            \"cp_name\": \"Teste velip\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-03-27\",\n            \"cp_date_end\": \"2019-03-27\",\n            \"cp_time_start\": \"17:50\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"2\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"1\",\n            \"cp_made\": \"2\",\n            \"cp_answered\": \"2\",\n            \"cp_transfered\": \"1\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"180344\",\n            \"cp_name\": \"Teste JRA AMD\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-03-07\",\n            \"cp_date_end\": \"2019-03-07\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"08:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"179948\",\n            \"cp_name\": \"Teste BK regianal DDD 85 e 88\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-02-18\",\n            \"cp_date_end\": \"2019-02-18\",\n            \"cp_time_start\": \"19:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"179947\",\n            \"cp_name\": \"Teste BK regianal DDD 85 e 88\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-02-18\",\n            \"cp_date_end\": \"2019-02-18\",\n            \"cp_time_start\": \"19:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"3\",\n            \"cp_answered\": \"2\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"179946\",\n            \"cp_name\": \"Teste BK regianal DDD 85 e 88\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-02-18\",\n            \"cp_date_end\": \"2019-02-18\",\n            \"cp_time_start\": \"19:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"179945\",\n            \"cp_name\": \"Teste BK regianal DDD 85 e 88\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-02-18\",\n            \"cp_date_end\": \"2019-02-18\",\n            \"cp_time_start\": \"19:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"179943\",\n            \"cp_name\": \"Teste BK regianal DDD 85 e 88\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-02-18\",\n            \"cp_date_end\": \"2019-02-18\",\n            \"cp_time_start\": \"19:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"179942\",\n            \"cp_name\": \"Teste BK regianal DDD 85 e 88\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-02-18\",\n            \"cp_date_end\": \"2019-02-18\",\n            \"cp_time_start\": \"19:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"3\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"179940\",\n            \"cp_name\": \"Teste BK regianal DDD 85 e 88\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-02-18\",\n            \"cp_date_end\": \"2019-02-18\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"3\",\n            \"cp_answered\": \"2\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"179568\",\n            \"cp_name\": \"exemplo2\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-02-05\",\n            \"cp_date_end\": \"2019-02-05\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"179374\",\n            \"cp_name\": \"Teste Herbert\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-01-30\",\n            \"cp_date_end\": \"2019-01-30\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"179372\",\n            \"cp_name\": \"Teste Herbert\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-01-30\",\n            \"cp_date_end\": \"2019-01-30\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"178576\",\n            \"cp_name\": \"exemplo_destinos\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2019-01-02\",\n            \"cp_date_end\": \"2019-01-02\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"2\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177624\",\n            \"cp_name\": \"CAMPANHA MODELO\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-11-12\",\n            \"cp_date_end\": \"2018-11-12\",\n            \"cp_time_start\": \"11:20\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"2\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177621\",\n            \"cp_name\": \"TESTE DE MULTIPLOS DESTINOS\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-11-12\",\n            \"cp_date_end\": \"2018-11-12\",\n            \"cp_time_start\": \"10:50\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"4\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177603\",\n            \"cp_name\": \"Pasta1\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-11-08\",\n            \"cp_date_end\": \"2018-11-08\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177602\",\n            \"cp_name\": \"Pasta1\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-11-08\",\n            \"cp_date_end\": \"2018-11-08\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177601\",\n            \"cp_name\": \"Pasta1\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-11-08\",\n            \"cp_date_end\": \"2018-11-08\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177598\",\n            \"cp_name\": \"Base Teste Boa Vista\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-11-06\",\n            \"cp_date_end\": \"2018-11-06\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177597\",\n            \"cp_name\": \"Base Teste Boa Vista\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-11-06\",\n            \"cp_date_end\": \"2018-11-06\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177596\",\n            \"cp_name\": \"Teste Boa Vista\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-11-06\",\n            \"cp_date_end\": \"2018-11-06\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177595\",\n            \"cp_name\": \"Base Teste Boa Vista\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-11-06\",\n            \"cp_date_end\": \"2018-11-06\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177594\",\n            \"cp_name\": \"Base Teste Boa Vista\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-11-06\",\n            \"cp_date_end\": \"2018-11-06\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177593\",\n            \"cp_name\": \"Teste Boa Vista JRA\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-11-05\",\n            \"cp_date_end\": \"2018-11-05\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"22:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177592\",\n            \"cp_name\": \"Base Teste Boa Vista\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-11-05\",\n            \"cp_date_end\": \"2018-11-05\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177591\",\n            \"cp_name\": \"Base Teste Boa Vista\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-11-05\",\n            \"cp_date_end\": \"2018-11-05\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177590\",\n            \"cp_name\": \"Base Teste Boa Vista\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-11-05\",\n            \"cp_date_end\": \"2018-11-05\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177589\",\n            \"cp_name\": \"Teste HSR\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-11-05\",\n            \"cp_date_end\": \"2018-11-05\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177587\",\n            \"cp_name\": \"Bruna HSR\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-10-31\",\n            \"cp_date_end\": \"2018-10-31\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177585\",\n            \"cp_name\": \"Bruna Darwin Maior\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-10-30\",\n            \"cp_date_end\": \"2018-10-30\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177584\",\n            \"cp_name\": \"Bruna Darwin Menor\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-10-30\",\n            \"cp_date_end\": \"2018-10-30\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177583\",\n            \"cp_name\": \"Bruna Darwin Maior\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-10-29\",\n            \"cp_date_end\": \"2018-10-29\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177582\",\n            \"cp_name\": \"Bruna Darwin Maior\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-10-29\",\n            \"cp_date_end\": \"2018-10-29\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177581\",\n            \"cp_name\": \"Bruna Darwin Menor\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-10-29\",\n            \"cp_date_end\": \"2018-10-29\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177580\",\n            \"cp_name\": \"Bruna Darwin Maior\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-10-29\",\n            \"cp_date_end\": \"2018-10-29\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177579\",\n            \"cp_name\": \"Bruna Darwin Maior\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-10-29\",\n            \"cp_date_end\": \"2018-10-29\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177575\",\n            \"cp_name\": \"contatos\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-10-25\",\n            \"cp_date_end\": \"2018-10-25\",\n            \"cp_time_start\": \"16:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177574\",\n            \"cp_name\": \"contatos\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-10-25\",\n            \"cp_date_end\": \"2018-10-25\",\n            \"cp_time_start\": \"16:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177573\",\n            \"cp_name\": \"contatos\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-10-25\",\n            \"cp_date_end\": \"2018-10-25\",\n            \"cp_time_start\": \"16:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177572\",\n            \"cp_name\": \"contatos\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-10-25\",\n            \"cp_date_end\": \"2018-10-25\",\n            \"cp_time_start\": \"16:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177571\",\n            \"cp_name\": \"Celular Bruna\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-10-25\",\n            \"cp_date_end\": \"2018-10-25\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177570\",\n            \"cp_name\": \"Celular Bruna\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-10-25\",\n            \"cp_date_end\": \"2018-10-25\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177568\",\n            \"cp_name\": \"Base_Demo_Reunião_BoaVista_1\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-10-24\",\n            \"cp_date_end\": \"2018-10-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"3\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"4\",\n            \"cp_answered\": \"2\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177567\",\n            \"cp_name\": \"Base_Demo_Reunião_BoaVista\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-10-24\",\n            \"cp_date_end\": \"2018-10-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"2\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"2\",\n            \"cp_answered\": \"2\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177566\",\n            \"cp_name\": \"Base_Demo_Reunião_BoaVista\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-10-24\",\n            \"cp_date_end\": \"2018-10-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"2\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"2\",\n            \"cp_answered\": \"2\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177565\",\n            \"cp_name\": \"Base_Demo_Reunião_BoaVista\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-10-24\",\n            \"cp_date_end\": \"2018-10-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"2\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"2\",\n            \"cp_answered\": \"2\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177564\",\n            \"cp_name\": \"Base_BoaVista\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-10-24\",\n            \"cp_date_end\": \"2018-10-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"2\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"2\",\n            \"cp_answered\": \"2\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177563\",\n            \"cp_name\": \"Base_Demo_Reunião_BoaVista\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-10-24\",\n            \"cp_date_end\": \"2018-10-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"2\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"2\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177562\",\n            \"cp_name\": \"Base_BoaVista\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-10-24\",\n            \"cp_date_end\": \"2018-10-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"2\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"2\",\n            \"cp_answered\": \"2\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177561\",\n            \"cp_name\": \"Base_BoaVista\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-10-24\",\n            \"cp_date_end\": \"2018-10-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"2\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"2\",\n            \"cp_answered\": \"2\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177559\",\n            \"cp_name\": \"Teste Boa Vista\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-10-23\",\n            \"cp_date_end\": \"2018-10-23\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177538\",\n            \"cp_name\": \"contatos Movile\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-08-28\",\n            \"cp_date_end\": \"2018-08-28\",\n            \"cp_time_start\": \"16:00\",\n            \"cp_time_end\": \"17:00\",\n            \"cp_destinations\": \"10\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"11\",\n            \"cp_answered\": \"9\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"1\"\n        },\n        {\n            \"cp_id\": \"177537\",\n            \"cp_name\": \"CP_COB_JRCapassi\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-08-28\",\n            \"cp_date_end\": \"2018-08-28\",\n            \"cp_time_start\": \"12:00\",\n            \"cp_time_end\": \"12:40\",\n            \"cp_destinations\": \"2\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"2\",\n            \"cp_answered\": \"2\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177536\",\n            \"cp_name\": \"Teste VoiceBot - Contatos Movile\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-08-28\",\n            \"cp_date_end\": \"2018-08-28\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"10\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177531\",\n            \"cp_name\": \"Teste Herbert\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-08-24\",\n            \"cp_date_end\": \"2018-08-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"1\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"1\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177530\",\n            \"cp_name\": \"Teste JRA fixo SP REC\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-08-23\",\n            \"cp_date_end\": \"2018-08-23\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"23:30\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"1\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"1\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177528\",\n            \"cp_name\": \"Teste JRA fixo SP REC3\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-08-22\",\n            \"cp_date_end\": \"2018-08-22\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"23:30\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"1\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"1\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177527\",\n            \"cp_name\": \"Teste JRA fixo SP REC2\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-08-22\",\n            \"cp_date_end\": \"2018-08-22\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"23:30\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"1\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"0\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177526\",\n            \"cp_name\": \"Teste JRA fixo SP REC\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-08-22\",\n            \"cp_date_end\": \"2018-08-22\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"23:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"1\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"0\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177525\",\n            \"cp_name\": \"Teste JRA PA REC\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-08-22\",\n            \"cp_date_end\": \"2018-08-22\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"23:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"1\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"6\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177524\",\n            \"cp_name\": \"Teste Herbert\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-08-22\",\n            \"cp_date_end\": \"2018-08-22\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"1\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"0\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177523\",\n            \"cp_name\": \"Teste Herbert Simples 1\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-08-22\",\n            \"cp_date_end\": \"2018-08-22\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"2\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"0\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177522\",\n            \"cp_name\": \"Teste Herbert Simples 1\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-08-22\",\n            \"cp_date_end\": \"2018-08-22\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"2\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"0\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177515\",\n            \"cp_name\": \"Inteligência Artificial - Fatura\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-08-17\",\n            \"cp_date_end\": \"2018-08-17\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"2\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"1\"\n        },\n        {\n            \"cp_id\": \"177510\",\n            \"cp_name\": \"Teste Herbert Simples 1\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-08-14\",\n            \"cp_date_end\": \"2018-08-14\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177509\",\n            \"cp_name\": \"Teste Herbert Simples 1\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-08-14\",\n            \"cp_date_end\": \"2018-08-14\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177508\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-08-14\",\n            \"cp_date_end\": \"2018-08-14\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177485\",\n            \"cp_name\": \"Fixo_do_Alvaro_Baixo_1.csv\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-07-27\",\n            \"cp_date_end\": \"2018-07-27\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177476\",\n            \"cp_name\": \"Fixo do Alvaro - alto\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-07-25\",\n            \"cp_date_end\": \"2018-07-26\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177475\",\n            \"cp_name\": \"Fixo do Alvaro - medio\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-07-25\",\n            \"cp_date_end\": \"2018-07-26\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177474\",\n            \"cp_name\": \"Fixo do Alvaro - Baixo\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-07-25\",\n            \"cp_date_end\": \"2018-07-26\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177473\",\n            \"cp_name\": \"Celular Bruna\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-07-24\",\n            \"cp_date_end\": \"2018-07-24\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"14:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177472\",\n            \"cp_name\": \"Celular do Alvaro\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-07-23\",\n            \"cp_date_end\": \"2018-07-23\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177471\",\n            \"cp_name\": \"Celular do Alvaro\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-07-23\",\n            \"cp_date_end\": \"2018-07-23\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177470\",\n            \"cp_name\": \"Celular Bruna\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-07-23\",\n            \"cp_date_end\": \"2018-07-23\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177469\",\n            \"cp_name\": \"Fixo do Alvaro\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-07-20\",\n            \"cp_date_end\": \"2018-07-20\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177468\",\n            \"cp_name\": \"Fixo do Alvaro\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-07-20\",\n            \"cp_date_end\": \"2018-07-20\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177467\",\n            \"cp_name\": \"Fixo do Alvaro\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-07-20\",\n            \"cp_date_end\": \"2018-07-20\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177466\",\n            \"cp_name\": \"Fixo do Alvaro\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-07-20\",\n            \"cp_date_end\": \"2018-07-20\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177465\",\n            \"cp_name\": \"Fixo do Alvaro\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-07-20\",\n            \"cp_date_end\": \"2018-07-20\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177464\",\n            \"cp_name\": \"Mobi2Buy - Teste Aprovado\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-07-19\",\n            \"cp_date_end\": \"2018-07-19\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"10:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177463\",\n            \"cp_name\": \"Boa Vista - Teste Aprovado\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-07-19\",\n            \"cp_date_end\": \"2018-07-19\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177462\",\n            \"cp_name\": \"teste voicebot BV\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-07-18\",\n            \"cp_date_end\": \"2018-07-18\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177461\",\n            \"cp_name\": \"teste voicebot BV\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-07-18\",\n            \"cp_date_end\": \"2018-07-18\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177460\",\n            \"cp_name\": \"teste voicebot BV\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-07-18\",\n            \"cp_date_end\": \"2018-07-18\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177459\",\n            \"cp_name\": \"teste voicebot BV\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-07-18\",\n            \"cp_date_end\": \"2018-07-18\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177458\",\n            \"cp_name\": \"teste voicebot BV\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-07-18\",\n            \"cp_date_end\": \"2018-07-18\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177457\",\n            \"cp_name\": \"Celular Bruna\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-06-26\",\n            \"cp_date_end\": \"2018-06-26\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177456\",\n            \"cp_name\": \"Inteligência Artificial - Fatura\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-04-07\",\n            \"cp_date_end\": \"2018-04-07\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177455\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177454\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177453\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177452\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177451\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177450\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177449\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177448\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177447\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177446\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177445\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177444\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177443\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177442\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177441\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177440\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177439\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177438\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177437\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177436\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177435\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177434\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177432\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177431\",\n            \"cp_name\": \"Teste JRA fixo SP\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-03-24\",\n            \"cp_date_end\": \"2018-03-24\",\n            \"cp_time_start\": \"08:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177430\",\n            \"cp_name\": \"tESTE SIMPLES.csv\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-02-07\",\n            \"cp_date_end\": \"2018-02-07\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"16:50\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177429\",\n            \"cp_name\": \"Teste Herbert Simples 1.csv\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-02-07\",\n            \"cp_date_end\": \"2018-02-07\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"16:40\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177428\",\n            \"cp_name\": \"TESTE - CONFIRMAÇÃO \",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-31\",\n            \"cp_date_end\": \"2018-01-31\",\n            \"cp_time_start\": \"16:00\",\n            \"cp_time_end\": \"16:10\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177427\",\n            \"cp_name\": \"TESTE - CONFIRMAÇÃO \",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-31\",\n            \"cp_date_end\": \"2018-01-31\",\n            \"cp_time_start\": \"15:50\",\n            \"cp_time_end\": \"16:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177426\",\n            \"cp_name\": \"Bruna - Teste: Pergunta e Resposta\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-31\",\n            \"cp_date_end\": \"2018-01-31\",\n            \"cp_time_start\": \"10:20\",\n            \"cp_time_end\": \"11:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177425\",\n            \"cp_name\": \"Bruna - Teste: Áudio com Variáv.\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-31\",\n            \"cp_date_end\": \"2018-01-31\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177424\",\n            \"cp_name\": \"Bruna - Teste: Reenvia 10 min\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-31\",\n            \"cp_date_end\": \"2018-01-31\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"2\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177423\",\n            \"cp_name\": \"TESTE - CONFIRMAÇÃO \",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-30\",\n            \"cp_date_end\": \"2018-01-30\",\n            \"cp_time_start\": \"17:20\",\n            \"cp_time_end\": \"18:10\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177422\",\n            \"cp_name\": \"TESTE - CONFIRMAÇÃO \",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-30\",\n            \"cp_date_end\": \"2018-01-30\",\n            \"cp_time_start\": \"17:20\",\n            \"cp_time_end\": \"17:30\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177421\",\n            \"cp_name\": \"TESTE - CONFIRMAÇÃO \",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-30\",\n            \"cp_date_end\": \"2018-01-30\",\n            \"cp_time_start\": \"16:45\",\n            \"cp_time_end\": \"17:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177420\",\n            \"cp_name\": \"Teste Herbert_variavel.csv\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-30\",\n            \"cp_date_end\": \"2018-01-30\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177419\",\n            \"cp_name\": \"Teste Herbert_simples.csv\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-30\",\n            \"cp_date_end\": \"2018-01-30\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177418\",\n            \"cp_name\": \"simples.csv\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-29\",\n            \"cp_date_end\": \"2018-01-29\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177417\",\n            \"cp_name\": \"Celular Bruna\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-29\",\n            \"cp_date_end\": \"2018-01-29\",\n            \"cp_time_start\": \"15:00\",\n            \"cp_time_end\": \"16:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177416\",\n            \"cp_name\": \"Celular Bruna\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-29\",\n            \"cp_date_end\": \"2018-01-29\",\n            \"cp_time_start\": \"15:00\",\n            \"cp_time_end\": \"16:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177415\",\n            \"cp_name\": \"Celular Bruna\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-29\",\n            \"cp_date_end\": \"2018-01-29\",\n            \"cp_time_start\": \"15:00\",\n            \"cp_time_end\": \"16:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177414\",\n            \"cp_name\": \"Teste Herbert Pergunta e Resposta\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-29\",\n            \"cp_date_end\": \"2018-01-29\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177413\",\n            \"cp_name\": \"Teste Herbert Simples\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-29\",\n            \"cp_date_end\": \"2018-01-29\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"16:50\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177412\",\n            \"cp_name\": \"Teste Herbert variavel\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-29\",\n            \"cp_date_end\": \"2018-01-29\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"16:50\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177411\",\n            \"cp_name\": \"Teste Herbert modelo variavel\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-29\",\n            \"cp_date_end\": \"2018-01-29\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177410\",\n            \"cp_name\": \"Teste Herbert - modelo variavel\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-29\",\n            \"cp_date_end\": \"2018-01-29\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177409\",\n            \"cp_name\": \"Teste base JRA JRK Cel\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-19\",\n            \"cp_date_end\": \"2018-01-19\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"2\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"2\",\n            \"cp_answered\": \"2\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177408\",\n            \"cp_name\": \"Teste base JRA JRK Cel\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-19\",\n            \"cp_date_end\": \"2018-01-19\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"2\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"2\",\n            \"cp_answered\": \"2\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177407\",\n            \"cp_name\": \"Teste Herbert\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-15\",\n            \"cp_date_end\": \"2018-01-15\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177406\",\n            \"cp_name\": \"Teste Herbert 12-01\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-12\",\n            \"cp_date_end\": \"2018-01-12\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177405\",\n            \"cp_name\": \"Teste Herbert 11- 01\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-11\",\n            \"cp_date_end\": \"2018-01-11\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177404\",\n            \"cp_name\": \"Teste Herbert\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-10\",\n            \"cp_date_end\": \"2018-01-10\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177403\",\n            \"cp_name\": \"Teste Herbert\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-09\",\n            \"cp_date_end\": \"2018-01-09\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177402\",\n            \"cp_name\": \"Teste Herbert\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2018-01-09\",\n            \"cp_date_end\": \"2018-01-09\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177401\",\n            \"cp_name\": \"Teste base JRA JRK Cel\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2017-12-01\",\n            \"cp_date_end\": \"2017-12-01\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"2\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"2\",\n            \"cp_answered\": \"2\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"177400\",\n            \"cp_name\": \"Celular Bruna\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2017-12-01\",\n            \"cp_date_end\": \"2017-12-01\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        }\n    ]\n}"},{"id":"47e4fe0e-6643-486e-8d35-6b4109c94129","name":"Auth by  Bearer Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"maxreg\": \"10\",\"search\":\"teste\"}","options":{"raw":{"language":"json"}}},"url":"https://vox.velip.com.br/api/v2/GetCampaignsList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Mar 2021 21:43:01 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.12"},{"key":"X-Powered-By","value":"PHP/7.4.12"},{"key":"Content-Length","value":"3590"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"return\": {\n        \"status\": \"OK\",\n        \"status_code\": \"0\"\n    },\n    \"campaigns\": [\n        {\n            \"cp_id\": \"473930\",\n            \"cp_name\": \"Teste de CallerId\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"Envio SMS teste webhook\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2021-02-11\",\n            \"cp_date_end\": \"2021-02-11\",\n            \"cp_time_start\": \"16:10\",\n            \"cp_time_end\": \"20:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"469665\",\n            \"cp_name\": \"Teste Murilo\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"Envio SMS teste webhook\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2021-01-28\",\n            \"cp_date_end\": \"2021-01-28\",\n            \"cp_time_start\": \"17:41\",\n            \"cp_time_end\": \"17:45\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"469644\",\n            \"cp_name\": \"Teste Murilo\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"Envio SMS teste webhook\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2021-01-28\",\n            \"cp_date_end\": \"2021-01-28\",\n            \"cp_time_start\": \"16:10\",\n            \"cp_time_end\": \"16:20\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"468915\",\n            \"cp_name\": \"Teste Sessão\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2021-01-26\",\n            \"cp_date_end\": \"2021-01-26\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"1\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"0\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"468908\",\n            \"cp_name\": \"Teste base cdcsid\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2021-01-26\",\n            \"cp_date_end\": \"2021-01-26\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"1\",\n            \"cp_made\": \"0\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"0\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"467949\",\n            \"cp_name\": \"Base-teste_Callcenter\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2021-01-22\",\n            \"cp_date_end\": \"2021-01-22\",\n            \"cp_time_start\": \"18:25\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"49\",\n            \"cp_lig_min\": \"10\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"49\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"467927\",\n            \"cp_name\": \"Base-teste_Callcenter\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2021-01-22\",\n            \"cp_date_end\": \"2021-01-22\",\n            \"cp_time_start\": \"17:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"49\",\n            \"cp_lig_min\": \"10\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"98\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"467923\",\n            \"cp_name\": \"Base-teste_Callcenter\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2021-01-22\",\n            \"cp_date_end\": \"2021-01-22\",\n            \"cp_time_start\": \"16:35\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"49\",\n            \"cp_lig_min\": \"10\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"49\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"467918\",\n            \"cp_name\": \"Base-teste_Callcenter\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"0\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2021-01-22\",\n            \"cp_date_end\": \"2021-01-22\",\n            \"cp_time_start\": \"16:15\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"49\",\n            \"cp_lig_min\": \"10\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"49\",\n            \"cp_answered\": \"0\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        },\n        {\n            \"cp_id\": \"464919\",\n            \"cp_name\": \"Base teste EUA\",\n            \"cp_ctid\": \"null\",\n            \"cp_group \": \"null\",\n            \"cp_active \": \"1\",\n            \"cp_ontime \": \"0\",\n            \"cp_date_start\": \"2021-01-13\",\n            \"cp_date_end\": \"2021-01-13\",\n            \"cp_time_start\": \"09:00\",\n            \"cp_time_end\": \"21:00\",\n            \"cp_destinations\": \"1\",\n            \"cp_lig_min\": \"max\",\n            \"cp_pas\": \"null\",\n            \"cp_made\": \"1\",\n            \"cp_answered\": \"1\",\n            \"cp_transfered\": \"null\",\n            \"cp_model\": \"0\"\n        }\n    ]\n}"}],"_postman_id":"fa49cb9b-396e-4e92-a4bb-849aab34c145"},{"name":"CreateAudioFile","id":"0bf02ef5-95bd-40a6-a158-33322063c289","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"{{SenhaTeste}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"text\":\"Esté é um teste de geração de áudio\",\"ttswrt\":\"1\",\"voice\":\"MS|pt-BR-FranciscaNeural\",\"name\":\"Teste de Áudio\", \"encoding\":\"\"}","options":{"raw":{"language":"json"}}},"url":"https://vox.velip.com.br/api/v2/CreateAudioFile","description":"<h2>Description</h2>StartFragmentDescription\n\n<p>The CreateAudioFile API is for creating via TTS or uploading audios to be used in any of our services, such as voice messages, answering robots, cloud call center and digital humans. For example, if you have a batch send and you have an audio from a speaker, you can send that audio through CreateAudioFile and CreateCampaing using the ID of that audio. Audio upload or text audio generation (TTS) can also be processed, without any integration, directly from the control panel.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<ul>\n<li><strong>General parameters for TTS and UPLOAD:</strong></li>\n</ul>\n<p><strong>name</strong> = [Optional : Audio nickname that will appear in the list with up to 50 characters. Not necessarily the file name]</p>\n<p><strong>expires</strong> = [date in YYYY:MM:DD format. At the beginning of each day, audio from lower dates will be deleted]</p>\n<p>If not informed, the system assumes 3 months from the creation date. When generating audios for tests via a text (TTS) this parameter has no value. When you want to accept the text/audio (ttswrt=1) the “expires” value can be informed according to your usage time forecast or it will assume the default 3 months.</p>\n<p><strong>mp3</strong> = [Optional:  If you are not going to use the generated mp3 to listen to the audio, use mp3=NO and the generation speed will increase]</p>\n<p><strong>ttswrt</strong> = [After testing and verifying that the audio is good, it is necessary to generate it again with this parameter equal to 1. If generated with ttswrt blank or different from 1, the audio will be for test listening only and cannot be used in the services]</p>\n<ul>\n<li><strong>TTS Parameters</strong></li>\n</ul>\n<p><strong>text</strong> = [text of audio with charset = utf-8] encoding = [Optional: UTF-8 / ASCII / ISO-8859-1 – If not sent, assume the text is in the UTF-8 standard. If using JSON to forward, UTF-8 is mandatory. Some functions like Curl usually convert to utf-8 automatically, so converting words from pt-BR to UTF-8 and then sending them to Curl can generate errors. If it's already ISO-8892, send it in ISO-8892 and let Curl convert.]</p>\n<p><strong>voice</strong> = [Optional – Below is a table with the voices]</p>\n<ul>\n<li><strong>UPLOAD Parameters</strong></li>\n</ul>\n<p> </p>\n<p><strong>audio64</strong> = [audio file in audio64 format sent in JSON or POST parameter]</p>\n<p>or</p>\n<p><strong>audio</strong> = [audio file uploaded by UPLOAD (multipart/form-data)]</p>\n<p>If this method is chosen, the file must be uploaded by UPLOAD (multipart/form-data).</p>\n<p>If it were an html form it would be:</p>\n<h2 id=\"return\">Return</h2>\n<p><strong>cdw_file:</strong> Audio ID</p>\n<p><strong>cdw_file_test:</strong> Audio ID when ttswrt is different from 1. To hear if the TTS is correct eg.</p>\n<p><strong>cdw_name:</strong> Audio name</p>\n<p><strong>cdw_sec:</strong> Audio duration in seconds</p>\n<p><strong>cdw_expires:</strong> Audio expiration date</p>\n<p><strong>cdw_type:</strong> Generation type. tts or upload.</p>\n<h2 id=\"codes-and-examples\">Codes and examples</h2>\n<p>EndFragment</p>\n","urlObject":{"protocol":"https","path":["api","v2","CreateAudioFile"],"host":["vox","velip","com","br"],"query":[],"variable":[]}},"response":[{"id":"617a709d-a11a-46ef-be66-d66b7947cf27","name":"Texto pre encolding utf-8","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"text\":\"Este Ã© um teste de geraÃ§Ã£o de Ã¡udio\",\"ttswrt\":\"1\",\"voice\":\"MS|pt-BR-FranciscaNeural\",\"name\":\"teste de Ã¡udio\", \"encoding\":\"2UTF-8\"}","options":{"raw":{"language":"json"}}},"url":"{{VOX}}/api/v2/CreateAudioFile"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 28 Feb 2021 20:11:05 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.8"},{"key":"X-Powered-By","value":"PHP/7.4.8"},{"key":"Content-Length","value":"195"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"return\": {\n        \"status\": \"OK\",\n        \"status_code\": \"0\",\n        \"cdw_file\": \"tf187533254\",\n        \"cdw_file_test\": \"tf187533254\",\n        \"cdw_name\": \"teste de áudio\",\n        \"cdw_sec \": \"3.0\",\n        \"cdw_expires \": \"2026-02-28\",\n        \"cdw_type \": \"tts\"\n    }\n}"},{"id":"73f6605f-652c-4406-b600-8af991311a7e","name":"Upload file","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"audio","type":"file","src":"ercag9cgZ/tf187515162.mp3"}],"options":{"raw":{"language":"json"}}},"url":"{{VOX}}/api/v2/CreatAudioFile"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Mar 2021 00:47:32 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.8"},{"key":"X-Powered-By","value":"PHP/7.4.8"},{"key":"Content-Length","value":"194"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"return\": {\n        \"status\": \"OK\",\n        \"status_code\": \"0\",\n        \"cdw_file\": \"tf187533344\",\n        \"cdw_file_test\": \"tf187533344\",\n        \"cdw_name\": \"tf187515162.mp3\",\n        \"cdw_sec \": \"1.8\",\n        \"cdw_expires \": \"2021-03-01\",\n        \"cdw_type \": \"upload\"\n    }\n}"}],"_postman_id":"0bf02ef5-95bd-40a6-a158-33322063c289"},{"name":"PlayAudioFile","id":"740b77e4-6051-49e3-b5f5-049fcaa31fae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"{{SenhaTeste}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://vox.velip.com.br/api/v2/PlayAudioFile?tsid&cdw_file=tf187515162","description":"<p>StartFragment</p>\n<h2 id=\"description\">Description</h2>\n<p>The PlayAudioFile API returns an audio for playback or file. Can be used as an audio URL. Returns in mp3 format</p>\n<h2 id=\"parameters\">Parameters</h2>\n<p><strong>cdw_file</strong> = [ID of audio to return]</p>\n<p>or</p>\n<p><strong>cdw_file_test</strong> = [ID of test audio generated by CreateAudioFile to check if the TTS is correct]</p>\n<p><strong>noheader</strong> = [Optional – yes to not send headers on return]</p>\n<p>Note: If you need to use it as a URL for some player directly, without going through an intermediary server, you must use in conjunction cpm GetUserID to generate a token(tsid) and this token will be sent in the URL parameters together with the cdw_file.</p>\n<p>Eg: <a href=\"https://vox.velip.com.br/api/v2/CreateAudioFile?tsid=123abcd456&amp;cdw_file=tf123456\">https://vox.velip.com.br/api/v2/CreateAudioFile?</a></p>\n<p><a href=\"https://vox.velip.com.br/api/v2/CreateAudioFile?tsid=123abcd456&amp;cdw_file=tf123456\">tsid=123abcd456</a></p>\n<p><a href=\"https://vox.velip.com.br/api/v2/CreateAudioFile?tsid=123abcd456&amp;cdw_file=tf123456\">&amp;cdw_file=tf123456</a></p>\n<h2 id=\"return\">Return</h2>\n<p>Audio return in mp3</p>\n<p>With Header: </p>\n<p>\"Content-Type: audio/mpeg\"</p>\n<p>If any error -&gt; HTTP status: 401 and JSON with status and status_cod</p>\n<h2 id=\"codes-and-samples\">Codes and samples</h2>\n<p>EndFragment</p>\n","urlObject":{"protocol":"https","path":["api","v2","PlayAudioFile"],"host":["vox","velip","com","br"],"query":[{"key":"tsid","value":null},{"key":"cdw_file","value":"tf187515162"}],"variable":[]}},"response":[],"_postman_id":"740b77e4-6051-49e3-b5f5-049fcaa31fae"},{"name":"GetAudiosList","id":"cebe9ff1-22bf-4a4a-89d2-e4575b4ca074","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"{{SenhaTeste}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://vox.velip.com.br/api/v2/GetAudiosList","description":"<p>StartFragment</p>\n<h2 id=\"description\">Description</h2>\n<p>The GetAudiosList API returns a listing of the audios available on the platform.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<p><strong>maxreg</strong> = [Opcional - número de registros retornados. If not informed, limit to 100. For no limits, put 0 (zero)]</p>\n<p><strong>type</strong> = [Optional – If you want to filter by tts/uplaod/rec]</p>\n<p><strong>search</strong> = [Optional - Search on name or by audio ID]</p>\n<h2 id=\"return\">Return</h2>\n<p><strong>cdw_file:</strong> Audio ID</p>\n<p><strong>cdw_name:</strong> Audio name:</p>\n<p><strong>cdw_sec:</strong> Audio duration in seconds</p>\n<p><strong>cdw_date:</strong> Audio creation date</p>\n<p><strong>cdw_expires:</strong> Audio Expiration Date</p>\n<p><strong>cdw_type:</strong> Generation type. tts/upload/rec.</p>\n<h2 id=\"codes-and-examples\">Codes and examples</h2>\n<p>EndFragment</p>\n","urlObject":{"protocol":"https","path":["api","v2","GetAudiosList"],"host":["vox","velip","com","br"],"query":[],"variable":[]}},"response":[],"_postman_id":"cebe9ff1-22bf-4a4a-89d2-e4575b4ca074"},{"name":"CreateDestinationBase","id":"649bd969-998d-4539-85fa-e5e0901e219a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"{{SenhaTeste}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"name\":\"210551\",\"ctid\":\"123456\",\"datajson\":[ [\"11 98442-1414\",\"José Roberto\",\"4544568\",\"R$30,00\",\"40\",\"cartao\" ] , [ \"19 96539-2325\",\"Pedro Antônio\",\"8542875\",\"R$45,00\",\"20\",\"débito\" ] , [ \"11 3245-2020\",\"Maria José \",\"3256485\",\"R$76,00\",\"60\",\"carnê\" ] ]}","options":{"raw":{"language":"json"}}},"url":"https://vox.velip.com.br/api/v2/CreateDestinationBase","description":"<p>StartFragment</p>\n<h2 id=\"description\">Description</h2>\n<p>The CreateDestinationBase API creates a destination base for batch shipping. This function can also be performed from the control panel <a href=\"https://velip.com.br/\">https://velip.com.br</a></p>\n<p>The CreateCampaign batch campaign generation API can also generate the target base simultaneously with campaign scheduling.</p>\n<p>The purpose of this API CreateDestinationBase is when you need to generate in separate processes the destination base for later use, for example.</p>\n<p>Destinations can be entered:</p>\n<ul>\n<li>by JSON in the body of the request</li>\n<li>per file containing the JSON</li>\n<li>per CSVO file.<br />The maximum number recommended for batch send (campaign) is 500,000 destinations.</li>\n</ul>\n<h2 id=\"parameters\">Parameters</h2>\n<ul>\n<li><strong>Parameters common to any mode of base sending:</strong></li>\n</ul>\n<p>name = [optional- Nickname that will be shown in the listings].</p>\n<p>ctid = [optional - unique ID of the client for self-identification].</p>\n<ul>\n<li><strong>Parameters for the destination base (phone number, name, cpf, etc):</strong></li>\n</ul>\n<p>Use one of the possibilities to route the destinations.</p>\n<p><strong>datajson</strong> = [Data in JSON with the destinations].</p>\n<p>or</p>\n<p>By file upload If this method is chosen, the file must be uploaded (multipart/form-data).</p>\n<p>The **filename should be with the suffix (CSV,JSON,TXT).  </p>\n<p><strong>If</strong> it were an html form it would be:</p>\n<ul>\n<li>Destination JSON details:</li>\n</ul>\n<p>For each destination you can enter the following data:</p>\n<p><strong>NUMBER, NAME, CODCLI, EXTRA1, EXTRA2 e EXTRA3</strong></p>\n<p>This data is used to trigger the call to the NUMBER as well as to identify the destination through one or more Ids, such as the CPF that is normally informed in the CODCLI. Besides serving for identification in reports or callbacks, this data for each destination can be used to customize an audio with TTS, for example:</p>\n<p>Hello, NAME, your card has been charged the amount of EXTRA1.</p>\n<p>The <strong>required data is NUMBER</strong>, the others are optional.</p>\n<p>There are 2 possible JSON (UTF-8) formats:</p>\n<ol>\n<li>JSON with names of each variable (pair-value) as an example:</li>\n</ol>\n<p>[ {\"number\":\"11 98774-1414\",\"name\":\"Jose Pedro\",\"codcli\":\"4544568\",\"extra1\":\"R$30,00\",\"extra2\":\"40\",\"extra3\":\"cartao\" },{\"number\":\"21 97654-1414\",\"name\":\"Maria Roberta\",\"codcli\":\"4555569\",\"extra1\":\"R$39,00\",\"extra2\":\"58\",\"extra3\":\"credito\" }]</p>\n<p>or</p>\n<ol>\n<li>Sequential JSON. Note that it is a sequential array, the identification is given by the position in the array:</li>\n</ol>\n<p>Base array: [ \"NUM_DO DESTINO\" , \"NOME\" , \"CODCLI\" , \"EXTRA1\" , \"EXTRA2\" , \"EXTRA3\" ]</p>\n<p>Destinies union</p>\n<p>[</p>\n<p>[ \"NUM_DO DESTINO\" , \"NOME\" , \"CODCLI\" , \"EXTRA1\" , \"EXTRA2\" , \"EXTRA3\" ] , [ \"NUM_DO DESTINO2\" , \"NOME2\" , \"CODCLI2\" , \"EXTRA1_2\" , \"EXTRA2_2\" , \"EXTRA3_2\" ] , [ \"NUM_DO DESTINO3\" , \"NOME3\" , \"CODCLI3\" , \"EXTRA1_3\" , \"EXTRA2_3\" , \"EXTRA3_3\" ] , [... until the end of destinies]</p>\n<p>]</p>\n<ul>\n<li>Example for 3 destinations with all fields:</li>\n</ul>\n<p>[ [\"11 98442-1414\",\"Jose Roberto\",\"4544568\",\"R$30,00\",\"40\",\"cartao\" ] , [ \"19 96539-2325\",\"Pedro Antonio\",\"8542875\",\"R$45,00\",\"20\",\"debito\" ] , [ \"11 3245-2020\",\"Maria Jose \",\"3256485\",\"R$76,00\",\"60\",\"carne\" ] ] Example in case you do not use optional fields – Only NUMBER: [ \"11 98442-1414\" , \"19 96539-2325\" , \"11 3245-2020\" ]</p>\n<ul>\n<li>Example for 3 destinations with NUMBER only:</li>\n</ul>\n<p>[ [\"11 98442-1414\" ] , [ \"19 96539-2325\" ] , [ \"11 3245-2020\"] ]</p>\n<ul>\n<li><p>Example for 3 destinations with NUMBER and EXTRA3:<br />If you partially use the fields, the JSON must contain all the options, leaving the ones you don't use blank:  </p>\n<p>[ [\"11 98442-1414\",\"\",\"\",\"\",\"\",\"cartao\" ] , [ \"19 96539-2325\",\"\",\"\",\"\",\"\",\"debito\" ], [\"11 3245-2020\",\"\",\"\",\"\",\"\",\"carne\" ] ]</p>\n</li>\n</ul>\n<h2 id=\"return\">Return</h2>\n<p><strong>cdlc_id:</strong> ID destination base</p>\n<p><strong>num_dest:</strong> Number of base destinations</p>\n<p><strong>base_size:</strong> File size when uploaded</p>\n<p><strong>Whenever the status comes other than OK (or non-zero status_code) the base has not been generated.</strong></p>\n<p>EndFragment</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>statu</th>\n<th>status_code</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>0</td>\n<td>Programmed campaign</td>\n</tr>\n<tr>\n<td>not allowed executable file</td>\n<td>205</td>\n<td>Invalid Uploaded File</td>\n</tr>\n<tr>\n<td>Error BASE + Detail of error</td>\n<td>230</td>\n<td>File upload not acceptable</td>\n</tr>\n</tbody>\n</table>\n</div><h2>Codes and examples</h2>","urlObject":{"protocol":"https","path":["api","v2","CreateDestinationBase"],"host":["vox","velip","com","br"],"query":[{"disabled":true,"key":"name","value":"Teste de up base ação"},{"disabled":true,"key":"ctid","value":"123456"}],"variable":[]}},"response":[{"id":"4b9df9b9-a1bb-4f16-8eec-5069781335c7","name":"File csv","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"datacsv","type":"file","src":"H4naotYuB/teste numeros acento.csv"}],"options":{"raw":{"language":"json"}}},"url":{"raw":"{{VOX}}/api/v2/CreateCampaign?name=Teste de up base&ctid=123456","host":["{{VOX}}"],"path":["api","v2","CreateCampaign"],"query":[{"key":"name","value":"Teste de up base"},{"key":"ctid","value":"123456"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Feb 2021 14:27:18 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.8"},{"key":"X-Powered-By","value":"PHP/7.4.8"},{"key":"Content-Length","value":"61"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"return\": {\n        \"status\": \"OK\",\n        \"status_code\": \"0\",\n        \"cp_id\": \"210577\"\n    }\n}"},{"id":"14597c36-3b36-47ff-898d-0a880d20608e","name":"Json","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"name\":\"210551\",\"ctid\":\"123456\",\"datajson\":[ [\"11 98442-1414\",\"José Roberto\",\"4544568\",\"R$30,00\",\"40\",\"cartao\" ] , [ \"19 96539-2325\",\"Pedro Antônio\",\"8542875\",\"R$45,00\",\"20\",\"débito\" ] , [ \"11 3245-2020\",\"Maria José \",\"3256485\",\"R$76,00\",\"60\",\"carnê\" ] ]}","options":{"raw":{"language":"json"}}},"url":"{{VOX}}/api/v2/CreateCampaign"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Feb 2021 14:15:35 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.8"},{"key":"X-Powered-By","value":"PHP/7.4.8"},{"key":"Content-Length","value":"61"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"return\": {\n        \"status\": \"OK\",\n        \"status_code\": \"0\",\n        \"cp_id\": \"210576\"\n    }\n}"},{"id":"0a309c60-fb24-438d-aed0-38c53b064970","name":"File Json","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"datajson","type":"file","src":"zPyTNTPtQ/teste de base Json.json"}],"options":{"raw":{"language":"json"}}},"url":{"raw":"{{VOX}}/api/v2/CreateDestinationBase?name=Teste de up base ação&ctid=123456","host":["{{VOX}}"],"path":["api","v2","CreateDestinationBase"],"query":[{"key":"name","value":"Teste de up base ação","type":"text"},{"key":"ctid","value":"123456","type":"text"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Mar 2021 21:20:13 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.8"},{"key":"X-Powered-By","value":"PHP/7.4.8"},{"key":"Content-Length","value":"96"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"return\": {\n        \"status\": \"OK\",\n        \"status_code\": \"0\",\n        \"cdlc_id\": \"241427\",\n        \"num_dest\": \"3\",\n        \"base_size\": \"216\"\n    }\n}"}],"_postman_id":"649bd969-998d-4539-85fa-e5e0901e219a"},{"name":"GetDestinationsList","id":"fa6a5f58-c117-4a5e-9074-b3c3c6fe5b3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"{{SenhaTeste}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"maxreg\":\"50\",\"search\":\"teste\"}","options":{"raw":{"language":"json"}}},"url":"https://vox.velip.com.br/api/v2/GetDestinationsList","description":"<p>StartFragment</p>\n<h2 id=\"description\">Description</h2>\n<p>The GetDestinationList API returns a listing of the destination bases available on the platform or one specifically.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<p><strong>maxreg</strong> = [Optional - number of records returned. If not informed, it is limited to 100. For no limits, put 0 (zero)]</p>\n<p><strong>search</strong> = [Optional - Search on name or by audio ID]</p>\n<p><strong>list</strong> = [Optional - If 0 (zero) search only inactive bases, if 1 (one) only active ones and if \"all\" all - Default=1]</p>\n<p><strong>cdlc_id</strong> = [Optional - Search by base ID].</p>\n<p><strong>ctid</strong> = [Optional - Search for the customer's unique ID previously entered upon request].</p>\n<p><strong>setactive</strong> = [Optional - Base arrow as active or inactive. If \"1\" activates and if \"0\" inactivates - Default: keep base unchanged]</p>\n<h2 id=\"return\">Return</h2>\n<p><strong>cdlc_id:</strong>  Destination base ID</p>\n<p><strong>cdlc_ctid:</strong>  Customer ID of the destination base</p>\n<p><strong>cdlc_name:</strong>  Target base name</p>\n<p><strong>cdlc_file:</strong>  File name sent if entered by upload</p>\n<p><strong>cdlc_date:</strong>  File name sent if entered by upload</p>\n<p><strong>cdlc_num:</strong>  Date of base sending</p>\n<h2 id=\"codes-and-examples\">Codes and examples</h2>\n<p>EndFragment</p>\n","urlObject":{"protocol":"https","path":["api","v2","GetDestinationsList"],"host":["vox","velip","com","br"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa6a5f58-c117-4a5e-9074-b3c3c6fe5b3d"},{"name":"GetCallStatus","id":"8d95032c-ab87-4186-a187-dde5d31e263f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"{{SenhaTeste}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"date_start\":\"2020-12-25\",\"date_end\":\"2021-01-10\"}","options":{"raw":{"language":"json"}}},"url":"https://vox.velip.com.br/api/v2/GetCallStatus","description":"<p>StartFragment</p>\n<h2 id=\"description\">Description</h2>\n<p>The GetCallStatus API reports the results of the calls. You will be returned all calls for each destination in the destination base or individual dispatches with the results if answered, times, hours and digits keyed in interactive campaigns.</p>\n<p>It can also be used to forward the bounces (result) of a campaign or individual submissions to the programmed URL that will receive the bounces for each submission.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<ul>\n<li><strong>For batch shipping returns per campaign:</strong></li>\n</ul>\n<p><strong>cp_id</strong> = [Campaign ID by the platform - if entered only returns from the campaign] or cpid = [Campaign ID provided by the customer when generating the campaign by API - if entered only returns from the batch defined by cpid].</p>\n<ul>\n<li>For return of individual shipments: It is also possible to receive from an individual submission, in which case it is not necessary to enter a campaign ID</li>\n</ul>\n<p><strong>cd_id</strong> = [Platform ID] ctid = [Client Sending ID]</p>\n<ul>\n<li><strong>For global shipping returns per period:</strong></li>\n</ul>\n<p><strong>date_start</strong> = [Optional - start date of the query - For general campaign-independent period shipments or cpid] date_end = [Optional - end date of the query - For general campaign-independent period shipments or cpid]</p>\n<ul>\n<li><strong>General parameters:</strong></li>\n</ul>\n<p><strong>maxreg</strong> = [Number of returned records. If not informed, it limits it to 1000. For no limits, put 0 (zero)] rurl = [Optional - Return URL - the result will be sent to the URL. If not informed, the result is returned in the query itself in a JSON] onlydtmf = [( Use =1 to receive only the calls that the destination keyed something)]</p>\n<h2 id=\"return\">Return</h2>\n<p> ID connection</p>\n<p><strong>cd_status:</strong> connection status</p>\n<p><strong>cp_id:</strong> Campaign ID</p>\n<p><strong>cpid:</strong> campaign client ID</p>\n<p><strong>ctid:</strong> Customer ID of the connection</p>\n<p><strong>dest:</strong> Dialed phone number</p>\n<p><strong>date:</strong> Date of connection</p>\n<p><strong>time_dial:</strong>  Connection time</p>\n<p><strong>time_start:</strong> Time of service</p>\n<p><strong>time_end:</strong> End of call time</p>\n<p><strong>dur:</strong> Duration in seconds</p>\n<p><strong>route:</strong> Dial-up Region</p>\n<p><strong>rate:</strong> Rate</p>\n<p><strong>value:</strong> Final call amount</p>\n<ul>\n<li><strong>cs_status codes:</strong></li>\n</ul>\n<p>EndFragment</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>status</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Answered call</td>\n</tr>\n<tr>\n<td>NA</td>\n<td>Missed Call</td>\n</tr>\n<tr>\n<td>EK</td>\n<td>Incorrect number or missing digits</td>\n</tr>\n<tr>\n<td>IK</td>\n<td>Non-existent number by the operator</td>\n</tr>\n<tr>\n<td>CK</td>\n<td>Cell phone blocking programmed when setting up the campaign</td>\n</tr>\n<tr>\n<td>BK</td>\n<td>Blocking Procons - Do Not Disturb</td>\n</tr>\n</tbody>\n</table>\n</div><h2>Codes and examples</h2>","urlObject":{"protocol":"https","path":["api","v2","GetCallStatus"],"host":["vox","velip","com","br"],"query":[],"variable":[]}},"response":[{"id":"9aada47f-057c-48e4-a061-b4f91f5cbba8","name":"Por data","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"date_start\":\"2020-12-25\",\"date_end\":\"2021-01-10\"}","options":{"raw":{"language":"json"}}},"url":"{{VOX}}/api/v2/GetCallStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Mar 2021 19:31:16 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.11"},{"key":"X-Powered-By","value":"PHP/7.4.11"},{"key":"Content-Length","value":"591"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"return\": {\n        \"status\": \"OK\",\n        \"status_code\": \"0\"\n    },\n    \"calls\": [\n        {\n            \"cd_id\": \"c_91669\",\n            \"cd_status\": \"OK\",\n            \"cp_id\": null,\n            \"cpid\": \"0\",\n            \"ctid\": \"\",\n            \"dest\": \"5511940542783\",\n            \"date\": \"2021-01-04\",\n            \"time_dial\": \"11:46:19\",\n            \"time_start\": \"11:46:32\",\n            \"time_end\": \"11:46:49\",\n            \"dur\": \"17\",\n            \"resp_1\": \"\",\n            \"route\": \"BRASIL-MÓVEL-SAO\",\n            \"rate\": \"0,300\",\n            \"value\": \"0,150\"\n        },\n        {\n            \"cd_id\": \"c_91668\",\n            \"cd_status\": \"OK\",\n            \"cp_id\": \"0\",\n            \"cpid\": \"0\",\n            \"ctid\": \"\",\n            \"dest\": \"5511996898778\",\n            \"date\": \"2021-01-02\",\n            \"time_dial\": \"17:51:56\",\n            \"time_start\": \"17:52:07\",\n            \"time_end\": \"17:52:27\",\n            \"dur\": \"20\",\n            \"resp_1\": \"\",\n            \"route\": \"BRASIL-MÓVEL-SAO\",\n            \"rate\": \"0,300\",\n            \"value\": \"0,150\"\n        }\n    ]\n}"},{"id":"d0d74c9d-1575-4d44-9115-a038fb44b759","name":"Por ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"cd_id\":\"c_91669\"}","options":{"raw":{"language":"json"}}},"url":"{{VOX}}/api/v2/GetCallStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Mar 2021 19:32:34 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.11"},{"key":"X-Powered-By","value":"PHP/7.4.11"},{"key":"Content-Length","value":"323"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"return\": {\n        \"status\": \"OK\",\n        \"status_code\": \"0\"\n    },\n    \"calls\": [\n        {\n            \"cd_id\": \"c_91669\",\n            \"cd_status\": \"OK\",\n            \"cp_id\": null,\n            \"cpid\": \"0\",\n            \"ctid\": \"\",\n            \"dest\": \"5511940542783\",\n            \"date\": \"2021-01-04\",\n            \"time_dial\": \"11:46:19\",\n            \"time_start\": \"11:46:32\",\n            \"time_end\": \"11:46:49\",\n            \"dur\": \"17\",\n            \"resp_1\": \"\",\n            \"route\": \"BRASIL-MÓVEL-SAO\",\n            \"rate\": \"0,300\",\n            \"value\": \"0,150\"\n        }\n    ]\n}"},{"id":"b2b4adf9-d6c6-4a54-8944-5a6ff48dfaae","name":"Max. registros","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"maxreg\":\"3\"}","options":{"raw":{"language":"json"}}},"url":"{{VOX}}/api/v2/GetCallStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Mar 2021 19:30:04 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.11"},{"key":"X-Powered-By","value":"PHP/7.4.11"},{"key":"Content-Length","value":"781"},{"key":"Content-Type","value":"application/json"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"return\": {\n        \"status\": \"OK\",\n        \"status_code\": \"0\"\n    },\n    \"calls\": [\n        {\n            \"cd_id\": \"c_92073\",\n            \"cd_status\": \"NA\",\n            \"cp_id\": null,\n            \"cpid\": \"0\",\n            \"ctid\": \"\",\n            \"dest\": \"5511992069830\",\n            \"date\": \"2021-03-04\",\n            \"time_dial\": \"16:15:05\",\n            \"time_start\": \"null\",\n            \"time_end\": \"null\",\n            \"dur\": \"0\",\n            \"resp_1\": \"\",\n            \"route\": \"null\",\n            \"rate\": \"0,000\",\n            \"value\": \"0,000\"\n        },\n        {\n            \"cd_id\": \"c_92072\",\n            \"cd_status\": \"NA\",\n            \"cp_id\": \"0\",\n            \"cpid\": \"0\",\n            \"ctid\": \"\",\n            \"dest\": \"5585999932703\",\n            \"date\": \"2021-03-03\",\n            \"time_dial\": \"08:31:51\",\n            \"time_start\": \"null\",\n            \"time_end\": \"null\",\n            \"dur\": \"0\",\n            \"resp_1\": \"\",\n            \"route\": \"null\",\n            \"rate\": \"0,000\",\n            \"value\": \"0,000\"\n        },\n        {\n            \"cd_id\": \"c_92071\",\n            \"cd_status\": \"NA\",\n            \"cp_id\": \"0\",\n            \"cpid\": \"0\",\n            \"ctid\": \"\",\n            \"dest\": \"5585996249317\",\n            \"date\": \"2021-03-03\",\n            \"time_dial\": \"08:30:45\",\n            \"time_start\": \"null\",\n            \"time_end\": \"null\",\n            \"dur\": \"0\",\n            \"resp_1\": \"\",\n            \"route\": \"null\",\n            \"rate\": \"0,000\",\n            \"value\": \"0,000\"\n        }\n    ]\n}"}],"_postman_id":"8d95032c-ab87-4186-a187-dde5d31e263f"},{"name":"MakeSMS","id":"1ddb3971-7049-4117-af43-8494d0eb5b1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"{{SenhaTeste}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"dest\":\"5511992069830\",\"text\":\"Este é um teste de SMS enviado por API\",\"ctid\":\"123456\"}","options":{"raw":{"language":"json"}}},"url":"https://vox.velip.com.br/api/v2/MakeSMS","description":"<p>StartFragment</p>\n<h2 id=\"description\">Description</h2>\n<p>The MakeSMS API triggers an individual SMS. Sending SMS can also be done via the web control panel.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<p><strong>dest</strong> = [Mobile number in the format Country code + City code + Number (DDI+DDD+NUMBER)]</p>\n<p><strong>text</strong> = [SMS Text - Maximum 160 characters]</p>\n<p><strong>ctid</strong> = [OPTIONAL:  Unique ID provided by the sender for reference - any alphanumeric value up to 15 characters]</p>\n<h2 id=\"return\">Return</h2>\n<p><strong>cdls_id:</strong> SMS ID</p>\n<p><strong>Whenever the status comes other than OK (or status_code non-zero) the SMS has not been forwarded.</strong></p>\n<p>EndFragment</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>statu</strong></th>\n<th><strong>status_code</strong></th>\n<th><strong>Details</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>No sms account</td>\n<td>220</td>\n<td>Sending SMS not released on the account</td>\n</tr>\n<tr>\n<td>No dest</td>\n<td>230</td>\n<td>No destination number</td>\n</tr>\n<tr>\n<td>No text</td>\n<td>235</td>\n<td>No SMS text</td>\n</tr>\n<tr>\n<td>Text more than 160 ch</td>\n<td>238</td>\n<td>Text longer than 160 characters</td>\n</tr>\n<tr>\n<td>Mobile is not valid</td>\n<td>240</td>\n<td>Mobile number invalid</td>\n</tr>\n</tbody>\n</table>\n</div><h2>Codes and examples</h2>","urlObject":{"protocol":"https","path":["api","v2","MakeSMS"],"host":["vox","velip","com","br"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ddb3971-7049-4117-af43-8494d0eb5b1d"},{"name":"GetUserID","id":"2397c866-95b3-47ae-b0c6-1d23c4511313","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"{{SenhaTeste}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"tsid\":\"1\"}","options":{"raw":{"language":"json"}}},"url":"https://vox.velip.com.br/api/v2/GetUserID","description":"<p>StartFragment</p>\n<h2 id=\"description\">Description</h2>\n<p>The GetUserID API returns a token with a 60-minute validity to be used for accesses in which an application performs some operation directly without the intermediation of an intermediary platform (server). It can also be used to validate if a user and password are correct.</p>\n<p>The token is valid for 60 minutes and is linked to the IP that generated this request, that is, if someone on another IP tries to use the token it will not be valid.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<p><strong>tsid</strong> = [Optional - If 1 will generate an access token valid for 60 min]</p>\n<h2 id=\"return\">Return</h2>\n<p><strong>cdcs_id:</strong> Account ID</p>\n<p><strong>cdcsu_id:</strong> User ID</p>\n<p><strong>aut_app:</strong> User is allowed to use mobile app</p>\n<p><strong>aut_send:</strong> User is allowed to send individual messages</p>\n<p><strong>aut_camp:</strong> User is allowed to send batch messages (campaigns)</p>\n<p><strong>tsid:</strong> Access token valid for 60 min and linked to the IP of this request</p>\n<h2 id=\"codes-and-examples\">Codes and examples</h2>\n<p>EndFragment</p>\n","urlObject":{"protocol":"https","path":["api","v2","GetUserID"],"host":["vox","velip","com","br"],"query":[],"variable":[]}},"response":[{"id":"4dec3b93-cf6a-461c-84b7-75576d70e17b","name":"GetUserID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\"tsid\": \"MLpJRG2Qd93vm14qX07E\"}","options":{"raw":{"language":"json"}}},"url":"{{VOX}}/api/v2/GetUserID"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Mar 2021 21:59:44 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.8"},{"key":"X-Powered-By","value":"PHP/7.4.8"},{"key":"Content-Length","value":"138"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"return\": {\n        \"status\": \"OK\",\n        \"status_code\": \"0\",\n        \"cdcs_id\": \"2\",\n        \"cdcsu_id\": \"7659\",\n        \"aut_app\": \"1\",\n        \"aut_send\": \"1\",\n        \"aut_camp\": \"1\",\n        \"tsid\": \"null\"\n    }\n}"}],"_postman_id":"2397c866-95b3-47ae-b0c6-1d23c4511313"}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"{{SenhaTeste}}"}]}},"event":[{"listen":"prerequest","script":{"id":"5af61a71-9274-4b82-bf66-a6574ed164b6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"07283c4e-9221-4a87-abbf-cb0f61ee6ce5","type":"text/javascript","exec":[""]}}]}