Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Financials API initial commit #352

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Financials API initial commit #352

wants to merge 4 commits into from

Commits on Nov 7, 2019

  1. Financials API initial commit

    This file introduces the financials API endpoint. It is currently only available on the Graph API beta version or via the BusinessCentral API endpoint.
    
    One additional dependency is created by this module (inflection).
    
    Many endpoints are currently only available on the business central API endpoint. These are not yet fully implemented, whereas all endpoints accessible via Graph API are already fully implemented, but not all CRUD operations are yet tested for all entities.
    
    Navigation properties are always loaded in the current implementation.
    teamoo committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    698a125 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. allow response code to be OK (2xx) instead of 201

    for create action
    teamoo committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    c1090b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac6c983 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    703b844 View commit details
    Browse the repository at this point in the history