Journal Entries
The JournalEntry object is used to get a record of all manually created entries made in a company’s general ledger. The journal line items for each journal entry should sum to zero.
The JournalEntry object
Properties

transaction_dateString
Optional
The journal entry's transaction date.

remote_created_atString
Optional
When the third party's journal entry was created.

remote_updated_atString
Optional
When the third party's journal entry was updated.

paymentsArray
Required
Array of Payment object IDs.

memoString
Optional
The journal entry's private note.

currencyEnum
Optional
The journal's currency. Possible values include: XUA, AFN, AFA, ALL, ALK, DZD, ADP, AOA, AOK, AON, AOR, ARA, ARS, ARM, ARP, ARL, AMD, AWG, AUD, ATS, AZN, AZM, BSD, BHD, BDT, BBD, BYN, BYB, BYR, BEF, BEC, BEL, BZD, BMD, BTN, BOB, BOL, BOV, BOP, BAM, BAD, BAN, BWP, BRC, BRZ, BRE, BRR, BRN, BRB, BRL, GBP, BND, BGL, BGN, BGO, BGM, BUK, BIF, XPF, KHR, CAD, CVE, KYD, XAF, CLE, CLP, CLF, CNX, CNY, CNH, COP, COU, KMF, CDF, CRC, HRD, HRK, CUC, CUP, CYP, CZK, CSK, DKK, DJF, DOP, NLG, XCD, DDM, ECS, ECV, EGP, GQE, ERN, EEK, ETB, EUR, XBA, XEU, XBB, XBC, XBD, FKP, FJD, FIM, FRF, XFO, XFU, GMD, GEK, GEL, DEM, GHS, GHC, GIP, XAU, GRD, GTQ, GWP, GNF, GNS, GYD, HTG, HNL, HKD, HUF, IMP, ISK, ISJ, INR, IDR, IRR, IQD, IEP, ILS, ILP, ILR, ITL, JMD, JPY, JOD, KZT, KES, KWD, KGS, LAK, LVL, LVR, LBP, LSL, LRD, LYD, LTL, LTT, LUL, LUC, LUF, MOP, MKD, MKN, MGA, MGF, MWK, MYR, MVR, MVP, MLF, MTL, MTP, MRU, MRO, MUR, MXV, MXN, MXP, MDC, MDL, MCF, MNT, MAD, MAF, MZE, MZN, MZM, MMK, NAD, NPR, ANG, TWD, NZD, NIO, NIC, NGN, KPW, NOK, OMR, PKR, XPD, PAB, PGK, PYG, PEI, PEN, PES, PHP, XPT, PLN, PLZ, PTE, GWE, QAR, XRE, RHD, RON, ROL, RUB, RUR, RWF, SVC, WST, SAR, RSD, CSD, SCR, SLL, XAG, SGD, SKK, SIT, SBD, SOS, ZAR, ZAL, KRH, KRW, KRO, SSP, SUR, ESP, ESA, ESB, XDR, LKR, SHP, XSU, SDD, SDG, SDP, SRD, SRG, SZL, SEK, CHF, SYP, STN, STD, TVD, TJR, TJS, TZS, XTS, THB, XXX, TPE, TOP, TTD, TND, TRY, TRL, TMT, TMM, USD, USN, USS, UGX, UGS, UAH, UAK, AED, UYW, UYU, UYP, UYI, UZS, VUV, VES, VEB, VEF, VND, VNN, CHE, CHW, XOF, YDD, YER, YUN, YUD, YUM, YUR, ZWN, ZRN, ZRZ, ZMW, ZMK, ZWD, ZWR, ZWL, or - in cases where there is no clear mapping - the original value passed through.

exchange_rateString
Optional
The journal entry's exchange rate.

companyString
Optional
The company the journal entry belongs to.

