JournalSummary
High level details of a journal transaction.
| Name | Description | Type | Additional information |
|---|---|---|---|
| TransactionId | The Id/key of the journal/transaction. This data is returned only and cannot be added or updated when issuing a POST or PUT. | integer |
None. |
| LastUpdatedId | A data field used to check concurreny when performing updates. This data is returned only and used for concurrency checking when performing an update/PUT. | string |
None. |
| TransactionDate | Date of this transaction. | date |
Required |
| Summary | Journal summary. | string |
None. |
| Currency | The currrency code of the amounts. Eg. AUD. | string |
None. |
| FxRate | FXRate (Foreign exchange rate) applied to this invoice. | decimal number |
None. |
| AutoPopulateFxRate | Determines whether the FxRate is automatically populated using the Fx feed. | boolean |
None. |
| Reference | Journal reference | string |
None. |
| JournalContactId | The Id/key of the journal transaction's contact. | integer |
None. |
| ContactFirstName | Contact first name. This data is returned only and cannot be added or updated when issuing a POST or PUT. | string |
None. |
| ContactLastName | Contact last name. This data is returned only and cannot be added or updated when issuing a POST or PUT. | string |
None. |
| ContactOrganisationName | Contact organisation name. This data is returned only and cannot be added or updated when issuing a POST or PUT. | string |
None. |
| RequiresFollowUp | Journal transaction requires follow up | boolean |
None. |
| Tags | List of tags associated with this resource. | Collection of string |
None. |
| CreatedDateUtc | The date and time this resource was created in UTC. This data is returned only and cannot be added or updated when issuing a POST or PUT. | date |
None. |
| LastModifiedDateUtc | The date and time this resource was last modified in UTC. This data is returned only and cannot be added or updated when issuing a POST or PUT. | date |
None. |
| _links | Hypermedia links. Contains contextual links to possible next actions related to this resource. Only present in responses. This data is not to be sent to the server. | Collection of Link |
None. |