API function edit problem

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

What’s up with this part? I imagine that shouldn’t be there.

Edits require you to include the key column and a valid key value. Are you?

HI

Thanks for the reply, that’s a mistake, I had to delete it.

yes I have valid column and key value.

I don’t understand why it doesn’t work.

these are the 2 apps, the first photo is the app that sends the data, photo 2 is the app that receives.
I repeat add and delete work perfectly, edit doesn’t work. how can I do it?@Marc_Dillon