linesJournalLine[]
Required
The JournalLine object
The JournalLine object is used to represent a journal entry's line items.
JSON
{
"remote_id": "121222",
"account": "9d892439-5fab-4dbb-8bd8-34f7f96c7912",
"net_amount": 25.54,
"tracking_category": "d25d609b-945f-4762-b55a-1c8fb220c43c",
"tracking_categories": [
"d25d609b-945f-4762-b55a-1c8fb220c43c",
"9b840d2-686a-465a-8a8e-7b028498f8e4",
"a47e11b6-c73b-4a0c-be31-130fc48177fa"
],
"contact": "d2d5ea3c-b032-11ec-b909-0242ac120002",
"description": "Cash payment for lunch",
"exchange_rate": "2.9",
"modified_at": "2021-10-16T00:00:00Z"
}
Properties

remote_idString
Optional
The third-party API ID of the matching object.

accountString
Optional

net_amountNumber
Optional
The value of the line item including taxes and other fees.

tracking_categoryString
Optional

tracking_categoriesArray
Required

contactString
Optional

descriptionString
Optional
The line's description.

exchange_rateString
Optional
The journal line item's exchange rate.

modified_atString
Required
This is the datetime that this object was last updated by Merge

tracking_categoriesArray
Required

remote_was_deletedBoolean
Required

posting_statusEnum
Optional
The journal's posting status. Possible values include: UNPOSTED, POSTED, or - in cases where there is no clear mapping - the original value passed through.

idString
Required

remote_idString
Optional
The third-party API ID of the matching object.

field_mappingsObject
Optional

modified_atString
Required
This is the datetime that this object was last updated by Merge

remote_dataRemoteData[]
Optional

The JournalEntry object
JSON
{
"transaction_date": "2020-03-31T00:00:00Z",
"remote_created_at": "2020-03-31T00:00:00Z",
"remote_updated_at": "2020-03-31T00:00:00Z",
"payments": [
"b26fd49a-cbae-470a-a8f8-bcbc119e0390"
],
"memo": "Weekly Payment",
"currency": "USD",
"exchange_rate": "2.9",
"company": "595c8f97-2ac4-45b7-b000-41bdf43240b5",
"lines": [
{
"remote_id": "121222",
"account": "9d892439-5fab-4dbb-8bd8-34f7f96c7912",
"net_amount": 25.54,
"tracking_category": "d25d609b-945f-4762-b55a-1c8fb220c43c",
"tracking_categories": [
"d25d609b-945f-4762-b55a-1c8fb220c43c",
"9b840d2-686a-465a-8a8e-7b028498f8e4",
"a47e11b6-c73b-4a0c-be31-130fc48177fa"
],
"contact": "d2d5ea3c-b032-11ec-b909-0242ac120002",
"company": "595c8f97-2ac4-45b7-b000-41bdf43240b5",
"description": "Cash payment for lunch",
"exchange_rate": "2.9"
},
{
"remote_id": "121223",
"account": "f963f34d-3d2f-4f77-b557-cf36bc7e6498",
"net_amount": 10
}
],
"tracking_categories": [
"b38c59b0-a9d7-4740-b1ee-5436c6751e3d",
"9b840d2-686a-465a-8a8e-7b028498f8e4",
"a47e11b6-c73b-4a0c-be31-130fc48177fa"
],
"remote_was_deleted": true,
"posting_status": "POSTED",
"id": "ecbe05ac-62a3-46c5-ab31-4b478b37d1b4",
"remote_id": "088899",
Show advanced fields
}

GET
/journal-entries

Returns a list of JournalEntry objects.


Header Parameters

AuthorizationString
Required
Token-based authentication with required prefix "Bearer"

X-Account-TokenString
Required
Token identifying the end user.
Query & Path Parameters

company_idString
Optional
If provided, will only return journal entries for this company.

created_afterString
Optional
If provided, will only return objects created after this datetime.

created_beforeString
Optional
If provided, will only return objects created before this datetime.

cursorString
Optional
The pagination cursor value.

expandString
Optional
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.

