You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2024-11-13 21:42:15

mecmav
Member
From: Brasil
Registered: 2019-03-22
Posts: 330

ApiRest - PlanningExternalEvent

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

Board footer

Powered by FluxBB