Importing time data to table with api

Importing time data to table with api

Hi,

i am trying to add a row to reports using URL request. But i got bad request error all the time.

i have a data which is dateandtime, format like YYY-MM-dd HH:mm:ss
but when i add this data to a url, i think ":" syntax is a problem, i got bad request error.

how can i post this data with url request.

thanks
umut.

Edit: sorry i got "HTTP request failed! HTTP/1.1 505 HTTP Version Not Supported" error.