Pause A Task

Using our API you can pause ongoing tasks.This will suspend selected tasks. They will be not called again if you don't Resume them.

Pause Task

POST https://renthero.co.ke/phpsap/developer/payments/sapschedulerpause.php

This endpoint allows you to pause selected tasks.

Request Body

{
    "status":true,
    "response": {
    "TaskID":5,
    "Message":"Task Paused Successfully",
    "Date":"2019/07/2019"
    }
}

Last updated