Hello lads
I come back to you for help, I need to connect 2 apps to add, modify and delete data from one to the other.
the connection API works for “add” and “delete”, but for “edit” it always returns
Failed: HTTP webhook request failed with exception The remote server returned an error: (404) Not found.
I tried and tried but nothing.
You can help me?
This is the task code for Edit
{
“Action”: “Edit”,
“Properties”: {
“Locale”: “en-GB”,
“Timezone”: “W. Europe Standard Time”,
},
“Rows”: [
{
“ID PRENOTAZIONE”: " <<[ID PRENOTAZIONE]>>“,
“DATA ESCURSIONE”: “<<[DATA ESCURSIONE]>>”,
“ESCURSIONE”: “<<[ESCURSIONE]>>”,
“ESCLUSIVA”: “<<[ESCLUSIVA] >>”,
“NUMERO PASSEGGERI”: “<<[NUMERO PASSEGGERI]>>”,
“ADULTI”: “<<[ADULTI]>>”,
“BAMBINI”: “<<[BAMBINI]>>”,
“GRATIS “:”<<[FREE]>>”,
“NAZIONALITA”: “<<[NAZIONALITA]>>”,
“MAIL”: “<<[MAIL]>>”,
“ANAGRAFICA (NOME E COGNOME)”: “<< [ANAGRAFICA (NOME E COGNOME)]>>”,
“TELEFONO”: “<<[TELEFONO]>>”,
“AGENZIA”:”<<[AGENZIA]>>"
}
]“<<[AGENZIA]>>” } ]“<<[AGENZIA]>>” } ]
}
monitor