include_deleted_dataBoolean
Optional
Whether to include data that was marked as deleted by third party webhooks.

include_remote_dataBoolean
Optional
Whether to include the original data Merge fetched from the third-party to produce these models.

modified_afterString
Optional
If provided, only objects synced by Merge after this date time will be returned.

modified_beforeString
Optional
If provided, only objects synced by Merge before this date time will be returned.

page_sizeInteger
Optional
Number of results to return per page.

remote_idString
Optional
The API provider's ID for the given object.

transaction_date_afterString
Optional
If provided, will only return objects created after this datetime.

transaction_date_beforeString
Optional
If provided, will only return objects created before this datetime.

Response
JSON
{
"next": "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw",
"previous": "cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ",
"results": [
{
"transaction_date": "2020-03-31T00:00:00Z",
"remote_created_at": "2020-03-31T00:00:00Z",
"remote_updated_at": "2020-03-31T00:00:00Z",
"payments": [
"b26fd49a-cbae-470a-a8f8-bcbc119e0390"
],
"memo": "Weekly Payment",
"currency": "USD",
"exchange_rate": "2.9",
"company": "595c8f97-2ac4-45b7-b000-41bdf43240b5",
"lines": [
{
"remote_id": "121222",
"account": "9d892439-5fab-4dbb-8bd8-34f7f96c7912",
"net_amount": 25.54,
"tracking_category": "d25d609b-945f-4762-b55a-1c8fb220c43c",
"tracking_categories": [
"d25d609b-945f-4762-b55a-1c8fb220c43c",
"9b840d2-686a-465a-8a8e-7b028498f8e4",
"a47e11b6-c73b-4a0c-be31-130fc48177fa"
],
"contact": "d2d5ea3c-b032-11ec-b909-0242ac120002",
"company": "595c8f97-2ac4-45b7-b000-41bdf43240b5",
"description": "Cash payment for lunch",
"exchange_rate": "2.9"
},
{
"remote_id": "121223",
"account": "f963f34d-3d2f-4f77-b557-cf36bc7e6498",
"net_amount": 10
}
],
"tracking_categories": [
"b38c59b0-a9d7-4740-b1ee-5436c6751e3d",
"9b840d2-686a-465a-8a8e-7b028498f8e4",
"a47e11b6-c73b-4a0c-be31-130fc48177fa"
],
"remote_was_deleted": true,
"posting_status": "POSTED",
"id": "ecbe05ac-62a3-46c5-ab31-4b478b37d1b4",
"remote_id": "088899",
Show advanced fields
}
]
}
Field support by platform
FreeAgent
FreeAgent

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
remote_idstring
accountstring
net_amountnumber
descriptionstring

memoString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

remote_updated_atString

transaction_dateString
FreshBooks
FreshBooks

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
accountstring
net_amountnumber

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString
Microsoft Dynamics 365 Business Central
Microsoft Dynamics 365 Business Central

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
remote_idstring
accountstring
net_amountnumber
tracking_categoriesarray
descriptionstring

companyString

memoString

paymentsArray

posting_statusEnum

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

remote_updated_atString

tracking_categoriesArray

transaction_dateString
NetSuite
NetSuite

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
remote_idstring
accountstring
net_amountnumber
tracking_categorystring
tracking_categoriesarray
descriptionstring

companyString

currencyEnum

exchange_rateString

memoString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

tracking_categoriesArray

transaction_dateString
QuickBooks Online
QuickBooks Online

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
remote_idstring
accountstring
net_amountnumber
tracking_categorystring
tracking_categoriesarray
contactstring
descriptionstring

currencyEnum

exchange_rateString

memoString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

remote_updated_atString

transaction_dateString
Sage Business Cloud Accounting
Sage Business Cloud Accounting

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
remote_idstring
accountstring
net_amountnumber

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

transaction_dateString
Sage Intacct
Sage Intacct

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
remote_idstring
accountstring
net_amountnumber
tracking_categorystring
contactstring
descriptionstring

