Create forecasted transactionAsk AIpost https://api.atlar.com/analytics/v2beta/forecasted-transactionsCreate a forecasted transaction.Body ParamsparentACCOUNTENTITYrequiredAll forecasted transactions must be associated with either an account or an entity.ForecastedTransactionAccountRef objectamountAmountIntegerValueInputAmountStringValueInputrequiredAmountIntegerValueInput objectdatedaterequiredfull-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21.descriptionstringrequiredoriginobjectrequiredThe origin of this forecasted transaction, e.g. manual user input or AP/AR data.origin objectcounterpartyobjectcounterparty objectmetadataobject | nullMetadata is a string-string key-value container that can be used to store information known at the time of resource creation. This can be retrieved later on, for instance when a payment or expected transaction is reconciled with the booked transaction on the bank statement. Metadata can have at most 20 entries. Keys may have a maximum length of 64 chars and values a maximum length of 512 chars. By default, this field is optional. It is possible to make it required in the Atlar Dashboard by visiting the Metadata keys page. Requirement rules can be specified per API resource. Both the Dashboard and the API will then enforce these rules and give validation errors when the required fields are not set.metadata object | nullexternalIdstringExternal ID is optional to use, but if used, the Atlar platform will persist it, index it, as well as require it to be unique across all resources. It is possible to retrieve a resource using the external ID using the prefix external:.Responses 201The created forecasted transaction. 400Bad request.Updated 3 months ago