Commit 14f134a1 authored by Luis Acosta's avatar Luis Acosta

Version 1.0.3

parent 107a6338
......@@ -70,7 +70,7 @@ class Callcenter:
]
}
response = requests.post(url_center, headers=headers, json=payload, verify=False)
return response
return response.content
def consult_campaing(self,campaign_id,campaign_date_in,campaign_date_out):
url_center = f"{self.url}/api/outgoingcampaigns/"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment