Record
post-summary-journal-entry-params
No description available.
record post-summary-journal-entry-params {
zuora-track-id: option<string>,
zuora-entity-ids: option<string>,
accounting-period-name: string,
currency: string,
journal-entry-date: string,
journal-entry-items: list<post-journal-entry-item-type>,
notes: option<string>,
segments: option<list<post-journal-entry-segment-type>>,
transferred-to-accounting: option<post-journal-entry-type-transferred-to-accounting-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| zuora-track-id | option<string> | |
| zuora-entity-ids | option<string> | |
| accounting-period-name | string | |
| currency | string | |
| journal-entry-date | string | |
| journal-entry-items | list<post-journal-entry-item-type> | |
| notes | option<string> | |
| segments | option<list<post-journal-entry-segment-type>> | |
| transferred-to-accounting | option<post-journal-entry-type-transferred-to-accounting-enum> |