Skip to content

Instantly share code, notes, and snippets.

@jcro21
Last active May 7, 2021 04:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcro21/515fddf36290a817c7df88d6caf73dca to your computer and use it in GitHub Desktop.
Save jcro21/515fddf36290a817c7df88d6caf73dca to your computer and use it in GitHub Desktop.
POST Xero ManualJournal
{
"ManualJournals": [
{
"Status": "POSTED",
"Narration": "Journal entries resulting from Transport Order #36190 being received",
"JournalLines": [
{
"Description": "Transport Cost added to goods on TO#36190",
"LineAmount": -65.00,
"AccountCode": "TransPaybl",
"Tracking": [
{
"TrackingCategoryID": "0d0ac580-775f-4292-a264-8af52b1d4e9c",
"TrackingOptionID": "24bfcb4f-dc67-437f-ba59-a1ecf5d99cab"
}
]
},
{
"Description": "Transport Cost added to goods on TO#36190",
"LineAmount": 65.00,
"AccountCode": "Stock",
"Tracking": [
{
"TrackingCategoryID": "0d0ac580-775f-4292-a264-8af52b1d4e9c",
"TrackingOptionID": "24bfcb4f-dc67-437f-ba59-a1ecf5d99cab"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment