You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bexio is a cloud-based simple business software for the self-employed, small businesses and startups.
@@ -646,7 +706,6 @@ We provide DTOs for the following:
646
706
| AccountDTO |
647
707
| BankAccountDTO |
648
708
| AdditionalAddressDTO |
649
-
| BankAccountDTO |
650
709
| BusinessActivityDTO |
651
710
| BusinessYearDTO |
652
711
| CalendarYearDTO |
@@ -672,7 +731,6 @@ We provide DTOs for the following:
672
731
| LanguageDTO |
673
732
| AddFileDTO |
674
733
| EntryDTO |
675
-
| FileDTO |
676
734
| ManualEntryDTO |
677
735
| NoteDTO |
678
736
| PaymentDTO |
@@ -684,6 +742,7 @@ We provide DTOs for the following:
684
742
| TitleDTO |
685
743
| UnitDTO |
686
744
| UserDTO |
745
+
| UserInfoDTO |
687
746
| VatPeriodDTO |
688
747
689
748
In addition to the above, we also provide DTOs to be used for create and edit request for the following:
@@ -710,6 +769,8 @@ In addition to the above, we also provide DTOs to be used for create and edit re
710
769
711
770
`Note: This is the preferred method of interfacing with Requests and Responses however you can still use the json, object and collect methods. and pass arrays to the requests.`
712
771
772
+
> **📝 Recent DTO Field Updates:** For information about recent DTO field additions and changes, please see the [CHANGELOG.md](CHANGELOG.md#-dto-field-updates).
773
+
713
774
### Examples
714
775
715
776
Here are some examples of how to use the package with different authentication methods:
0 commit comments