Skip to content

2.0.8

Choose a tag to compare

@SidneyAllen SidneyAllen released this 07 Apr 23:43
· 1740 commits to master since this release
a5073b0

ACCOUNTING
Add getPurchaseOrderAsPdf method

ASSETS
Add Error objects and Validation arrays

GET Assets requires a Status in ALL Caps otherwise you'll recieve a 403 Forbidden.

CREATE or GET Assets deserializes JSON responses into the Assets object where the Status is Init Caps.

For this reason the same component in our OpenAPI spec will not support both use cases without throwing an error for missing enums due to case sensitivity.