Create Ledger Transaction Partial PostAsk AIpost https://app.moderntreasury.com/api/ledger_transactions/{id}/partial_postPath ParamsidstringrequiredThe ID of the ledger transaction to partially post.Body Paramsposted_ledger_entriesarray of objectsrequiredAn array of ledger entry objects to be set on the posted ledger transaction. There must be one entry for each of the existing entries with a lesser amount than the existing entry.posted_ledger_entries*ADD objectdescriptionstringAn optional free-form description for the posted ledger transaction. Maximum of 1000 characters allowed.effective_atdateThe timestamp (IS08601 format) at which the posted ledger transaction happened for reporting purposes.metadatajsonMetadata to be added to the posted ledger transaction. Must be a JSON object.Responses 201201 422422Updated 9 months ago