Set appuntamento

L'A.P.I. fisserà un appuntamento tramite alcune informazioni come l'id dell'utente e la data in questione.

POST

array(11) {
  ["id_utente"]=>
  string(4) "2304"
  ["ora"]=>
  string(2) "21"
  ["data"]=>
  string(10) "2022-07-29"
  ["stato"]=>
  string(5) "Nuovo"
  ["nome"]=>
  string(5) "Mario"
  ["cognome"]=>
  string(5) "Rossi"
  ["telefono"]=>
  string(10) "1234567890"
  ["partner_key"]=>
  string(7) "PARTNER"
  ["apiName"]=>
  string(15) "setAppuntamento"
  ["token"]=>
  string(7) "API_KEY"
  ["email_partner"]=>
  string(15) "example@mail.it"
}

Response

array(4) {
  ["status"]=>
  string(2) "ok"
  ["message"]=>
  string(15) "setAppuntamento"
  ["response"]=>
  int(38)
  ["request"]=>
  array(11) {
    ["id_utente"]=>
    string(4) "2304"
    ["ora"]=>
    string(2) "21"
    ["data"]=>
    string(10) "2022-07-29"
    ["stato"]=>
    string(5) "Nuovo"
    ["nome"]=>
    string(5) "Mario"
    ["cognome"]=>
    string(5) "Rossi"
    ["telefono"]=>
    string(10) "1234567890"
    ["partner_key"]=>
    string(7) "PARTNER"
    ["apiName"]=>
    string(15) "setAppuntamento"
    ["token"]=>
    string(7) "API_KEY"
    ["email_partner"]=>
    string(15) "example@mail.it"
  }
}