companyString

memoString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

remote_updated_atString

transaction_dateString
Workday
Workday

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
accountstring
net_amountnumber
tracking_categoriesarray
contactstring
exchange_ratestring

companyString

currencyEnum

memoString

posting_statusEnum

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

remote_updated_atString

transaction_dateString
Xero
Xero

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
remote_idstring
accountstring
net_amountnumber
tracking_categoriesarray
descriptionstring

memoString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

transaction_dateString
Zoho Books
Zoho Books

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
remote_idstring
accountstring
net_amountnumber
descriptionstring

companyString

currencyEnum

exchange_rateString

memoString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

remote_updated_atString

transaction_dateString
Hint: Use the /linked-accounts endpoint to pull platform support information.
POST
/journal-entries

Creates a JournalEntry object with the given values.


Header Parameters

AuthorizationString
Required
Token-based authentication with required prefix "Bearer"

X-Account-TokenString
Required
Token identifying the end user.
Query & Path Parameters

is_debug_modeBoolean
Optional
Whether to include debug fields (such as log file links) in the response.

run_asyncBoolean
Optional
Whether or not third-party updates should be run asynchronously.
Body Parameters

modelObject
Required
Find available fields below under “Model Parameters”.
Model Parameters
View app-specific writable fields under “Field support by platform” in this section.

transaction_dateString
The journal entry's transaction date.

paymentsArray
Array of Payment object IDs.

memoString
The journal entry's private note.

currencyEnum
The journal's currency. Must pass in one of the following choices: XUA, AFN, AFA, ALL, ALK, DZD, ADP, AOA, AOK, AON, AOR, ARA, ARS, ARM, ARP, ARL, AMD, AWG, AUD, ATS, AZN, AZM, BSD, BHD, BDT, BBD, BYN, BYB, BYR, BEF, BEC, BEL, BZD, BMD, BTN, BOB, BOL, BOV, BOP, BAM, BAD, BAN, BWP, BRC, BRZ, BRE, BRR, BRN, BRB, BRL, GBP, BND, BGL, BGN, BGO, BGM, BUK, BIF, XPF, KHR, CAD, CVE, KYD, XAF, CLE, CLP, CLF, CNX, CNY, CNH, COP, COU, KMF, CDF, CRC, HRD, HRK, CUC, CUP, CYP, CZK, CSK, DKK, DJF, DOP, NLG, XCD, DDM, ECS, ECV, EGP, GQE, ERN, EEK, ETB, EUR, XBA, XEU, XBB, XBC, XBD, FKP, FJD, FIM, FRF, XFO, XFU, GMD, GEK, GEL, DEM, GHS, GHC, GIP, XAU, GRD, GTQ, GWP, GNF, GNS, GYD, HTG, HNL, HKD, HUF, IMP, ISK, ISJ, INR, IDR, IRR, IQD, IEP, ILS, ILP, ILR, ITL, JMD, JPY, JOD, KZT, KES, KWD, KGS, LAK, LVL, LVR, LBP, LSL, LRD, LYD, LTL, LTT, LUL, LUC, LUF, MOP, MKD, MKN, MGA, MGF, MWK, MYR, MVR, MVP, MLF, MTL, MTP, MRU, MRO, MUR, MXV, MXN, MXP, MDC, MDL, MCF, MNT, MAD, MAF, MZE, MZN, MZM, MMK, NAD, NPR, ANG, TWD, NZD, NIO, NIC, NGN, KPW, NOK, OMR, PKR, XPD, PAB, PGK, PYG, PEI, PEN, PES, PHP, XPT, PLN, PLZ, PTE, GWE, QAR, XRE, RHD, RON, ROL, RUB, RUR, RWF, SVC, WST, SAR, RSD, CSD, SCR, SLL, XAG, SGD, SKK, SIT, SBD, SOS, ZAR, ZAL, KRH, KRW, KRO, SSP, SUR, ESP, ESA, ESB, XDR, LKR, SHP, XSU, SDD, SDG, SDP, SRD, SRG, SZL, SEK, CHF, SYP, STN, STD, TVD, TJR, TJS, TZS, XTS, THB, XXX, TPE, TOP, TTD, TND, TRY, TRL, TMT, TMM, USD, USN, USS, UGX, UGS, UAH, UAK, AED, UYW, UYU, UYP, UYI, UZS, VUV, VES, VEB, VEF, VND, VNN, CHE, CHW, XOF, YDD, YER, YUN, YUD, YUM, YUR, ZWN, ZRN, ZRZ, ZMW, ZMK, ZWD, ZWR, ZWL.

exchange_rateString
The journal entry's exchange rate.

companyString
The company the journal entry belongs to. Must pass in a valid Merge ID, which can be obtained from the id field in the CompanyInfo object.

linesArray

posting_statusEnum
The journal's posting status. Must pass in one of the following choices: UNPOSTED, POSTED.

integration_paramsObject

linked_account_paramsObject

POST v1/journal-entries
JSON
{
"model": {
"transaction_date": "2023-05-26T22:33:52.719Z",
"payments": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"memo": "string",
"exchange_rate": "string",
"company": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"lines": [
{
"remote_id": "121222",
"account": "9d892439-5fab-4dbb-8bd8-34f7f96c7912",
"net_amount": 25.54,
"tracking_category": "d25d609b-945f-4762-b55a-1c8fb220c43c",
"tracking_categories": [
"d25d609b-945f-4762-b55a-1c8fb220c43c",
"9b840d2-686a-465a-8a8e-7b028498f8e4",
"a47e11b6-c73b-4a0c-be31-130fc48177fa"
],
"contact": "d2d5ea3c-b032-11ec-b909-0242ac120002",
"description": "Cash payment for lunch",
"exchange_rate": "2.9"
}
]
}
}
Response
JSON
{
"model": {
"transaction_date": "2020-03-31T00:00:00Z",
"remote_created_at": "2020-03-31T00:00:00Z",
"remote_updated_at": "2020-03-31T00:00:00Z",
"payments": [
"b26fd49a-cbae-470a-a8f8-bcbc119e0390"
],
"memo": "Weekly Payment",
"currency": "USD",
"exchange_rate": "2.9",
"company": "595c8f97-2ac4-45b7-b000-41bdf43240b5",
"lines": [
{
"remote_id": "121222",
"account": "9d892439-5fab-4dbb-8bd8-34f7f96c7912",
"net_amount": 25.54,
"tracking_category": "d25d609b-945f-4762-b55a-1c8fb220c43c",
"tracking_categories": [
"d25d609b-945f-4762-b55a-1c8fb220c43c",
"9b840d2-686a-465a-8a8e-7b028498f8e4",
"a47e11b6-c73b-4a0c-be31-130fc48177fa"
],
"contact": "d2d5ea3c-b032-11ec-b909-0242ac120002",
"company": "595c8f97-2ac4-45b7-b000-41bdf43240b5",
"description": "Cash payment for lunch",
"exchange_rate": "2.9"
},
{
"remote_id": "121223",
"account": "f963f34d-3d2f-4f77-b557-cf36bc7e6498",
"net_amount": 10
}
],
"tracking_categories": [
"b38c59b0-a9d7-4740-b1ee-5436c6751e3d",
"9b840d2-686a-465a-8a8e-7b028498f8e4",
"a47e11b6-c73b-4a0c-be31-130fc48177fa"
],
"remote_was_deleted": true,
"posting_status": "POSTED",
"id": "ecbe05ac-62a3-46c5-ab31-4b478b37d1b4",
"remote_id": "088899",
Show advanced fields
}
}
Field support by platform
Microsoft Dynamics 365 Business Central
Microsoft Dynamics 365 Business Central

Merge supports Passthrough Requests to this platform's API

Supported POST Model Parameters


