Ich würde da gar nicht so einen Film draus machen und einfach in dem erzeugten JSON-Objekt den ID-Wert entsprechend setzen.
Delphi-Quellcode:
procedure TSomeApi.Post( AFoo: TFoo );
var
fooJson: ISuperObject;
begin
fooJson := AFoo.ToJson;
fooJson.N['
id'] :=
nil;
// now send JSON to api
end;
Kaum macht man's richtig - schon funktioniert's
Zertifikat: Sir Rufo (Fingerprint: ea 0a 4c 14 0d b6 3a a4 c1 c5 b9
dc 90 9d f0 e9 de 13 da 60)