You are not logged in.
Pages: 1
Hi all,
Im trying to create plannings by API, using this method: myglpi/apirest.php/PlanningExternalEvent/
In this moment im using Postman to test this calls. When I submit this, the planning is created and associted to the user id=9, but the begin stills null in the table glpi_planningexternalevents.begin
{
"input": {
"users_id": "9",
"begin": "2024-11-15 08:00:01",
"name": "test",
"background": "1"
}
}
Point me if I'm doing something wrong or if i need a second call to do this
Offline
Pages: 1