Creating A Scheduled Task

PHP SAP now has the provision to create scheduled tasks. What are schedued tasks? this are tasks you want to perform automatically in future without you sticking around on your system.

Create Task

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

This endpoint allows you to create your scheduled tasks.

Request Body

{
    "status":true,
    "response":{
    "TaskID": 5,
    "Message": "Task Created Successfully",
    "DateCreated":"2019/07/29"
    }
}

Last updated