memoString
Optional

remote_idString
Optional

remote_updated_atString
Optional

Additional POST Parameters


integration_paramsObject
Required
company_idString
Required
NetSuite
NetSuite

Merge supports Passthrough Requests to this platform's API

Supported POST Model Parameters


currencyEnum
Optional

memoString
Optional

remote_created_atString
Optional

remote_idString
Optional

remote_updated_atString
Optional

transaction_dateString
Optional

Additional POST Parameters


companyString
Required
QuickBooks Online
QuickBooks Online

Merge supports Passthrough Requests to this platform's API

Supported POST Model Parameters


linesJournalLine[]
remote_idstring
accountstring
net_amountnumber
tracking_categorystring
tracking_categoriesarray
contactstring
descriptionstring
exchange_ratestring
modified_atstring

remote_created_atString
Optional

remote_idString
Optional

transaction_dateString
Optional
Sage Intacct
Sage Intacct

Merge supports Passthrough Requests to this platform's API

Supported POST Model Parameters


memoString
Required

remote_created_atString
Optional

remote_idString
Optional

remote_updated_atString
Optional

transaction_dateString
Optional

Additional POST Parameters


currencyString
Required

integration_paramsString
Required

linesString
Required
Xero
Xero

Merge supports Passthrough Requests to this platform's API

Supported POST Model Parameters


remote_created_atString
Optional

remote_idString
Optional

transaction_dateString
Optional

Additional POST Parameters


integration_paramsObject
Required
narrationString
Required

linesString
Required
FreeAgent
FreeAgent
Coming Soon
FreshBooks
FreshBooks
Coming Soon
Hint: Use the /linked-accounts endpoint to pull platform support information.
GET
/journal-entries/{id}

Returns a JournalEntry object with the given id.


Header Parameters

AuthorizationString
Required
Token-based authentication with required prefix "Bearer"

X-Account-TokenString
Required
Token identifying the end user.
Query & Path Parameters

expandString
Optional
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.

idString
Required

include_remote_dataBoolean
Optional
Whether to include the original data Merge fetched from the third-party to produce these models.
Response
JSON
{
"transaction_date": "2020-03-31T00:00:00Z",
"remote_created_at": "2020-03-31T00:00:00Z",
"remote_updated_at": "2020-03-31T00:00:00Z",
"payments": [
"b26fd49a-cbae-470a-a8f8-bcbc119e0390"
],
"memo": "Weekly Payment",
"currency": "USD",
"exchange_rate": "2.9",
"company": "595c8f97-2ac4-45b7-b000-41bdf43240b5",
"lines": [
{
"remote_id": "121222",
"account": "9d892439-5fab-4dbb-8bd8-34f7f96c7912",
"net_amount": 25.54,
"tracking_category": "d25d609b-945f-4762-b55a-1c8fb220c43c",
"tracking_categories": [
"d25d609b-945f-4762-b55a-1c8fb220c43c",
"9b840d2-686a-465a-8a8e-7b028498f8e4",
"a47e11b6-c73b-4a0c-be31-130fc48177fa"
],
"contact": "d2d5ea3c-b032-11ec-b909-0242ac120002",
"company": "595c8f97-2ac4-45b7-b000-41bdf43240b5",
"description": "Cash payment for lunch",
"exchange_rate": "2.9"
},
{
"remote_id": "121223",
"account": "f963f34d-3d2f-4f77-b557-cf36bc7e6498",
"net_amount": 10
}
],
"tracking_categories": [
"b38c59b0-a9d7-4740-b1ee-5436c6751e3d",
"9b840d2-686a-465a-8a8e-7b028498f8e4",
"a47e11b6-c73b-4a0c-be31-130fc48177fa"
],
"remote_was_deleted": true,
"posting_status": "POSTED",
"id": "ecbe05ac-62a3-46c5-ab31-4b478b37d1b4",
"remote_id": "088899",
Show advanced fields
}
Field support by platform
FreeAgent
FreeAgent

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
remote_idstring
accountstring
net_amountnumber
descriptionstring

