Allows you to retrieve any manual journals
GET {{baseUrl}}/ManualJournals?where=<string>&order=<string>&page=<integer>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
where | string | Filter by an any element | |
order | string | Order by an any element | |
page | string | e.g. page=1 – Up to 100 manual journals will be returned in a single API call with line items shown for each overpayment |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
If-Modified-Since | string | Only records created or modified since this timestamp will be returned | |
xero-tenant-id | string | (Required) Xero identifier for Tenant |
RESPONSES
status: OK
{"Id":"8a508ec1-b578-48bf-97df-020c918fbf7d","Status":"OK","ProviderName":"Provider Name Example","DateTimeUTC":"/Date(1552357217359)/","ManualJournals":[{"Date":"/Date(1553126400000+0000)/","Status":"POSTED","LineAmountTypes":"NoTax","UpdatedDateUTC":"/Date(1552357188083+0000)/","ManualJournalID":"0b159335-606b-485f-b51b-97b3b32bad32","Narration":"Reversal: These aren't the droids you are looking for","JournalLines":[],"ShowOnCashBasisReports":true,"HasAttachments":false},{"Date":"/Date(1552348800000+0000)/","Status":"POSTED","LineAmountTypes":"NoTax","UpdatedDateUTC":"/Date(1552357188147+0000)/","ManualJournalID":"99cb8353-ce73-4a5d-8e0d-8b0edf86cfc4","Narration":"These aren't the droids you are looking for","JournalLines":[],"ShowOnCashBasisReports":true,"HasAttachments":true},{"Date":"/Date(1552262400000+0000)/","Status":"DRAFT","LineAmountTypes":"NoTax","UpdatedDateUTC":"/Date(1552357216843+0000)/","ManualJournalID":"ecb6b362-c78f-462a-a229-a66abf115e92","Narration":"Foo bar","JournalLines":[],"ShowOnCashBasisReports":true,"HasAttachments":false}]}