Journals
- : Access Younium API
The Journal identifier
Success
Bad Request.
Unauthorized
Forbidden
Not Found
GET /Journals/{id} HTTP/1.1
Host: api.younium.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"journalNumber": "text",
"accountingPeriod": {
"description": "text",
"fiscalYear": 1,
"fiscalPeriod": 1,
"fiscalQuarter": 1,
"calendarYear": 1,
"calendarMonth": 1,
"startDate": "2025-11-28T21:05:06.130Z",
"endDate": "2025-11-28T21:05:06.130Z",
"status": "Open",
"closedDate": "2025-11-28T21:05:06.130Z"
},
"journalType": "Invoice",
"description": "text",
"posted": true,
"postedDate": "2025-11-28T21:05:06.130Z",
"vouchers": [
{
"transactionNumber": "text",
"effectiveDate": "2025-11-28T21:05:06.130Z",
"source": "Invoicing",
"transactions": [
{
"description": "text",
"account": "text",
"debitAmount": 1,
"creditAmount": 1,
"salesCurrencyDebitAmount": 1,
"salesCurrencyCreditAmount": 1,
"salesCurrency": "text",
"exchangeRate": 1,
"customFields": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
],
"orderChargeNumber": "text",
"orderChargeId": "123e4567-e89b-12d3-a456-426614174000",
"revenueScheduleItemId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceNumber": "text",
"invoiceAccountId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceLineId": "123e4567-e89b-12d3-a456-426614174000",
"paymentId": "123e4567-e89b-12d3-a456-426614174000",
"paymentSettlementId": "123e4567-e89b-12d3-a456-426614174000",
"externalERPId": "text",
"externalCRMId": "text",
"created": "2025-11-28T21:05:06.130Z",
"modified": "2025-11-28T21:05:06.130Z"
}
],
"externalERPId": "text",
"transferredToERP": "2022-12-03",
"created": "2025-11-28T21:05:06.130Z",
"modified": "2025-11-28T21:05:06.130Z"
}- : Access Younium API
Date of when journal was transferred to external ERP.
2022-12-03Success
No content
Bad Request.
Unauthorized
Forbidden
PATCH /Journals/{id} HTTP/1.1
Host: api.younium.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/merge-patch+json
Accept: */*
Content-Length: 77
{
"description": "text",
"externalERPId": "text",
"transferredToERP": "2022-12-03"
}No content
- : Access Younium API
Filter the results. See developer resources for more information
name eq 'Adam' and age gt 20Sorting the results. See developer resources for more information
accountNumber DescApply a separate modified After filter. See 'ModifiedBefore' filter for further details.
2025-11-01Filter is also applied on sub entities: 'vouchers' (accounting transactions), 'transactions' and 'customFields' on transactions
2025-11-01Page Size
20Page Number
1Success
Bad Request.
Unauthorized
Forbidden
GET /Journals HTTP/1.1
Host: api.younium.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"pageNumber": 1,
"pageSize": 1,
"totalPages": 1,
"totalCount": 1,
"nextPage": "https://example.com",
"previousPage": "https://example.com",
"firstPage": "https://example.com",
"lastPage": "https://example.com",
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"journalNumber": "text",
"accountingPeriod": {
"description": "text",
"fiscalYear": 1,
"fiscalPeriod": 1,
"fiscalQuarter": 1,
"calendarYear": 1,
"calendarMonth": 1,
"startDate": "2025-11-28T21:05:06.130Z",
"endDate": "2025-11-28T21:05:06.130Z",
"status": "Open",
"closedDate": "2025-11-28T21:05:06.130Z"
},
"journalType": "Invoice",
"description": "text",
"posted": true,
"postedDate": "2025-11-28T21:05:06.130Z",
"vouchers": [
{
"transactionNumber": "text",
"effectiveDate": "2025-11-28T21:05:06.130Z",
"source": "Invoicing",
"transactions": [
{
"description": "text",
"account": "text",
"debitAmount": 1,
"creditAmount": 1,
"salesCurrencyDebitAmount": 1,
"salesCurrencyCreditAmount": 1,
"salesCurrency": "text",
"exchangeRate": 1,
"customFields": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
],
"orderChargeNumber": "text",
"orderChargeId": "123e4567-e89b-12d3-a456-426614174000",
"revenueScheduleItemId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceNumber": "text",
"invoiceAccountId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceLineId": "123e4567-e89b-12d3-a456-426614174000",
"paymentId": "123e4567-e89b-12d3-a456-426614174000",
"paymentSettlementId": "123e4567-e89b-12d3-a456-426614174000",
"externalERPId": "text",
"externalCRMId": "text",
"created": "2025-11-28T21:05:06.130Z",
"modified": "2025-11-28T21:05:06.130Z"
}
],
"externalERPId": "text",
"transferredToERP": "2022-12-03",
"created": "2025-11-28T21:05:06.130Z",
"modified": "2025-11-28T21:05:06.130Z"
}
]
}- : Access Younium API
Filter the results. See developer resources for more information
name eq 'Adam' and age gt 20Sorting the results. See developer resources for more information
accountNumber DescApply a separate modified After filter. See 'ModifiedBefore' filter for further details.
2025-11-01Apply a separate filter to only get records that has been modified Before the specified date time.
2025-11-01Page Size
20Page Number
1Success
Bad Request.
Unauthorized
Forbidden
GET /Journals/JournalDetails HTTP/1.1
Host: api.younium.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"pageNumber": 1,
"pageSize": 1,
"totalPages": 1,
"totalCount": 1,
"nextPage": "https://example.com",
"previousPage": "https://example.com",
"firstPage": "https://example.com",
"lastPage": "https://example.com",
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"journalNumber": "text",
"accountingPeriod": {
"description": "text",
"fiscalYear": 1,
"fiscalPeriod": 1,
"fiscalQuarter": 1,
"calendarYear": 1,
"calendarMonth": 1,
"startDate": "2025-11-28T21:05:06.130Z",
"endDate": "2025-11-28T21:05:06.130Z",
"status": "Open",
"closedDate": "2025-11-28T21:05:06.130Z"
},
"journalType": "Invoice",
"description": "text",
"posted": true,
"postedDate": "2025-11-28T21:05:06.130Z",
"externalERPId": "text",
"transferredToERP": "2022-12-03",
"created": "2025-11-28T21:05:06.130Z",
"modified": "2025-11-28T21:05:06.130Z"
}
]
}- : Access Younium API
Success
Bad Request.
Unauthorized
Forbidden
Not Found
GET /Journals/{id}/JournalSummary HTTP/1.1
Host: api.younium.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"pageNumber": 1,
"pageSize": 1,
"totalPages": 1,
"totalCount": 1,
"nextPage": "https://example.com",
"previousPage": "https://example.com",
"firstPage": "https://example.com",
"lastPage": "https://example.com",
"data": [
{
"summaryLines": [
{
"accountCode": "text",
"accountName": "text",
"creditAmount": 1,
"debitAmount": 1,
"dimensions": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
],
"id": "123e4567-e89b-12d3-a456-426614174000",
"journalNumber": "text",
"accountingPeriod": {
"description": "text",
"fiscalYear": 1,
"fiscalPeriod": 1,
"fiscalQuarter": 1,
"calendarYear": 1,
"calendarMonth": 1,
"startDate": "2025-11-28T21:05:06.130Z",
"endDate": "2025-11-28T21:05:06.130Z",
"status": "Open",
"closedDate": "2025-11-28T21:05:06.130Z"
},
"journalType": "Invoice",
"description": "text",
"posted": true,
"postedDate": "2025-11-28T21:05:06.130Z",
"externalERPId": "text",
"transferredToERP": "2022-12-03",
"created": "2025-11-28T21:05:06.130Z",
"modified": "2025-11-28T21:05:06.130Z"
}
]
}Get Accounting transactions by fiscal year.
- : Access Younium API
Filter the results. See developer resources for more information
name eq 'Adam' and age gt 20Sorting the results. See developer resources for more information
accountNumber DescApply a separate modified After filter. See 'ModifiedBefore' filter for further details.
2025-11-01Filter is applied on sub entities: transactions and transaction custom fields
2025-11-01Page Size
20Page Number
1Success
Bad Request.
Unauthorized
Forbidden
GET /Journals/AccountingTransactions/{year} HTTP/1.1
Host: api.younium.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"pageNumber": 1,
"pageSize": 1,
"totalPages": 1,
"totalCount": 1,
"nextPage": "https://example.com",
"previousPage": "https://example.com",
"firstPage": "https://example.com",
"lastPage": "https://example.com",
"data": [
{
"transactionNumber": "text",
"effectiveDate": "2025-11-28T21:05:06.130Z",
"source": "Invoicing",
"transactions": [
{
"description": "text",
"account": "text",
"debitAmount": 1,
"creditAmount": 1,
"salesCurrencyDebitAmount": 1,
"salesCurrencyCreditAmount": 1,
"salesCurrency": "text",
"exchangeRate": 1,
"customFields": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
],
"orderChargeNumber": "text",
"orderChargeId": "123e4567-e89b-12d3-a456-426614174000",
"revenueScheduleItemId": "123e4567-e89b-12d3-a456-426614174000",
"invoice": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"invoiceNumber": "text",
"status": "Draft",
"notes": "text",
"invoiceDate": "2025-11-28T21:05:06.130Z",
"currency": "text",
"subtotal": 1,
"tax": 1,
"totalAmount": 1,
"settledAmount": 1,
"taxIncluded": true,
"invoiceBatchId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceType": "Invoice",
"customFields": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"externalERPId": "text",
"externalCRMId": "text"
},
"invoiceAccountId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceLineId": "123e4567-e89b-12d3-a456-426614174000",
"paymentId": "123e4567-e89b-12d3-a456-426614174000",
"paymentSettlementId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceAccount": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"accountNumber": "text",
"accountType": "Customer",
"invoiceDeliveryMethod": "Email",
"name": "text",
"organizationNumber": "text",
"accountsReceivable": "text",
"currencyCode": "text",
"taxRegistrationNumber": "text",
"taxTemplate": "text",
"invoiceBatchGroupId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceSettingGroupId": "123e4567-e89b-12d3-a456-426614174000",
"customFields": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"externalERPId": "text",
"externalCRMId": "text"
},
"journalId": "123e4567-e89b-12d3-a456-426614174000",
"externalERPId": "text",
"externalCRMId": "text",
"created": "2025-11-28T21:05:06.130Z",
"modified": "2025-11-28T21:05:06.130Z"
}
]
}Get Accounting transactions by fiscal year and period.
- : Access Younium API
Filter the results. See developer resources for more information
name eq 'Adam' and age gt 20Sorting the results. See developer resources for more information
accountNumber DescApply a separate modified After filter. See 'ModifiedBefore' filter for further details.
2025-11-01Filter is applied on sub entities: transactions and transaction custom fields
2025-11-01Page Size
20Page Number
1Success
Bad Request.
Unauthorized
Forbidden
GET /Journals/AccountingTransactions/{year}/FiscalPeriod/{period} HTTP/1.1
Host: api.younium.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"pageNumber": 1,
"pageSize": 1,
"totalPages": 1,
"totalCount": 1,
"nextPage": "https://example.com",
"previousPage": "https://example.com",
"firstPage": "https://example.com",
"lastPage": "https://example.com",
"data": [
{
"transactionNumber": "text",
"effectiveDate": "2025-11-28T21:05:06.130Z",
"source": "Invoicing",
"transactions": [
{
"description": "text",
"account": "text",
"debitAmount": 1,
"creditAmount": 1,
"salesCurrencyDebitAmount": 1,
"salesCurrencyCreditAmount": 1,
"salesCurrency": "text",
"exchangeRate": 1,
"customFields": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
],
"orderChargeNumber": "text",
"orderChargeId": "123e4567-e89b-12d3-a456-426614174000",
"revenueScheduleItemId": "123e4567-e89b-12d3-a456-426614174000",
"invoice": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"invoiceNumber": "text",
"status": "Draft",
"notes": "text",
"invoiceDate": "2025-11-28T21:05:06.130Z",
"currency": "text",
"subtotal": 1,
"tax": 1,
"totalAmount": 1,
"settledAmount": 1,
"taxIncluded": true,
"invoiceBatchId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceType": "Invoice",
"customFields": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"externalERPId": "text",
"externalCRMId": "text"
},
"invoiceAccountId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceLineId": "123e4567-e89b-12d3-a456-426614174000",
"paymentId": "123e4567-e89b-12d3-a456-426614174000",
"paymentSettlementId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceAccount": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"accountNumber": "text",
"accountType": "Customer",
"invoiceDeliveryMethod": "Email",
"name": "text",
"organizationNumber": "text",
"accountsReceivable": "text",
"currencyCode": "text",
"taxRegistrationNumber": "text",
"taxTemplate": "text",
"invoiceBatchGroupId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceSettingGroupId": "123e4567-e89b-12d3-a456-426614174000",
"customFields": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"externalERPId": "text",
"externalCRMId": "text"
},
"journalId": "123e4567-e89b-12d3-a456-426614174000",
"externalERPId": "text",
"externalCRMId": "text",
"created": "2025-11-28T21:05:06.130Z",
"modified": "2025-11-28T21:05:06.130Z"
}
]
}Get Accounting transactions by fiscal year and quarter.
- : Access Younium API
Filter the results. See developer resources for more information
name eq 'Adam' and age gt 20Sorting the results. See developer resources for more information
accountNumber DescApply a separate modified After filter. See 'ModifiedBefore' filter for further details.
2025-11-01Filter is applied on sub entities: transactions and transaction custom fields
2025-11-01Page Size
20Page Number
1Success
Bad Request.
Unauthorized
Forbidden
GET /Journals/AccountingTransactions/{year}/FiscalQuarter/{quarter} HTTP/1.1
Host: api.younium.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"pageNumber": 1,
"pageSize": 1,
"totalPages": 1,
"totalCount": 1,
"nextPage": "https://example.com",
"previousPage": "https://example.com",
"firstPage": "https://example.com",
"lastPage": "https://example.com",
"data": [
{
"transactionNumber": "text",
"effectiveDate": "2025-11-28T21:05:06.130Z",
"source": "Invoicing",
"transactions": [
{
"description": "text",
"account": "text",
"debitAmount": 1,
"creditAmount": 1,
"salesCurrencyDebitAmount": 1,
"salesCurrencyCreditAmount": 1,
"salesCurrency": "text",
"exchangeRate": 1,
"customFields": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
],
"orderChargeNumber": "text",
"orderChargeId": "123e4567-e89b-12d3-a456-426614174000",
"revenueScheduleItemId": "123e4567-e89b-12d3-a456-426614174000",
"invoice": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"invoiceNumber": "text",
"status": "Draft",
"notes": "text",
"invoiceDate": "2025-11-28T21:05:06.130Z",
"currency": "text",
"subtotal": 1,
"tax": 1,
"totalAmount": 1,
"settledAmount": 1,
"taxIncluded": true,
"invoiceBatchId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceType": "Invoice",
"customFields": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"externalERPId": "text",
"externalCRMId": "text"
},
"invoiceAccountId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceLineId": "123e4567-e89b-12d3-a456-426614174000",
"paymentId": "123e4567-e89b-12d3-a456-426614174000",
"paymentSettlementId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceAccount": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"accountNumber": "text",
"accountType": "Customer",
"invoiceDeliveryMethod": "Email",
"name": "text",
"organizationNumber": "text",
"accountsReceivable": "text",
"currencyCode": "text",
"taxRegistrationNumber": "text",
"taxTemplate": "text",
"invoiceBatchGroupId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceSettingGroupId": "123e4567-e89b-12d3-a456-426614174000",
"customFields": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"externalERPId": "text",
"externalCRMId": "text"
},
"journalId": "123e4567-e89b-12d3-a456-426614174000",
"externalERPId": "text",
"externalCRMId": "text",
"created": "2025-11-28T21:05:06.130Z",
"modified": "2025-11-28T21:05:06.130Z"
}
]
}- : Access Younium API
Code or Id
Filter the results. See developer resources for more information
name eq 'Adam' and age gt 20Sorting the results. See developer resources for more information
accountNumber DescApply a separate modified After filter. See 'ModifiedBefore' filter for further details.
2025-11-01Filter is applied on sub entities: transactions and transaction custom fields
2025-11-01Page Size
20Page Number
1Success
Bad Request.
Unauthorized
Forbidden
GET /Journals/AccountingTransactions/{year}/FinancialAccounts/{financialAccount} HTTP/1.1
Host: api.younium.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"pageNumber": 1,
"pageSize": 1,
"totalPages": 1,
"totalCount": 1,
"nextPage": "https://example.com",
"previousPage": "https://example.com",
"firstPage": "https://example.com",
"lastPage": "https://example.com",
"data": [
{
"transactionNumber": "text",
"effectiveDate": "2025-11-28T21:05:06.130Z",
"source": "Invoicing",
"transactions": [
{
"description": "text",
"account": "text",
"debitAmount": 1,
"creditAmount": 1,
"salesCurrencyDebitAmount": 1,
"salesCurrencyCreditAmount": 1,
"salesCurrency": "text",
"exchangeRate": 1,
"customFields": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
],
"orderChargeNumber": "text",
"orderChargeId": "123e4567-e89b-12d3-a456-426614174000",
"revenueScheduleItemId": "123e4567-e89b-12d3-a456-426614174000",
"invoice": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"invoiceNumber": "text",
"status": "Draft",
"notes": "text",
"invoiceDate": "2025-11-28T21:05:06.130Z",
"currency": "text",
"subtotal": 1,
"tax": 1,
"totalAmount": 1,
"settledAmount": 1,
"taxIncluded": true,
"invoiceBatchId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceType": "Invoice",
"customFields": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"externalERPId": "text",
"externalCRMId": "text"
},
"invoiceAccountId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceLineId": "123e4567-e89b-12d3-a456-426614174000",
"paymentId": "123e4567-e89b-12d3-a456-426614174000",
"paymentSettlementId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceAccount": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"accountNumber": "text",
"accountType": "Customer",
"invoiceDeliveryMethod": "Email",
"name": "text",
"organizationNumber": "text",
"accountsReceivable": "text",
"currencyCode": "text",
"taxRegistrationNumber": "text",
"taxTemplate": "text",
"invoiceBatchGroupId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceSettingGroupId": "123e4567-e89b-12d3-a456-426614174000",
"customFields": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"externalERPId": "text",
"externalCRMId": "text"
},
"journalId": "123e4567-e89b-12d3-a456-426614174000",
"externalERPId": "text",
"externalCRMId": "text",
"created": "2025-11-28T21:05:06.130Z",
"modified": "2025-11-28T21:05:06.130Z"
}
]
}- : Access Younium API
Filter the results. See developer resources for more information
name eq 'Adam' and age gt 20Sorting the results. See developer resources for more information
accountNumber DescApply a separate modified After filter. See 'ModifiedBefore' filter for further details.
2025-11-01Filter is applied on sub entities: transactions and transaction custom fields
2025-11-01Page Size
20Page Number
1Success
Bad Request.
Unauthorized
Forbidden
GET /Journals/{id}/AccountingTransactions HTTP/1.1
Host: api.younium.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"pageNumber": 1,
"pageSize": 1,
"totalPages": 1,
"totalCount": 1,
"nextPage": "https://example.com",
"previousPage": "https://example.com",
"firstPage": "https://example.com",
"lastPage": "https://example.com",
"data": [
{
"transactionNumber": "text",
"effectiveDate": "2025-11-28T21:05:06.130Z",
"source": "Invoicing",
"transactions": [
{
"description": "text",
"account": "text",
"debitAmount": 1,
"creditAmount": 1,
"salesCurrencyDebitAmount": 1,
"salesCurrencyCreditAmount": 1,
"salesCurrency": "text",
"exchangeRate": 1,
"customFields": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
],
"orderChargeNumber": "text",
"orderChargeId": "123e4567-e89b-12d3-a456-426614174000",
"revenueScheduleItemId": "123e4567-e89b-12d3-a456-426614174000",
"invoice": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"invoiceNumber": "text",
"status": "Draft",
"notes": "text",
"invoiceDate": "2025-11-28T21:05:06.130Z",
"currency": "text",
"subtotal": 1,
"tax": 1,
"totalAmount": 1,
"settledAmount": 1,
"taxIncluded": true,
"invoiceBatchId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceType": "Invoice",
"customFields": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"externalERPId": "text",
"externalCRMId": "text"
},
"invoiceAccountId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceLineId": "123e4567-e89b-12d3-a456-426614174000",
"paymentId": "123e4567-e89b-12d3-a456-426614174000",
"paymentSettlementId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceAccount": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"accountNumber": "text",
"accountType": "Customer",
"invoiceDeliveryMethod": "Email",
"name": "text",
"organizationNumber": "text",
"accountsReceivable": "text",
"currencyCode": "text",
"taxRegistrationNumber": "text",
"taxTemplate": "text",
"invoiceBatchGroupId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceSettingGroupId": "123e4567-e89b-12d3-a456-426614174000",
"customFields": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"externalERPId": "text",
"externalCRMId": "text"
},
"journalId": "123e4567-e89b-12d3-a456-426614174000",
"externalERPId": "text",
"externalCRMId": "text",
"created": "2025-11-28T21:05:06.130Z",
"modified": "2025-11-28T21:05:06.130Z"
}
]
}Last updated
Was this helpful?