Update Outbound Call Status
API Endpoint
PUT https://kpi.knowlarity.com/Basic/v1/account/call/campaign/<order_id>
Required Parameter
Parameters | Description |
---|---|
Type | String |
Sample Request
curl --location --request \
PUT 'https://kpi.knowlarity.com/Basic/v1/account/call/campaign/<order_id>' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: <authorization-key>' \
--header 'x-api-key: <x-api-key>' \
--data-raw '{
"status": "stop"
}'
Sample Response
{
"message": "Order updated Successfully."
}
Updated about 1 year ago