Business management and ERP solution
learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/api ↗Query structured spec data via REST or MCP. Get exactly what your agent needs.
https://api.businesscentral.dynamics.com/v2.0/sandbox/api/v1.0
https://api.businesscentral.dynamics.com/v2.0/production/api/v1.0
/companies({company_id})/accounts
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of accounts
GET /companies({company_id})/accounts
/companies({company_id})/accounts({account_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| account_id | path | required | string | (v1.0) id for account |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested account
GET /companies({company_id})/accounts({account_id})
/companies({company_id})/agedAccountsPayable
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of agedAccountsPayable
GET /companies({company_id})/agedAccountsPayable
/companies({company_id})/agedAccountsPayable({agedAccountsPayable_vendorId})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| agedAccountsPayable_vendorId | path | required | string | (v1.0) vendorId for agedAccountsPayable |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested agedAccountsPayable
GET /companies({company_id})/agedAccountsPayable({agedAccountsPayable_vendorId})
/companies({company_id})/agedAccountsReceivable
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of agedAccountsReceivable
GET /companies({company_id})/agedAccountsReceivable
/companies({company_id})/agedAccountsReceivable({agedAccountsReceivable_customerId})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| agedAccountsReceivable_customerId | path | required | string | (v1.0) customerId for agedAccountsReceivable |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested agedAccountsReceivable
GET /companies({company_id})/agedAccountsReceivable({agedAccountsReceivable_customerId})
/companies({company_id})/attachments
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of attachments
GET /companies({company_id})/attachments
/companies({company_id})/attachments({attachments_parentId},{attachments_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| attachments_parentId | path | required | string | (v1.0) parentId for attachments |
| attachments_id | path | required | string | (v1.0) id for attachments |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested attachments
GET /companies({company_id})/attachments({attachments_parentId},{attachments_id})
/companies({company_id})/journalLines({journalLine_id})/attachments
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| journalLine_id | path | required | string | (v1.0) id for journalLine |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of attachments
GET /companies({company_id})/journalLines({journalLine_id})/attachments
/companies({company_id})/journalLines({journalLine_id})/attachments({attachments_parentId},{attachments_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| journalLine_id | path | required | string | (v1.0) id for journalLine |
| attachments_parentId | path | required | string | (v1.0) parentId for attachments |
| attachments_id | path | required | string | (v1.0) id for attachments |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested attachments
GET /companies({company_id})/journalLines({journalLine_id})/attachments({attachments_parentId},{attachments_id})
/companies({company_id})/journals({journal_id})/journalLines({journalLine_id})/attachments
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| journal_id | path | required | string | (v1.0) id for journal |
| journalLine_id | path | required | string | (v1.0) id for journalLine |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of attachments
GET /companies({company_id})/journals({journal_id})/journalLines({journalLine_id})/attachments
/companies({company_id})/journals({journal_id})/journalLines({journalLine_id})/attachments({attachments_parentId},{attachments_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| journal_id | path | required | string | (v1.0) id for journal |
| journalLine_id | path | required | string | (v1.0) id for journalLine |
| attachments_parentId | path | required | string | (v1.0) parentId for attachments |
| attachments_id | path | required | string | (v1.0) id for attachments |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested attachments
GET /companies({company_id})/journals({journal_id})/journalLines({journalLine_id})/attachments({attachments_parentId},{attachments_id})
/companies({company_id})/balanceSheet
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of balanceSheet
GET /companies({company_id})/balanceSheet
/companies({company_id})/balanceSheet({balanceSheet_lineNumber})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| balanceSheet_lineNumber | path | required | integer | (v1.0) lineNumber for balanceSheet |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested balanceSheet
GET /companies({company_id})/balanceSheet({balanceSheet_lineNumber})
/companies({company_id})/bankAccounts
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of bankAccounts
GET /companies({company_id})/bankAccounts
/companies({company_id})/bankAccounts({bankAccount_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| bankAccount_id | path | required | string | (v1.0) id for bankAccount |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested bankAccount
GET /companies({company_id})/bankAccounts({bankAccount_id})
/companies({company_id})/cashFlowStatement
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of cashFlowStatement
GET /companies({company_id})/cashFlowStatement
/companies({company_id})/cashFlowStatement({cashFlowStatement_lineNumber})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| cashFlowStatement_lineNumber | path | required | integer | (v1.0) lineNumber for cashFlowStatement |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested cashFlowStatement
GET /companies({company_id})/cashFlowStatement({cashFlowStatement_lineNumber})
/companies
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of companies
GET /companies
/companies({company_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested company
GET /companies({company_id})
/companies({company_id})/companyInformation
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of companyInformation
GET /companies({company_id})/companyInformation
/companies({company_id})/companyInformation({companyInformation_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| companyInformation_id | path | required | string | (v1.0) id for companyInformation |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested companyInformation
GET /companies({company_id})/companyInformation({companyInformation_id})
/companies({company_id})/countriesRegions
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of countriesRegions
GET /companies({company_id})/countriesRegions
/companies({company_id})/countriesRegions({countryRegion_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| countryRegion_id | path | required | string | (v1.0) id for countryRegion |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested countryRegion
GET /companies({company_id})/countriesRegions({countryRegion_id})
/companies({company_id})/currencies
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of currencies
GET /companies({company_id})/currencies
/companies({company_id})/currencies({currency_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| currency_id | path | required | string | (v1.0) id for currency |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested currency
GET /companies({company_id})/currencies({currency_id})
/companies({company_id})/customers
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of customers
GET /companies({company_id})/customers
/companies({company_id})/customers({customer_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| customer_id | path | required | string | (v1.0) id for customer |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested customer
GET /companies({company_id})/customers({customer_id})
/companies({company_id})/customerFinancialDetails
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of customerFinancialDetails
GET /companies({company_id})/customerFinancialDetails
/companies({company_id})/customerFinancialDetails({customerFinancialDetail_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| customerFinancialDetail_id | path | required | string | (v1.0) id for customerFinancialDetail |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested customerFinancialDetail
GET /companies({company_id})/customerFinancialDetails({customerFinancialDetail_id})
/companies({company_id})/customers({customer_id})/customerFinancialDetails
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| customer_id | path | required | string | (v1.0) id for customer |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of customerFinancialDetails
GET /companies({company_id})/customers({customer_id})/customerFinancialDetails
/companies({company_id})/customers({customer_id})/customerFinancialDetails({customerFinancialDetail_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| customer_id | path | required | string | (v1.0) id for customer |
| customerFinancialDetail_id | path | required | string | (v1.0) id for customerFinancialDetail |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested customerFinancialDetail
GET /companies({company_id})/customers({customer_id})/customerFinancialDetails({customerFinancialDetail_id})
/companies({company_id})/customerPaymentJournals({customerPaymentJournal_id})/customerPayments
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| customerPaymentJournal_id | path | required | string | (v1.0) id for customerPaymentJournal |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of customerPayments
GET /companies({company_id})/customerPaymentJournals({customerPaymentJournal_id})/customerPayments
/companies({company_id})/customerPaymentJournals({customerPaymentJournal_id})/customerPayments({customerPayment_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| customerPaymentJournal_id | path | required | string | (v1.0) id for customerPaymentJournal |
| customerPayment_id | path | required | string | (v1.0) id for customerPayment |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested customerPayment
GET /companies({company_id})/customerPaymentJournals({customerPaymentJournal_id})/customerPayments({customerPayment_id})
/companies({company_id})/customerPayments
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of customerPayments
GET /companies({company_id})/customerPayments
/companies({company_id})/customerPayments({customerPayment_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| customerPayment_id | path | required | string | (v1.0) id for customerPayment |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested customerPayment
GET /companies({company_id})/customerPayments({customerPayment_id})
/companies({company_id})/customerPaymentJournals
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of customerPaymentJournals
GET /companies({company_id})/customerPaymentJournals
/companies({company_id})/customerPaymentJournals({customerPaymentJournal_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| customerPaymentJournal_id | path | required | string | (v1.0) id for customerPaymentJournal |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested customerPaymentJournal
GET /companies({company_id})/customerPaymentJournals({customerPaymentJournal_id})
/companies({company_id})/customerSales
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of customerSales
GET /companies({company_id})/customerSales
/companies({company_id})/customerSales({customerSale_customerId},'{customerSale_customerNumber}','{customerSale_name}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| customerSale_customerId | path | required | string | (v1.0) customerId for customerSale |
| customerSale_customerNumber | path | required | string | (v1.0) customerNumber for customerSale |
| customerSale_name | path | required | string | (v1.0) name for customerSale |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested customerSale
GET /companies({company_id})/customerSales({customerSale_customerId},'{customerSale_customerNumber}','{customerSale_name}')
/companies({company_id})/customers({customer_id})/defaultDimensions
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| customer_id | path | required | string | (v1.0) id for customer |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of defaultDimensions
GET /companies({company_id})/customers({customer_id})/defaultDimensions
/companies({company_id})/customers({customer_id})/defaultDimensions({defaultDimensions_parentId},{defaultDimensions_dimensionId})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| customer_id | path | required | string | (v1.0) id for customer |
| defaultDimensions_parentId | path | required | string | (v1.0) parentId for defaultDimensions |
| defaultDimensions_dimensionId | path | required | string | (v1.0) dimensionId for defaultDimensions |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested defaultDimensions
GET /companies({company_id})/customers({customer_id})/defaultDimensions({defaultDimensions_parentId},{defaultDimensions_dimensionId})
/companies({company_id})/defaultDimensions
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of defaultDimensions
GET /companies({company_id})/defaultDimensions
/companies({company_id})/defaultDimensions({defaultDimensions_parentId},{defaultDimensions_dimensionId})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| defaultDimensions_parentId | path | required | string | (v1.0) parentId for defaultDimensions |
| defaultDimensions_dimensionId | path | required | string | (v1.0) dimensionId for defaultDimensions |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested defaultDimensions
GET /companies({company_id})/defaultDimensions({defaultDimensions_parentId},{defaultDimensions_dimensionId})
/companies({company_id})/employees({employee_id})/defaultDimensions
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| employee_id | path | required | string | (v1.0) id for employee |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of defaultDimensions
GET /companies({company_id})/employees({employee_id})/defaultDimensions
/companies({company_id})/employees({employee_id})/defaultDimensions({defaultDimensions_parentId},{defaultDimensions_dimensionId})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| employee_id | path | required | string | (v1.0) id for employee |
| defaultDimensions_parentId | path | required | string | (v1.0) parentId for defaultDimensions |
| defaultDimensions_dimensionId | path | required | string | (v1.0) dimensionId for defaultDimensions |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested defaultDimensions
GET /companies({company_id})/employees({employee_id})/defaultDimensions({defaultDimensions_parentId},{defaultDimensions_dimensionId})
/companies({company_id})/items({item_id})/defaultDimensions
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| item_id | path | required | string | (v1.0) id for item |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of defaultDimensions
GET /companies({company_id})/items({item_id})/defaultDimensions
/companies({company_id})/items({item_id})/defaultDimensions({defaultDimensions_parentId},{defaultDimensions_dimensionId})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| item_id | path | required | string | (v1.0) id for item |
| defaultDimensions_parentId | path | required | string | (v1.0) parentId for defaultDimensions |
| defaultDimensions_dimensionId | path | required | string | (v1.0) dimensionId for defaultDimensions |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested defaultDimensions
GET /companies({company_id})/items({item_id})/defaultDimensions({defaultDimensions_parentId},{defaultDimensions_dimensionId})
/companies({company_id})/vendors({vendor_id})/defaultDimensions
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| vendor_id | path | required | string | (v1.0) id for vendor |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of defaultDimensions
GET /companies({company_id})/vendors({vendor_id})/defaultDimensions
/companies({company_id})/vendors({vendor_id})/defaultDimensions({defaultDimensions_parentId},{defaultDimensions_dimensionId})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| vendor_id | path | required | string | (v1.0) id for vendor |
| defaultDimensions_parentId | path | required | string | (v1.0) parentId for defaultDimensions |
| defaultDimensions_dimensionId | path | required | string | (v1.0) dimensionId for defaultDimensions |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested defaultDimensions
GET /companies({company_id})/vendors({vendor_id})/defaultDimensions({defaultDimensions_parentId},{defaultDimensions_dimensionId})
/companies({company_id})/dimensions
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of dimensions
GET /companies({company_id})/dimensions
/companies({company_id})/dimensions({dimension_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| dimension_id | path | required | string | (v1.0) id for dimension |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested dimension
GET /companies({company_id})/dimensions({dimension_id})
/companies({company_id})/dimensionLines
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of dimensionLines
GET /companies({company_id})/dimensionLines
/companies({company_id})/dimensionLines({dimensionLine_parentId},{dimensionLine_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| dimensionLine_parentId | path | required | string | (v1.0) parentId for dimensionLine |
| dimensionLine_id | path | required | string | (v1.0) id for dimensionLine |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested dimensionLine
GET /companies({company_id})/dimensionLines({dimensionLine_parentId},{dimensionLine_id})
/companies({company_id})/dimensionValues
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of dimensionValues
GET /companies({company_id})/dimensionValues
/companies({company_id})/dimensionValues({dimensionValue_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| dimensionValue_id | path | required | string | (v1.0) id for dimensionValue |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested dimensionValue
GET /companies({company_id})/dimensionValues({dimensionValue_id})
/companies({company_id})/dimensions({dimension_id})/dimensionValues
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| dimension_id | path | required | string | (v1.0) id for dimension |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of dimensionValues
GET /companies({company_id})/dimensions({dimension_id})/dimensionValues
/companies({company_id})/dimensions({dimension_id})/dimensionValues({dimensionValue_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| dimension_id | path | required | string | (v1.0) id for dimension |
| dimensionValue_id | path | required | string | (v1.0) id for dimensionValue |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested dimensionValue
GET /companies({company_id})/dimensions({dimension_id})/dimensionValues({dimensionValue_id})
/companies({company_id})/employees
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of employees
GET /companies({company_id})/employees
/companies({company_id})/employees({employee_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| employee_id | path | required | string | (v1.0) id for employee |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested employee
GET /companies({company_id})/employees({employee_id})
/companies({company_id})/generalLedgerEntries
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of generalLedgerEntries
GET /companies({company_id})/generalLedgerEntries
/companies({company_id})/generalLedgerEntries({generalLedgerEntry_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| generalLedgerEntry_id | path | required | integer | (v1.0) id for generalLedgerEntry |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested generalLedgerEntry
GET /companies({company_id})/generalLedgerEntries({generalLedgerEntry_id})
/companies({company_id})/generalLedgerEntryAttachments
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of generalLedgerEntryAttachments
GET /companies({company_id})/generalLedgerEntryAttachments
/companies({company_id})/generalLedgerEntryAttachments({generalLedgerEntryAttachments_generalLedgerEntryNumber},{generalLedgerEntryAttachments_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| generalLedgerEntryAttachments_generalLedgerEntryNumber | path | required | integer | (v1.0) generalLedgerEntryNumber for generalLedgerEntryAttachments |
| generalLedgerEntryAttachments_id | path | required | string | (v1.0) id for generalLedgerEntryAttachments |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested generalLedgerEntryAttachments
GET /companies({company_id})/generalLedgerEntryAttachments({generalLedgerEntryAttachments_generalLedgerEntryNumber},{generalLedgerEntryAttachments_id})
/companies({company_id})/incomeStatement
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of incomeStatement
GET /companies({company_id})/incomeStatement
/companies({company_id})/incomeStatement({incomeStatement_lineNumber})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| incomeStatement_lineNumber | path | required | integer | (v1.0) lineNumber for incomeStatement |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested incomeStatement
GET /companies({company_id})/incomeStatement({incomeStatement_lineNumber})
/companies({company_id})/items
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of items
GET /companies({company_id})/items
/companies({company_id})/items({item_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| item_id | path | required | string | (v1.0) id for item |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested item
GET /companies({company_id})/items({item_id})
/companies({company_id})/itemCategories
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of itemCategories
GET /companies({company_id})/itemCategories
/companies({company_id})/itemCategories({itemCategory_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| itemCategory_id | path | required | string | (v1.0) id for itemCategory |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested itemCategory
GET /companies({company_id})/itemCategories({itemCategory_id})
/companies({company_id})/journals
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of journals
GET /companies({company_id})/journals
/companies({company_id})/journals({journal_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| journal_id | path | required | string | (v1.0) id for journal |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested journal
GET /companies({company_id})/journals({journal_id})
/companies({company_id})/journalLines
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of journalLines
GET /companies({company_id})/journalLines
/companies({company_id})/journalLines({journalLine_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| journalLine_id | path | required | string | (v1.0) id for journalLine |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested journalLine
GET /companies({company_id})/journalLines({journalLine_id})
/companies({company_id})/journals({journal_id})/journalLines
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| journal_id | path | required | string | (v1.0) id for journal |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of journalLines
GET /companies({company_id})/journals({journal_id})/journalLines
/companies({company_id})/journals({journal_id})/journalLines({journalLine_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| journal_id | path | required | string | (v1.0) id for journal |
| journalLine_id | path | required | string | (v1.0) id for journalLine |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested journalLine
GET /companies({company_id})/journals({journal_id})/journalLines({journalLine_id})
/companies({company_id})/paymentMethods
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of paymentMethods
GET /companies({company_id})/paymentMethods
/companies({company_id})/paymentMethods({paymentMethod_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| paymentMethod_id | path | required | string | (v1.0) id for paymentMethod |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested paymentMethod
GET /companies({company_id})/paymentMethods({paymentMethod_id})
/companies({company_id})/paymentTerms
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of paymentTerms
GET /companies({company_id})/paymentTerms
/companies({company_id})/paymentTerms({paymentTerm_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| paymentTerm_id | path | required | string | (v1.0) id for paymentTerm |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested paymentTerm
GET /companies({company_id})/paymentTerms({paymentTerm_id})
/companies({company_id})/pdfDocument
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of pdfDocument
GET /companies({company_id})/pdfDocument
/companies({company_id})/pdfDocument({pdfDocument_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| pdfDocument_id | path | required | string | (v1.0) id for pdfDocument |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested pdfDocument
GET /companies({company_id})/pdfDocument({pdfDocument_id})
/companies({company_id})/purchaseInvoices({purchaseInvoice_id})/pdfDocument
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| purchaseInvoice_id | path | required | string | (v1.0) id for purchaseInvoice |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of pdfDocument
GET /companies({company_id})/purchaseInvoices({purchaseInvoice_id})/pdfDocument
/companies({company_id})/purchaseInvoices({purchaseInvoice_id})/pdfDocument({pdfDocument_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| purchaseInvoice_id | path | required | string | (v1.0) id for purchaseInvoice |
| pdfDocument_id | path | required | string | (v1.0) id for pdfDocument |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested pdfDocument
GET /companies({company_id})/purchaseInvoices({purchaseInvoice_id})/pdfDocument({pdfDocument_id})
/companies({company_id})/salesCreditMemos({salesCreditMemo_id})/pdfDocument
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesCreditMemo_id | path | required | string | (v1.0) id for salesCreditMemo |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of pdfDocument
GET /companies({company_id})/salesCreditMemos({salesCreditMemo_id})/pdfDocument
/companies({company_id})/salesCreditMemos({salesCreditMemo_id})/pdfDocument({pdfDocument_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesCreditMemo_id | path | required | string | (v1.0) id for salesCreditMemo |
| pdfDocument_id | path | required | string | (v1.0) id for pdfDocument |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested pdfDocument
GET /companies({company_id})/salesCreditMemos({salesCreditMemo_id})/pdfDocument({pdfDocument_id})
/companies({company_id})/salesInvoices({salesInvoice_id})/pdfDocument
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesInvoice_id | path | required | string | (v1.0) id for salesInvoice |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of pdfDocument
GET /companies({company_id})/salesInvoices({salesInvoice_id})/pdfDocument
/companies({company_id})/salesInvoices({salesInvoice_id})/pdfDocument({pdfDocument_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesInvoice_id | path | required | string | (v1.0) id for salesInvoice |
| pdfDocument_id | path | required | string | (v1.0) id for pdfDocument |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested pdfDocument
GET /companies({company_id})/salesInvoices({salesInvoice_id})/pdfDocument({pdfDocument_id})
/companies({company_id})/salesQuotes({salesQuote_id})/pdfDocument
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesQuote_id | path | required | string | (v1.0) id for salesQuote |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of pdfDocument
GET /companies({company_id})/salesQuotes({salesQuote_id})/pdfDocument
/companies({company_id})/salesQuotes({salesQuote_id})/pdfDocument({pdfDocument_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesQuote_id | path | required | string | (v1.0) id for salesQuote |
| pdfDocument_id | path | required | string | (v1.0) id for pdfDocument |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested pdfDocument
GET /companies({company_id})/salesQuotes({salesQuote_id})/pdfDocument({pdfDocument_id})
/companies({company_id})/customers({customer_id})/picture
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| customer_id | path | required | string | (v1.0) id for customer |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of picture
GET /companies({company_id})/customers({customer_id})/picture
/companies({company_id})/customers({customer_id})/picture({picture_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| customer_id | path | required | string | (v1.0) id for customer |
| picture_id | path | required | string | (v1.0) id for picture |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested picture
GET /companies({company_id})/customers({customer_id})/picture({picture_id})
/companies({company_id})/employees({employee_id})/picture
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| employee_id | path | required | string | (v1.0) id for employee |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of picture
GET /companies({company_id})/employees({employee_id})/picture
/companies({company_id})/employees({employee_id})/picture({picture_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| employee_id | path | required | string | (v1.0) id for employee |
| picture_id | path | required | string | (v1.0) id for picture |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested picture
GET /companies({company_id})/employees({employee_id})/picture({picture_id})
/companies({company_id})/items({item_id})/picture
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| item_id | path | required | string | (v1.0) id for item |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of picture
GET /companies({company_id})/items({item_id})/picture
/companies({company_id})/items({item_id})/picture({picture_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| item_id | path | required | string | (v1.0) id for item |
| picture_id | path | required | string | (v1.0) id for picture |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested picture
GET /companies({company_id})/items({item_id})/picture({picture_id})
/companies({company_id})/picture
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of picture
GET /companies({company_id})/picture
/companies({company_id})/picture({picture_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| picture_id | path | required | string | (v1.0) id for picture |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested picture
GET /companies({company_id})/picture({picture_id})
/companies({company_id})/vendors({vendor_id})/picture
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| vendor_id | path | required | string | (v1.0) id for vendor |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of picture
GET /companies({company_id})/vendors({vendor_id})/picture
/companies({company_id})/vendors({vendor_id})/picture({picture_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| vendor_id | path | required | string | (v1.0) id for vendor |
| picture_id | path | required | string | (v1.0) id for picture |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested picture
GET /companies({company_id})/vendors({vendor_id})/picture({picture_id})
/companies({company_id})/projects
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of projects
GET /companies({company_id})/projects
/companies({company_id})/projects({project_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| project_id | path | required | string | (v1.0) id for project |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested project
GET /companies({company_id})/projects({project_id})
/companies({company_id})/purchaseInvoices
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of purchaseInvoices
GET /companies({company_id})/purchaseInvoices
/companies({company_id})/purchaseInvoices({purchaseInvoice_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| purchaseInvoice_id | path | required | string | (v1.0) id for purchaseInvoice |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested purchaseInvoice
GET /companies({company_id})/purchaseInvoices({purchaseInvoice_id})
/companies({company_id})/purchaseInvoiceLines
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of purchaseInvoiceLines
GET /companies({company_id})/purchaseInvoiceLines
/companies({company_id})/purchaseInvoiceLines('{purchaseInvoiceLine_id}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| purchaseInvoiceLine_id | path | required | string | (v1.0) id for purchaseInvoiceLine |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested purchaseInvoiceLine
GET /companies({company_id})/purchaseInvoiceLines('{purchaseInvoiceLine_id}')
/companies({company_id})/purchaseInvoices({purchaseInvoice_id})/purchaseInvoiceLines
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| purchaseInvoice_id | path | required | string | (v1.0) id for purchaseInvoice |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of purchaseInvoiceLines
GET /companies({company_id})/purchaseInvoices({purchaseInvoice_id})/purchaseInvoiceLines
/companies({company_id})/purchaseInvoices({purchaseInvoice_id})/purchaseInvoiceLines('{purchaseInvoiceLine_id}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| purchaseInvoice_id | path | required | string | (v1.0) id for purchaseInvoice |
| purchaseInvoiceLine_id | path | required | string | (v1.0) id for purchaseInvoiceLine |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested purchaseInvoiceLine
GET /companies({company_id})/purchaseInvoices({purchaseInvoice_id})/purchaseInvoiceLines('{purchaseInvoiceLine_id}')
/companies({company_id})/retainedEarningsStatement
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of retainedEarningsStatement
GET /companies({company_id})/retainedEarningsStatement
/companies({company_id})/retainedEarningsStatement({retainedEarningsStatement_lineNumber})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| retainedEarningsStatement_lineNumber | path | required | integer | (v1.0) lineNumber for retainedEarningsStatement |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested retainedEarningsStatement
GET /companies({company_id})/retainedEarningsStatement({retainedEarningsStatement_lineNumber})
/companies({company_id})/salesCreditMemos
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of salesCreditMemos
GET /companies({company_id})/salesCreditMemos
/companies({company_id})/salesCreditMemos({salesCreditMemo_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesCreditMemo_id | path | required | string | (v1.0) id for salesCreditMemo |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested salesCreditMemo
GET /companies({company_id})/salesCreditMemos({salesCreditMemo_id})
/companies({company_id})/salesCreditMemoLines
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of salesCreditMemoLines
GET /companies({company_id})/salesCreditMemoLines
/companies({company_id})/salesCreditMemoLines('{salesCreditMemoLine_id}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesCreditMemoLine_id | path | required | string | (v1.0) id for salesCreditMemoLine |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested salesCreditMemoLine
GET /companies({company_id})/salesCreditMemoLines('{salesCreditMemoLine_id}')
/companies({company_id})/salesCreditMemos({salesCreditMemo_id})/salesCreditMemoLines
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesCreditMemo_id | path | required | string | (v1.0) id for salesCreditMemo |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of salesCreditMemoLines
GET /companies({company_id})/salesCreditMemos({salesCreditMemo_id})/salesCreditMemoLines
/companies({company_id})/salesCreditMemos({salesCreditMemo_id})/salesCreditMemoLines('{salesCreditMemoLine_id}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesCreditMemo_id | path | required | string | (v1.0) id for salesCreditMemo |
| salesCreditMemoLine_id | path | required | string | (v1.0) id for salesCreditMemoLine |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested salesCreditMemoLine
GET /companies({company_id})/salesCreditMemos({salesCreditMemo_id})/salesCreditMemoLines('{salesCreditMemoLine_id}')
/companies({company_id})/salesInvoices
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of salesInvoices
GET /companies({company_id})/salesInvoices
/companies({company_id})/salesInvoices({salesInvoice_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesInvoice_id | path | required | string | (v1.0) id for salesInvoice |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested salesInvoice
GET /companies({company_id})/salesInvoices({salesInvoice_id})
/companies({company_id})/salesInvoiceLines
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of salesInvoiceLines
GET /companies({company_id})/salesInvoiceLines
/companies({company_id})/salesInvoiceLines('{salesInvoiceLine_id}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesInvoiceLine_id | path | required | string | (v1.0) id for salesInvoiceLine |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested salesInvoiceLine
GET /companies({company_id})/salesInvoiceLines('{salesInvoiceLine_id}')
/companies({company_id})/salesInvoices({salesInvoice_id})/salesInvoiceLines
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesInvoice_id | path | required | string | (v1.0) id for salesInvoice |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of salesInvoiceLines
GET /companies({company_id})/salesInvoices({salesInvoice_id})/salesInvoiceLines
/companies({company_id})/salesInvoices({salesInvoice_id})/salesInvoiceLines('{salesInvoiceLine_id}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesInvoice_id | path | required | string | (v1.0) id for salesInvoice |
| salesInvoiceLine_id | path | required | string | (v1.0) id for salesInvoiceLine |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested salesInvoiceLine
GET /companies({company_id})/salesInvoices({salesInvoice_id})/salesInvoiceLines('{salesInvoiceLine_id}')
/companies({company_id})/salesOrders
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of salesOrders
GET /companies({company_id})/salesOrders
/companies({company_id})/salesOrders({salesOrder_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesOrder_id | path | required | string | (v1.0) id for salesOrder |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested salesOrder
GET /companies({company_id})/salesOrders({salesOrder_id})
/companies({company_id})/salesOrderLines
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of salesOrderLines
GET /companies({company_id})/salesOrderLines
/companies({company_id})/salesOrderLines('{salesOrderLine_id}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesOrderLine_id | path | required | string | (v1.0) id for salesOrderLine |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested salesOrderLine
GET /companies({company_id})/salesOrderLines('{salesOrderLine_id}')
/companies({company_id})/salesOrders({salesOrder_id})/salesOrderLines
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesOrder_id | path | required | string | (v1.0) id for salesOrder |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of salesOrderLines
GET /companies({company_id})/salesOrders({salesOrder_id})/salesOrderLines
/companies({company_id})/salesOrders({salesOrder_id})/salesOrderLines('{salesOrderLine_id}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesOrder_id | path | required | string | (v1.0) id for salesOrder |
| salesOrderLine_id | path | required | string | (v1.0) id for salesOrderLine |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested salesOrderLine
GET /companies({company_id})/salesOrders({salesOrder_id})/salesOrderLines('{salesOrderLine_id}')
/companies({company_id})/salesQuotes
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of salesQuotes
GET /companies({company_id})/salesQuotes
/companies({company_id})/salesQuotes({salesQuote_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesQuote_id | path | required | string | (v1.0) id for salesQuote |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested salesQuote
GET /companies({company_id})/salesQuotes({salesQuote_id})
/companies({company_id})/salesQuoteLines
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of salesQuoteLines
GET /companies({company_id})/salesQuoteLines
/companies({company_id})/salesQuoteLines('{salesQuoteLine_id}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesQuoteLine_id | path | required | string | (v1.0) id for salesQuoteLine |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested salesQuoteLine
GET /companies({company_id})/salesQuoteLines('{salesQuoteLine_id}')
/companies({company_id})/salesQuotes({salesQuote_id})/salesQuoteLines
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesQuote_id | path | required | string | (v1.0) id for salesQuote |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of salesQuoteLines
GET /companies({company_id})/salesQuotes({salesQuote_id})/salesQuoteLines
/companies({company_id})/salesQuotes({salesQuote_id})/salesQuoteLines('{salesQuoteLine_id}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| salesQuote_id | path | required | string | (v1.0) id for salesQuote |
| salesQuoteLine_id | path | required | string | (v1.0) id for salesQuoteLine |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested salesQuoteLine
GET /companies({company_id})/salesQuotes({salesQuote_id})/salesQuoteLines('{salesQuoteLine_id}')
/companies({company_id})/shipmentMethods
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of shipmentMethods
GET /companies({company_id})/shipmentMethods
/companies({company_id})/shipmentMethods({shipmentMethod_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| shipmentMethod_id | path | required | string | (v1.0) id for shipmentMethod |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested shipmentMethod
GET /companies({company_id})/shipmentMethods({shipmentMethod_id})
/companies({company_id})/taxAreas
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of taxAreas
GET /companies({company_id})/taxAreas
/companies({company_id})/taxAreas({taxArea_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| taxArea_id | path | required | string | (v1.0) id for taxArea |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested taxArea
GET /companies({company_id})/taxAreas({taxArea_id})
/companies({company_id})/taxGroups
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of taxGroups
GET /companies({company_id})/taxGroups
/companies({company_id})/taxGroups({taxGroup_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| taxGroup_id | path | required | string | (v1.0) id for taxGroup |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested taxGroup
GET /companies({company_id})/taxGroups({taxGroup_id})
/companies({company_id})/employees({employee_id})/timeRegistrationEntries
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| employee_id | path | required | string | (v1.0) id for employee |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of timeRegistrationEntries
GET /companies({company_id})/employees({employee_id})/timeRegistrationEntries
/companies({company_id})/employees({employee_id})/timeRegistrationEntries({timeRegistrationEntry_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| employee_id | path | required | string | (v1.0) id for employee |
| timeRegistrationEntry_id | path | required | string | (v1.0) id for timeRegistrationEntry |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested timeRegistrationEntry
GET /companies({company_id})/employees({employee_id})/timeRegistrationEntries({timeRegistrationEntry_id})
/companies({company_id})/timeRegistrationEntries
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of timeRegistrationEntries
GET /companies({company_id})/timeRegistrationEntries
/companies({company_id})/timeRegistrationEntries({timeRegistrationEntry_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| timeRegistrationEntry_id | path | required | string | (v1.0) id for timeRegistrationEntry |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested timeRegistrationEntry
GET /companies({company_id})/timeRegistrationEntries({timeRegistrationEntry_id})
/companies({company_id})/trialBalance
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of trialBalance
GET /companies({company_id})/trialBalance
/companies({company_id})/trialBalance('{trialBalance_number}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| trialBalance_number | path | required | string | (v1.0) number for trialBalance |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested trialBalance
GET /companies({company_id})/trialBalance('{trialBalance_number}')
/companies({company_id})/unitsOfMeasure
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of unitsOfMeasure
GET /companies({company_id})/unitsOfMeasure
/companies({company_id})/unitsOfMeasure({unitOfMeasure_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| unitOfMeasure_id | path | required | string | (v1.0) id for unitOfMeasure |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested unitOfMeasure
GET /companies({company_id})/unitsOfMeasure({unitOfMeasure_id})
/companies({company_id})/vendors
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of vendors
GET /companies({company_id})/vendors
/companies({company_id})/vendors({vendor_id})
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| vendor_id | path | required | string | (v1.0) id for vendor |
| $expand | query | optional | array | (v1.0) Entities to expand |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested vendor
GET /companies({company_id})/vendors({vendor_id})
/companies({company_id})/vendorPurchases
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| $top | query | optional | integer | (v1.0) Number of items to return from the top of the list |
| $skip | query | optional | integer | (v1.0) Number of items to skip from the list |
| $limit | query | optional | integer | (v1.0) Number of items to return from the list |
| $filter | query | optional | string | (v1.0) Filtering expression |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned a list of vendorPurchases
GET /companies({company_id})/vendorPurchases
/companies({company_id})/vendorPurchases({vendorPurchase_vendorId},'{vendorPurchase_vendorNumber}','{vendorPurchase_name}')
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| company_id | path | required | string | (v1.0) id for company |
| vendorPurchase_vendorId | path | required | string | (v1.0) vendorId for vendorPurchase |
| vendorPurchase_vendorNumber | path | required | string | (v1.0) vendorNumber for vendorPurchase |
| vendorPurchase_name | path | required | string | (v1.0) name for vendorPurchase |
| $select | query | optional | array | (v1.0) Selected properties to be retrieved |
(v1.0) Succesfully returned the requested vendorPurchase
GET /companies({company_id})/vendorPurchases({vendorPurchase_vendorId},'{vendorPurchase_vendorNumber}','{vendorPurchase_name}')
AccountGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/account"
}
}
}
}
AgedAccountsPayableGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/agedAccountsPayable"
}
}
}
}
AgedAccountsReceivableGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/agedAccountsReceivable"
}
}
}
}
AttachmentsCreateD365ObjectRequest
{
"properties": {
"id": {
"type": "string",
"format": "uuid",
"nullable": false,
"description": "(v1.0) The id property for the Dynamics 365 Business Central attachments entity"
},
"content": {
"type": "string",
"format": "binary",
"nullable": true,
"description": "(v1.0) The content property for the Dynamics 365 Business Central attachments entity"
},
"byteSize": {
"type": "integer",
"format": "int32",
"nullable": true,
"description": "(v1.0) The byteSize property for the Dynamics 365 Business Central attachments entity"
},
"fileName": {
"type": "string",
"nullable": true,
"maxLength": 250,
"description": "(v1.0) The fileName property for the Dynamics 365 Business Central attachments entity"
},
"parentId": {
"type": "string",
"format": "uuid",
"nullable": false,
"description": "(v1.0) The parentId property for the Dynamics 365 Business Central attachments entity"
},
"lastModifiedDateTime": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central attachments entity"
}
}
}
AttachmentsGetList200Response
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/attachments"
}
}
}
}
AttachmentsGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/attachments"
}
}
}
}
BalanceSheetGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/balanceSheet"
}
}
}
}
BankAccountCreateDynamicsObjectRequest
{
"properties": {
"id": {
"type": "string",
"format": "uuid",
"nullable": false,
"description": "(v1.0) The id property for the Dynamics 365 Business Central bankAccount entity"
},
"number": {
"type": "string",
"nullable": true,
"maxLength": 20,
"description": "(v1.0) The number property for the Dynamics 365 Business Central bankAccount entity"
},
"displayName": {
"type": "string",
"nullable": true,
"maxLength": 100,
"description": "(v1.0) The displayName property for the Dynamics 365 Business Central bankAccount entity"
}
}
}
BankAccountGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/bankAccount"
}
}
}
}
CashFlowStatementGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/cashFlowStatement"
}
}
}
}
CompanyGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/company"
}
}
}
}
CompanyInformationGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/companyInformation"
}
}
}
}
CompanyInformationUpdateDynamicsObjectRequest
{
"properties": {
"id": {
"type": "string",
"format": "uuid",
"nullable": false,
"description": "(v1.0) The id property for the Dynamics 365 Business Central companyInformation entity"
},
"email": {
"type": "string",
"nullable": true,
"maxLength": 80,
"description": "(v1.0) The email property for the Dynamics 365 Business Central companyInformation entity"
},
"address": {
"$ref": "#/components/schemas/postaladdresstype",
"nullable": true
},
"picture": {
"type": "string",
"format": "binary",
"nullable": true,
"description": "(v1.0) The picture property for the Dynamics 365 Business Central companyInformation entity"
},
"website": {
"type": "string",
"nullable": true,
"maxLength": 80,
"description": "(v1.0) The website property for the Dynamics 365 Business Central companyInformation entity"
},
"industry": {
"type": "string",
"nullable": true,
"maxLength": 30,
"description": "(v1.0) The industry property for the Dynamics 365 Business Central companyInformation entity"
},
"faxNumber": {
"type": "string",
"nullable": true,
"maxLength": 30,
"description": "(v1.0) The faxNumber property for the Dynamics 365 Business Central companyInformation entity"
},
"displayName": {
"type": "string",
"nullable": true,
"maxLength": 100,
"description": "(v1.0) The displayName property for the Dynamics 365 Business Central companyInformation entity"
},
"phoneNumber": {
"type": "string",
"nullable": true,
"maxLength": 30,
"description": "(v1.0) The phoneNumber property for the Dynamics 365 Business Central companyInformation entity"
},
"currencyCode": {
"type": "string",
"nullable": true,
"description": "(v1.0) The currencyCode property for the Dynamics 365 Business Central companyInformation entity"
},
"lastModifiedDateTime": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central companyInformation entity"
},
"taxRegistrationNumber": {
"type": "string",
"nullable": true,
"maxLength": 20,
"description": "(v1.0) The taxRegistrationNumber property for the Dynamics 365 Business Central companyInformation entity"
},
"currentFiscalYearStartDate": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "(v1.0) The currentFiscalYearStartDate property for the Dynamics 365 Business Central companyInformation entity"
}
}
}
CountryRegionCreateDynamicsObjectRequest
{
"properties": {
"id": {
"type": "string",
"format": "uuid",
"nullable": false,
"description": "(v1.0) The id property for the Dynamics 365 Business Central countryRegion entity"
},
"code": {
"type": "string",
"nullable": false,
"maxLength": 10,
"description": "(v1.0) The code property for the Dynamics 365 Business Central countryRegion entity"
},
"displayName": {
"type": "string",
"nullable": true,
"maxLength": 50,
"description": "(v1.0) The displayName property for the Dynamics 365 Business Central countryRegion entity"
},
"addressFormat": {
"type": "string",
"nullable": true,
"description": "(v1.0) The addressFormat property for the Dynamics 365 Business Central countryRegion entity"
},
"lastModifiedDateTime": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central countryRegion entity"
}
}
}
CountryRegionGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/countryRegion"
}
}
}
}
CurrencyCreateDynamicsObjectRequest
{
"properties": {
"id": {
"type": "string",
"format": "uuid",
"nullable": false,
"description": "(v1.0) The id property for the Dynamics 365 Business Central currency entity"
},
"code": {
"type": "string",
"nullable": false,
"maxLength": 10,
"description": "(v1.0) The code property for the Dynamics 365 Business Central currency entity"
},
"symbol": {
"type": "string",
"nullable": true,
"maxLength": 10,
"description": "(v1.0) The symbol property for the Dynamics 365 Business Central currency entity"
},
"displayName": {
"type": "string",
"nullable": true,
"maxLength": 30,
"description": "(v1.0) The displayName property for the Dynamics 365 Business Central currency entity"
},
"amountDecimalPlaces": {
"type": "string",
"nullable": true,
"maxLength": 5,
"description": "(v1.0) The amountDecimalPlaces property for the Dynamics 365 Business Central currency entity"
},
"lastModifiedDateTime": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central currency entity"
},
"amountRoundingPrecision": {
"type": "number",
"format": "decimal",
"nullable": true,
"description": "(v1.0) The amountRoundingPrecision property for the Dynamics 365 Business Central currency entity"
}
}
}
CurrencyGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/currency"
}
}
}
}
CustomerCreateDynamicsObjectRequest
{
"properties": {
"id": {
"type": "string",
"format": "uuid",
"nullable": false,
"description": "(v1.0) The id property for the Dynamics 365 Business Central customer entity"
},
"type": {
"type": "string",
"nullable": true,
"description": "(v1.0) The type property for the Dynamics 365 Business Central customer entity"
},
"email": {
"type": "string",
"nullable": true,
"maxLength": 80,
"description": "(v1.0) The email property for the Dynamics 365 Business Central customer entity"
},
"number": {
"type": "string",
"nullable": true,
"maxLength": 20,
"description": "(v1.0) The number property for the Dynamics 365 Business Central customer entity"
},
"address": {
"$ref": "#/components/schemas/postaladdresstype",
"nullable": true
},
"blocked": {
"type": "string",
"nullable": true,
"description": "(v1.0) The blocked property for the Dynamics 365 Business Central customer entity"
},
"website": {
"type": "string",
"nullable": true,
"maxLength": 80,
"description": "(v1.0) The website property for the Dynamics 365 Business Central customer entity"
},
"taxAreaId": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "(v1.0) The taxAreaId property for the Dynamics 365 Business Central customer entity"
},
"taxLiable": {
"type": "boolean",
"nullable": true,
"description": "(v1.0) The taxLiable property for the Dynamics 365 Business Central customer entity"
},
"currencyId": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "(v1.0) The currencyId property for the Dynamics 365 Business Central customer entity"
},
"displayName": {
"type": "string",
"nullable": false,
"maxLength": 100,
"description": "(v1.0) The displayName property for the Dynamics 365 Business Central customer entity"
},
"phoneNumber": {
"type": "string",
"nullable": true,
"maxLength": 30,
"description": "(v1.0) The phoneNumber property for the Dynamics 365 Business Central customer entity"
},
"currencyCode": {
"type": "string",
"nullable": true,
"description": "(v1.0) The currencyCode property for the Dynamics 365 Business Central customer entity"
},
"paymentTermsId": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "(v1.0) The paymentTermsId property for the Dynamics 365 Business Central customer entity"
},
"paymentMethodId": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "(v1.0) The paymentMethodId property for the Dynamics 365 Business Central customer entity"
},
"shipmentMethodId": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "(v1.0) The shipmentMethodId property for the Dynamics 365 Business Central customer entity"
},
"taxAreaDisplayName": {
"type": "string",
"nullable": true,
"description": "(v1.0) The taxAreaDisplayName property for the Dynamics 365 Business Central customer entity"
},
"lastModifiedDateTime": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central customer entity"
},
"taxRegistrationNumber": {
"type": "string",
"nullable": true,
"maxLength": 20,
"description": "(v1.0) The taxRegistrationNumber property for the Dynamics 365 Business Central customer entity"
}
}
}
CustomerFinancialDetailGetList200Response
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/customerFinancialDetail"
}
}
}
}
CustomerFinancialDetailGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/customerFinancialDetail"
}
}
}
}
CustomerGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/customer"
}
}
}
}
CustomerPaymentCreateD365ObjectRequest
{
"properties": {
"id": {
"type": "string",
"format": "uuid",
"nullable": false,
"description": "(v1.0) The id property for the Dynamics 365 Business Central customerPayment entity"
},
"amount": {
"type": "number",
"format": "decimal",
"nullable": true,
"description": "(v1.0) The amount property for the Dynamics 365 Business Central customerPayment entity"
},
"comment": {
"type": "string",
"nullable": true,
"maxLength": 250,
"description": "(v1.0) The comment property for the Dynamics 365 Business Central customerPayment entity"
},
"contactId": {
"type": "string",
"nullable": true,
"maxLength": 250,
"description": "(v1.0) The contactId property for the Dynamics 365 Business Central customerPayment entity"
},
"customerId": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "(v1.0) The customerId property for the Dynamics 365 Business Central customerPayment entity"
},
"dimensions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/dimensiontype",
"nullable": true
}
},
"lineNumber": {
"type": "integer",
"format": "int32",
"nullable": true,
"description": "(v1.0) The lineNumber property for the Dynamics 365 Business Central customerPayment entity"
},
"description": {
"type": "string",
"nullable": true,
"maxLength": 100,
"description": "(v1.0) The description property for the Dynamics 365 Business Central customerPayment entity"
},
"postingDate": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "(v1.0) The postingDate property for the Dynamics 365 Business Central customerPayment entity"
},
"customerNumber": {
"type": "string",
"nullable": true,
"maxLength": 20,
"description": "(v1.0) The customerNumber property for the Dynamics 365 Business Central customerPayment entity"
},
"documentNumber": {
"type": "string",
"nullable": true,
"maxLength": 20,
"description": "(v1.0) The documentNumber property for the Dynamics 365 Business Central customerPayment entity"
},
"appliesToInvoiceId": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "(v1.0) The appliesToInvoiceId property for the Dynamics 365 Business Central customerPayment entity"
},
"journalDisplayName": {
"type": "string",
"nullable": true,
"description": "(v1.0) The journalDisplayName property for the Dynamics 365 Business Central customerPayment entity"
},
"lastModifiedDateTime": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central customerPayment entity"
},
"appliesToInvoiceNumber": {
"type": "string",
"nullable": true,
"description": "(v1.0) The appliesToInvoiceNumber property for the Dynamics 365 Business Central customerPayment entity"
},
"externalDocumentNumber": {
"type": "string",
"nullable": true,
"maxLength": 35,
"description": "(v1.0) The externalDocumentNumber property for the Dynamics 365 Business Central customerPayment entity"
}
}
}
CustomerPaymentGetList200Response
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/customerPayment"
}
}
}
}
CustomerPaymentGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/customerPayment"
}
}
}
}
CustomerPaymentJournalCreateDynamicsObjectRequest
{
"properties": {
"id": {
"type": "string",
"format": "uuid",
"nullable": false,
"description": "(v1.0) The id property for the Dynamics 365 Business Central customerPaymentJournal entity"
},
"code": {
"type": "string",
"nullable": false,
"maxLength": 10,
"description": "(v1.0) The code property for the Dynamics 365 Business Central customerPaymentJournal entity"
},
"displayName": {
"type": "string",
"nullable": true,
"maxLength": 100,
"description": "(v1.0) The displayName property for the Dynamics 365 Business Central customerPaymentJournal entity"
},
"balancingAccountId": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "(v1.0) The balancingAccountId property for the Dynamics 365 Business Central customerPaymentJournal entity"
},
"lastModifiedDateTime": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central customerPaymentJournal entity"
},
"balancingAccountNumber": {
"type": "string",
"nullable": true,
"maxLength": 20,
"description": "(v1.0) The balancingAccountNumber property for the Dynamics 365 Business Central customerPaymentJournal entity"
}
}
}
CustomerPaymentJournalGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/customerPaymentJournal"
}
}
}
}
CustomerSaleListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/customerSale"
}
}
}
}
DefaultDimensionsCreateDynamicsObjectRequest
{
"properties": {
"parentId": {
"type": "string",
"format": "uuid",
"nullable": false,
"description": "(v1.0) The parentId property for the Dynamics 365 Business Central defaultDimensions entity"
},
"dimensionId": {
"type": "string",
"format": "uuid",
"nullable": false,
"description": "(v1.0) The dimensionId property for the Dynamics 365 Business Central defaultDimensions entity"
},
"dimensionCode": {
"type": "string",
"nullable": true,
"maxLength": 20,
"description": "(v1.0) The dimensionCode property for the Dynamics 365 Business Central defaultDimensions entity"
},
"dimensionValueId": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "(v1.0) The dimensionValueId property for the Dynamics 365 Business Central defaultDimensions entity"
},
"postingValidation": {
"type": "string",
"nullable": true,
"description": "(v1.0) The postingValidation property for the Dynamics 365 Business Central defaultDimensions entity"
},
"dimensionValueCode": {
"type": "string",
"nullable": true,
"maxLength": 20,
"description": "(v1.0) The dimensionValueCode property for the Dynamics 365 Business Central defaultDimensions entity"
}
}
}
DefaultDimensionsGetList200Response
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/defaultDimensions"
}
}
}
}
DefaultDimensionsGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/defaultDimensions"
}
}
}
}
DimensionGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/dimension"
}
}
}
}
DimensionLineCreateD365ObjectRequest
{
"properties": {
"id": {
"type": "string",
"format": "uuid",
"nullable": false,
"description": "(v1.0) The id property for the Dynamics 365 Business Central dimensionLine entity"
},
"code": {
"type": "string",
"nullable": true,
"maxLength": 20,
"description": "(v1.0) The code property for the Dynamics 365 Business Central dimensionLine entity"
},
"valueId": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "(v1.0) The valueId property for the Dynamics 365 Business Central dimensionLine entity"
},
"parentId": {
"type": "string",
"format": "uuid",
"nullable": false,
"description": "(v1.0) The parentId property for the Dynamics 365 Business Central dimensionLine entity"
},
"valueCode": {
"type": "string",
"nullable": true,
"description": "(v1.0) The valueCode property for the Dynamics 365 Business Central dimensionLine entity"
},
"displayName": {
"type": "string",
"nullable": true,
"maxLength": 30,
"description": "(v1.0) The displayName property for the Dynamics 365 Business Central dimensionLine entity"
},
"valueDisplayName": {
"type": "string",
"nullable": true,
"maxLength": 50,
"description": "(v1.0) The valueDisplayName property for the Dynamics 365 Business Central dimensionLine entity"
}
}
}
DimensionLineGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/dimensionLine"
}
}
}
}
DimensionValueGetList200Response
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/dimensionValue"
}
}
}
}
DimensionValueGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/dimensionValue"
}
}
}
}
EmployeeCreateDynamicsObjectRequest
{
"properties": {
"id": {
"type": "string",
"format": "uuid",
"nullable": false,
"description": "(v1.0) The id property for the Dynamics 365 Business Central employee entity"
},
"email": {
"type": "string",
"nullable": true,
"maxLength": 80,
"description": "(v1.0) The email property for the Dynamics 365 Business Central employee entity"
},
"number": {
"type": "string",
"nullable": true,
"maxLength": 20,
"description": "(v1.0) The number property for the Dynamics 365 Business Central employee entity"
},
"status": {
"type": "string",
"nullable": true,
"description": "(v1.0) The status property for the Dynamics 365 Business Central employee entity"
},
"address": {
"$ref": "#/components/schemas/postaladdresstype",
"nullable": true
},
"surname": {
"type": "string",
"nullable": true,
"maxLength": 30,
"description": "(v1.0) The surname property for the Dynamics 365 Business Central employee entity"
},
"jobTitle": {
"type": "string",
"nullable": true,
"maxLength": 30,
"description": "(v1.0) The jobTitle property for the Dynamics 365 Business Central employee entity"
},
"birthDate": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "(v1.0) The birthDate property for the Dynamics 365 Business Central employee entity"
},
"givenName": {
"type": "string",
"nullable": true,
"maxLength": 30,
"description": "(v1.0) The givenName property for the Dynamics 365 Business Central employee entity"
},
"middleName": {
"type": "string",
"nullable": true,
"maxLength": 30,
"description": "(v1.0) The middleName property for the Dynamics 365 Business Central employee entity"
},
"displayName": {
"type": "string",
"nullable": true,
"description": "(v1.0) The displayName property for the Dynamics 365 Business Central employee entity"
},
"mobilePhone": {
"type": "string",
"nullable": true,
"maxLength": 30,
"description": "(v1.0) The mobilePhone property for the Dynamics 365 Business Central employee entity"
},
"phoneNumber": {
"type": "string",
"nullable": true,
"maxLength": 30,
"description": "(v1.0) The phoneNumber property for the Dynamics 365 Business Central employee entity"
},
"personalEmail": {
"type": "string",
"nullable": true,
"maxLength": 80,
"description": "(v1.0) The personalEmail property for the Dynamics 365 Business Central employee entity"
},
"employmentDate": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "(v1.0) The employmentDate property for the Dynamics 365 Business Central employee entity"
},
"terminationDate": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "(v1.0) The terminationDate property for the Dynamics 365 Business Central employee entity"
},
"statisticsGroupCode": {
"type": "string",
"nullable": true,
"maxLength": 10,
"description": "(v1.0) The statisticsGroupCode property for the Dynamics 365 Business Central employee entity"
},
"lastModifiedDateTime": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central employee entity"
}
}
}
EmployeeGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/employee"
}
}
}
}
GeneralLedgerEntryAttachmentsCreateD365ObjectRequest
{
"properties": {
"id": {
"type": "string",
"format": "uuid",
"nullable": false,
"description": "(v1.0) The id property for the Dynamics 365 Business Central generalLedgerEntryAttachments entity"
},
"content": {
"type": "string",
"format": "binary",
"nullable": true,
"description": "(v1.0) The content property for the Dynamics 365 Business Central generalLedgerEntryAttachments entity"
},
"byteSize": {
"type": "integer",
"format": "int32",
"nullable": true,
"description": "(v1.0) The byteSize property for the Dynamics 365 Business Central generalLedgerEntryAttachments entity"
},
"fileName": {
"type": "string",
"nullable": true,
"maxLength": 250,
"description": "(v1.0) The fileName property for the Dynamics 365 Business Central generalLedgerEntryAttachments entity"
},
"createdDateTime": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "(v1.0) The createdDateTime property for the Dynamics 365 Business Central generalLedgerEntryAttachments entity"
},
"generalLedgerEntryNumber": {
"type": "integer",
"format": "int32",
"nullable": false,
"description": "(v1.0) The generalLedgerEntryNumber property for the Dynamics 365 Business Central generalLedgerEntryAttachments entity"
}
}
}
GeneralLedgerEntryAttachmentsGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/generalLedgerEntryAttachments"
}
}
}
}
GeneralLedgerEntryGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/generalLedgerEntry"
}
}
}
}
IncomeStatementGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/incomeStatement"
}
}
}
}
ItemCategoryCreateD365ObjectRequest
{
"properties": {
"id": {
"type": "string",
"format": "uuid",
"nullable": false,
"description": "(v1.0) The id property for the Dynamics 365 Business Central itemCategory entity"
},
"code": {
"type": "string",
"nullable": false,
"maxLength": 20,
"description": "(v1.0) The code property for the Dynamics 365 Business Central itemCategory entity"
},
"displayName": {
"type": "string",
"nullable": true,
"maxLength": 100,
"description": "(v1.0) The displayName property for the Dynamics 365 Business Central itemCategory entity"
},
"lastModifiedDateTime": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central itemCategory entity"
}
}
}
ItemCategoryGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/itemCategory"
}
}
}
}
ItemCreateDynamicsObjectRequest
{
"properties": {
"id": {
"type": "string",
"format": "uuid",
"nullable": false,
"description": "(v1.0) The id property for the Dynamics 365 Business Central item entity"
},
"gtin": {
"type": "string",
"nullable": true,
"maxLength": 14,
"description": "(v1.0) The gtin property for the Dynamics 365 Business Central item entity"
},
"type": {
"type": "string",
"nullable": true,
"description": "(v1.0) The type property for the Dynamics 365 Business Central item entity"
},
"number": {
"type": "string",
"nullable": true,
"maxLength": 20,
"description": "(v1.0) The number property for the Dynamics 365 Business Central item entity"
},
"blocked": {
"type": "boolean",
"nullable": true,
"description": "(v1.0) The blocked property for the Dynamics 365 Business Central item entity"
},
"unitCost": {
"type": "number",
"format": "decimal",
"nullable": true,
"description": "(v1.0) The unitCost property for the Dynamics 365 Business Central item entity"
},
"inventory": {
"type": "number",
"format": "decimal",
"nullable": true,
"description": "(v1.0) The inventory property for the Dynamics 365 Business Central item entity"
},
"unitPrice": {
"type": "number",
"format": "decimal",
"nullable": true,
"description": "(v1.0) The unitPrice property for the Dynamics 365 Business Central item entity"
},
"taxGroupId": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "(v1.0) The taxGroupId property for the Dynamics 365 Business Central item entity"
},
"displayName": {
"type": "string",
"nullable": true,
"maxLength": 100,
"description": "(v1.0) The displayName property for the Dynamics 365 Business Central item entity"
},
"taxGroupCode": {
"type": "string",
"nullable": true,
"maxLength": 20,
"description": "(v1.0) The taxGroupCode property for the Dynamics 365 Business Central item entity"
},
"itemCategoryId": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "(v1.0) The itemCategoryId property for the Dynamics 365 Business Central item entity"
},
"itemCategoryCode": {
"type": "string",
"nullable": true,
"maxLength": 20,
"description": "(v1.0) The itemCategoryCode property for the Dynamics 365 Business Central item entity"
},
"priceIncludesTax": {
"type": "boolean",
"nullable": true,
"description": "(v1.0) The priceIncludesTax property for the Dynamics 365 Business Central item entity"
},
"baseUnitOfMeasure": {
"$ref": "#/components/schemas/unitofmeasuretype",
"nullable": true
},
"baseUnitOfMeasureId": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "(v1.0) The baseUnitOfMeasureId property for the Dynamics 365 Business Central item entity"
},
"lastModifiedDateTime": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central item entity"
}
}
}
ItemListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/item"
}
}
}
}
JournalCreateDynamicsObjectRequest
{
"properties": {
"id": {
"type": "string",
"format": "uuid",
"nullable": false,
"description": "(v1.0) The id property for the Dynamics 365 Business Central journal entity"
},
"code": {
"type": "string",
"nullable": false,
"maxLength": 10,
"description": "(v1.0) The code property for the Dynamics 365 Business Central journal entity"
},
"displayName": {
"type": "string",
"nullable": true,
"maxLength": 100,
"description": "(v1.0) The displayName property for the Dynamics 365 Business Central journal entity"
},
"balancingAccountId": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "(v1.0) The balancingAccountId property for the Dynamics 365 Business Central journal entity"
},
"lastModifiedDateTime": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central journal entity"
},
"balancingAccountNumber": {
"type": "string",
"nullable": true,
"maxLength": 20,
"description": "(v1.0) The balancingAccountNumber property for the Dynamics 365 Business Central journal entity"
}
}
}
JournalGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/journal"
}
}
}
}
JournalLineCreateD365ObjectRequest
{
"properties": {
"id": {
"type": "string",
"format": "uuid",
"nullable": false,
"description": "(v1.0) The id property for the Dynamics 365 Business Central journalLine entity"
},
"amount": {
"type": "number",
"format": "decimal",
"nullable": true,
"description": "(v1.0) The amount property for the Dynamics 365 Business Central journalLine entity"
},
"comment": {
"type": "string",
"nullable": true,
"maxLength": 250,
"description": "(v1.0) The comment property for the Dynamics 365 Business Central journalLine entity"
},
"accountId": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "(v1.0) The accountId property for the Dynamics 365 Business Central journalLine entity"
},
"dimensions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/dimensiontype",
"nullable": true
}
},
"lineNumber": {
"type": "integer",
"format": "int32",
"nullable": true,
"description": "(v1.0) The lineNumber property for the Dynamics 365 Business Central journalLine entity"
},
"accountType": {
"type": "string",
"nullable": true,
"description": "(v1.0) The accountType property for the Dynamics 365 Business Central journalLine entity"
},
"description": {
"type": "string",
"nullable": true,
"maxLength": 100,
"description": "(v1.0) The description property for the Dynamics 365 Business Central journalLine entity"
},
"postingDate": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "(v1.0) The postingDate property for the Dynamics 365 Business Central journalLine entity"
},
"accountNumber": {
"type": "string",
"nullable": true,
"maxLength": 20,
"description": "(v1.0) The accountNumber property for the Dynamics 365 Business Central journalLine entity"
},
"documentNumber": {
"type": "string",
"nullable": true,
"maxLength": 20,
"description": "(v1.0) The documentNumber property for the Dynamics 365 Business Central journalLine entity"
},
"journalDisplayName": {
"type": "string",
"nullable": true,
"description": "(v1.0) The journalDisplayName property for the Dynamics 365 Business Central journalLine entity"
},
"lastModifiedDateTime": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "(v1.0) The lastModifiedDateTime property for the Dynamics 365 Business Central journalLine entity"
},
"externalDocumentNumber": {
"type": "string",
"nullable": true,
"maxLength": 35,
"description": "(v1.0) The externalDocumentNumber property for the Dynamics 365 Business Central journalLine entity"
}
}
}
JournalLineGetList200Response
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/journalLine"
}
}
}
}
JournalLineGetListResponse
{
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/journalLine"
}
}
}
}
| Version | Endpoints | Schemas | Ingested | Status |
|---|---|---|---|---|
| 1.0.0 | 324 | 162 | 2026-05-11 | current |
| 1.0.0 | 324 | 162 | 2026-04-16 |