Accounting
Retrieves manual journals
get/ManualJournals
Query parameters
wherestring
Filter by an any element
orderstring
Order by an any element
pageinteger
e.g. page=1 – Up to 100 manual journals will be returned in a single API call with line items shown for each overpayment
pageSizeinteger
Number of records to retrieve per page
Headers
If-Modified-Sincestring date-time
Only records created or modified since this timestamp will be returned
Response
Success - return response of type ManualJournals array with a all ManualJournals
Example response
{
"ManualJournals": [
{
"JournalLines": [
{
"LineAmount": -2569,
"Description": "Coded incorrectly Office Equipment should be Computer Equipment"
}
],
"UpdatedDateUTC": "/Date(1573755038314)/",
"StatusAttributeString": "ERROR",
"Attachments": [
{
"AttachmentID": "00000000-0000-0000-0000-000000000000",
"FileName": "xero-dev.jpg",
"Url": "https://api.xero.com/api.xro/2.0/Accounts/da962997-a8bd-4dff-9616-01cdc199283f/Attachments/sample5.jpg",
"MimeType": "image/jpg"
}
]
}
]
}