memoString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

remote_updated_atString

transaction_dateString
FreshBooks
FreshBooks

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
accountstring
net_amountnumber

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString
Microsoft Dynamics 365 Business Central
Microsoft Dynamics 365 Business Central

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
remote_idstring
accountstring
net_amountnumber
tracking_categoriesarray
descriptionstring

companyString

memoString

paymentsArray

posting_statusEnum

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

remote_updated_atString

tracking_categoriesArray

transaction_dateString
NetSuite
NetSuite

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
remote_idstring
accountstring
net_amountnumber
tracking_categorystring
tracking_categoriesarray
descriptionstring

companyString

currencyEnum

exchange_rateString

memoString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

tracking_categoriesArray

transaction_dateString
QuickBooks Online
QuickBooks Online

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
remote_idstring
accountstring
net_amountnumber
tracking_categorystring
tracking_categoriesarray
contactstring
descriptionstring

currencyEnum

exchange_rateString

memoString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

remote_updated_atString

transaction_dateString
Sage Business Cloud Accounting
Sage Business Cloud Accounting

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
remote_idstring
accountstring
net_amountnumber

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

transaction_dateString
Sage Intacct
Sage Intacct

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
remote_idstring
accountstring
net_amountnumber
tracking_categorystring
contactstring
descriptionstring

companyString

memoString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

remote_updated_atString

transaction_dateString
Workday
Workday

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
accountstring
net_amountnumber
tracking_categoriesarray
contactstring
exchange_ratestring

companyString

currencyEnum

memoString

posting_statusEnum

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

remote_updated_atString

transaction_dateString
Xero
Xero

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
remote_idstring
accountstring
net_amountnumber
tracking_categoriesarray
descriptionstring

memoString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

transaction_dateString
Zoho Books
Zoho Books

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
remote_idstring
accountstring
net_amountnumber
descriptionstring

companyString

currencyEnum

exchange_rateString

memoString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

remote_updated_atString

transaction_dateString
Hint: Use the /linked-accounts endpoint to pull platform support information.
GET
/journal-entries/meta/post

Returns metadata for JournalEntry POSTs.


Header Parameters

AuthorizationString
Required
Token-based authentication with required prefix "Bearer"

X-Account-TokenString
Required
Token identifying the end user.
Response
JSON
{
"request_schema": {},
"remote_field_classes": {},
"status": {
"linked_account_status": "string",
"can_make_request": true
},
"has_conditional_params": true,
"has_required_linked_account_params": true
}
Field support by platform
FreeAgent
FreeAgent

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
remote_idstring
accountstring
net_amountnumber
descriptionstring

memoString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

remote_updated_atString

transaction_dateString
FreshBooks
FreshBooks

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
accountstring
net_amountnumber

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString
Microsoft Dynamics 365 Business Central
Microsoft Dynamics 365 Business Central

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
remote_idstring
accountstring
net_amountnumber
tracking_categoriesarray
descriptionstring

companyString

memoString

paymentsArray

posting_statusEnum

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

remote_updated_atString

tracking_categoriesArray

transaction_dateString
NetSuite
NetSuite

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
remote_idstring
accountstring
net_amountnumber
tracking_categorystring
tracking_categoriesarray
descriptionstring

companyString

currencyEnum

exchange_rateString

memoString

remote_created_atString

remote_dataRemoteData[]
pathstring
dataobject

remote_idString

tracking_categoriesArray

transaction_dateString
QuickBooks Online
QuickBooks Online

Merge supports Passthrough Requests to this platform's API

Supported Response Fields


linesJournalLine[]
remote_idstring
accountstring
net_amountnumber
tracking_categorystring
tracking_categoriesarray
contactstring
descriptionstring

currencyEnum

exchange_rateString

memoString

remote_created_atString

remote_dataRemoteData[]
pathstring