[Answered ]-JSON parse error – Expecting value: line 1 column 1 (char 0) – DELPHI Rest Datasnap

1👍

To add data to the body of your request, use

RESTRequest.AddBody(sJson, ctAPPLICATION_JSON);

Leave a comment