diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 950e95ced9..630fbff2ea 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
release:
runs-on: ubuntu-latest
env:
- PACKAGE_VERSION: 2.4.1
+ PACKAGE_VERSION: 2.5.0
steps:
- uses: actions/checkout@v3
diff --git a/.gitignore b/.gitignore
index 3e5c0bf8d7..f6a2735e05 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,9 +6,11 @@ tmp/*
.dist
api_new.yml
.eslintcache
+.idea
.dist/*
vendor/
.env
/out
+.idea
diff --git a/package.json b/package.json
index 6eaeded7aa..99c8a1d5a3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@apideck/net",
- "version": "2.4.1",
+ "version": "2.5.0",
"description": "Apideck .NET SDK",
"keywords": [
"apideck",
diff --git a/src/gen/.openapi-generator/FILES b/src/gen/.openapi-generator/FILES
index 73a2433777..a8d515898e 100644
--- a/src/gen/.openapi-generator/FILES
+++ b/src/gen/.openapi-generator/FILES
@@ -53,6 +53,7 @@ docs/BankAccount.md
docs/Benefit.md
docs/Bill.md
docs/BillLineItem.md
+docs/BillPayment.md
docs/BillsFilter.md
docs/BillsSort.md
docs/Branch.md
@@ -105,6 +106,7 @@ docs/CreateApplicantResponse.md
docs/CreateApplicationResponse.md
docs/CreateAttachmentRequest.md
docs/CreateAttachmentResponse.md
+docs/CreateBillPaymentResponse.md
docs/CreateBillResponse.md
docs/CreateCommentResponse.md
docs/CreateCompanyResponse.md
@@ -121,6 +123,7 @@ docs/CreateDriveResponse.md
docs/CreateEcommerceCustomerResponse.md
docs/CreateEcommerceOrderResponse.md
docs/CreateEmployeeResponse.md
+docs/CreateExpenseResponse.md
docs/CreateFileRequest.md
docs/CreateFileResponse.md
docs/CreateFolderRequest.md
@@ -156,6 +159,7 @@ docs/CreateTaxRateResponse.md
docs/CreateTenderResponse.md
docs/CreateTicketResponse.md
docs/CreateTimeOffRequestResponse.md
+docs/CreateTrackingCategoryResponse.md
docs/CreateUploadSessionRequest.md
docs/CreateUploadSessionResponse.md
docs/CreateUserResponse.md
@@ -180,6 +184,7 @@ docs/DeleteActivityResponse.md
docs/DeleteApplicantResponse.md
docs/DeleteApplicationResponse.md
docs/DeleteAttachmentResponse.md
+docs/DeleteBillPaymentResponse.md
docs/DeleteBillResponse.md
docs/DeleteCommentResponse.md
docs/DeleteCompanyResponse.md
@@ -193,6 +198,7 @@ docs/DeleteDriveResponse.md
docs/DeleteEcommerceCustomerResponse.md
docs/DeleteEcommerceOrderResponse.md
docs/DeleteEmployeeResponse.md
+docs/DeleteExpenseResponse.md
docs/DeleteFileResponse.md
docs/DeleteFolderResponse.md
docs/DeleteHrisCompanyResponse.md
@@ -223,10 +229,13 @@ docs/DeleteTaxRateResponse.md
docs/DeleteTenderResponse.md
docs/DeleteTicketResponse.md
docs/DeleteTimeOffRequestResponse.md
+docs/DeleteTrackingCategoryResponse.md
docs/DeleteUploadSessionResponse.md
docs/DeleteUserResponse.md
docs/DeleteWebhookResponse.md
docs/Department.md
+docs/DeprecatedLinkedSupplier.md
+docs/DeprecatedLinkedTrackingCategory.md
docs/Drive.md
docs/DriveGroup.md
docs/DriveGroupsFilter.md
@@ -264,6 +273,8 @@ docs/EmployeesSort.md
docs/EmploymentStatus.md
docs/Error.md
docs/ExecuteWebhookResponse.md
+docs/Expense.md
+docs/ExpenseLineItem.md
docs/FileStorageApi.md
docs/FileStorageEventType.md
docs/FileType.md
@@ -292,6 +303,8 @@ docs/GetApplicationsResponse.md
docs/GetAttachmentResponse.md
docs/GetAttachmentsResponse.md
docs/GetBalanceSheetResponse.md
+docs/GetBillPaymentResponse.md
+docs/GetBillPaymentsResponse.md
docs/GetBillResponse.md
docs/GetBillsResponse.md
docs/GetCollectionResponse.md
@@ -338,6 +351,8 @@ docs/GetEmployeePayrollsResponse.md
docs/GetEmployeeResponse.md
docs/GetEmployeeSchedulesResponse.md
docs/GetEmployeesResponse.md
+docs/GetExpenseResponse.md
+docs/GetExpensesResponse.md
docs/GetFileResponse.md
docs/GetFilesResponse.md
docs/GetFolderResponse.md
@@ -410,6 +425,8 @@ docs/GetTicketResponse.md
docs/GetTicketsResponse.md
docs/GetTimeOffRequestResponse.md
docs/GetTimeOffRequestsResponse.md
+docs/GetTrackingCategoriesResponse.md
+docs/GetTrackingCategoryResponse.md
docs/GetUploadSessionResponse.md
docs/GetUserResponse.md
docs/GetUsersResponse.md
@@ -505,6 +522,8 @@ docs/Payment.md
docs/PaymentCard.md
docs/PaymentFrequency.md
docs/PaymentRequiredResponse.md
+docs/PaymentStatus.md
+docs/PaymentType.md
docs/PaymentUnit.md
docs/PaymentsFilter.md
docs/PaymentsSort.md
@@ -573,6 +592,7 @@ docs/TimeOffRequestNotes.md
docs/TimeOffRequestsFilter.md
docs/TooManyRequestsResponse.md
docs/TooManyRequestsResponseDetail.md
+docs/TrackingCategory.md
docs/TrackingItem.md
docs/UnauthorizedResponse.md
docs/UnexpectedErrorResponse.md
@@ -586,6 +606,7 @@ docs/UpdateAccountingLocationResponse.md
docs/UpdateActivityResponse.md
docs/UpdateApplicantResponse.md
docs/UpdateApplicationResponse.md
+docs/UpdateBillPaymentResponse.md
docs/UpdateBillResponse.md
docs/UpdateCommentResponse.md
docs/UpdateCompanyResponse.md
@@ -603,6 +624,7 @@ docs/UpdateDriveResponse.md
docs/UpdateEcommerceCustomerResponse.md
docs/UpdateEcommerceOrderResponse.md
docs/UpdateEmployeeResponse.md
+docs/UpdateExpenseResponse.md
docs/UpdateFileRequest.md
docs/UpdateFileResponse.md
docs/UpdateFolderRequest.md
@@ -636,6 +658,7 @@ docs/UpdateTaxRateResponse.md
docs/UpdateTenderResponse.md
docs/UpdateTicketResponse.md
docs/UpdateTimeOffRequestResponse.md
+docs/UpdateTrackingCategoryResponse.md
docs/UpdateUploadSessionResponse.md
docs/UpdateUserResponse.md
docs/UpdateWebhookRequest.md
@@ -716,6 +739,7 @@ src/Apideck.Test/Model/BalanceSheetTests.cs
src/Apideck.Test/Model/BankAccountTests.cs
src/Apideck.Test/Model/BenefitTests.cs
src/Apideck.Test/Model/BillLineItemTests.cs
+src/Apideck.Test/Model/BillPaymentTests.cs
src/Apideck.Test/Model/BillTests.cs
src/Apideck.Test/Model/BillsFilterTests.cs
src/Apideck.Test/Model/BillsSortTests.cs
@@ -768,6 +792,7 @@ src/Apideck.Test/Model/CreateApplicantResponseTests.cs
src/Apideck.Test/Model/CreateApplicationResponseTests.cs
src/Apideck.Test/Model/CreateAttachmentRequestTests.cs
src/Apideck.Test/Model/CreateAttachmentResponseTests.cs
+src/Apideck.Test/Model/CreateBillPaymentResponseTests.cs
src/Apideck.Test/Model/CreateBillResponseTests.cs
src/Apideck.Test/Model/CreateCommentResponseTests.cs
src/Apideck.Test/Model/CreateCompanyResponseTests.cs
@@ -784,6 +809,7 @@ src/Apideck.Test/Model/CreateDriveResponseTests.cs
src/Apideck.Test/Model/CreateEcommerceCustomerResponseTests.cs
src/Apideck.Test/Model/CreateEcommerceOrderResponseTests.cs
src/Apideck.Test/Model/CreateEmployeeResponseTests.cs
+src/Apideck.Test/Model/CreateExpenseResponseTests.cs
src/Apideck.Test/Model/CreateFileRequestTests.cs
src/Apideck.Test/Model/CreateFileResponseTests.cs
src/Apideck.Test/Model/CreateFolderRequestTests.cs
@@ -819,6 +845,7 @@ src/Apideck.Test/Model/CreateTaxRateResponseTests.cs
src/Apideck.Test/Model/CreateTenderResponseTests.cs
src/Apideck.Test/Model/CreateTicketResponseTests.cs
src/Apideck.Test/Model/CreateTimeOffRequestResponseTests.cs
+src/Apideck.Test/Model/CreateTrackingCategoryResponseTests.cs
src/Apideck.Test/Model/CreateUploadSessionRequestTests.cs
src/Apideck.Test/Model/CreateUploadSessionResponseTests.cs
src/Apideck.Test/Model/CreateUserResponseTests.cs
@@ -842,6 +869,7 @@ src/Apideck.Test/Model/DeleteActivityResponseTests.cs
src/Apideck.Test/Model/DeleteApplicantResponseTests.cs
src/Apideck.Test/Model/DeleteApplicationResponseTests.cs
src/Apideck.Test/Model/DeleteAttachmentResponseTests.cs
+src/Apideck.Test/Model/DeleteBillPaymentResponseTests.cs
src/Apideck.Test/Model/DeleteBillResponseTests.cs
src/Apideck.Test/Model/DeleteCommentResponseTests.cs
src/Apideck.Test/Model/DeleteCompanyResponseTests.cs
@@ -855,6 +883,7 @@ src/Apideck.Test/Model/DeleteDriveResponseTests.cs
src/Apideck.Test/Model/DeleteEcommerceCustomerResponseTests.cs
src/Apideck.Test/Model/DeleteEcommerceOrderResponseTests.cs
src/Apideck.Test/Model/DeleteEmployeeResponseTests.cs
+src/Apideck.Test/Model/DeleteExpenseResponseTests.cs
src/Apideck.Test/Model/DeleteFileResponseTests.cs
src/Apideck.Test/Model/DeleteFolderResponseTests.cs
src/Apideck.Test/Model/DeleteHrisCompanyResponseTests.cs
@@ -885,10 +914,13 @@ src/Apideck.Test/Model/DeleteTaxRateResponseTests.cs
src/Apideck.Test/Model/DeleteTenderResponseTests.cs
src/Apideck.Test/Model/DeleteTicketResponseTests.cs
src/Apideck.Test/Model/DeleteTimeOffRequestResponseTests.cs
+src/Apideck.Test/Model/DeleteTrackingCategoryResponseTests.cs
src/Apideck.Test/Model/DeleteUploadSessionResponseTests.cs
src/Apideck.Test/Model/DeleteUserResponseTests.cs
src/Apideck.Test/Model/DeleteWebhookResponseTests.cs
src/Apideck.Test/Model/DepartmentTests.cs
+src/Apideck.Test/Model/DeprecatedLinkedSupplierTests.cs
+src/Apideck.Test/Model/DeprecatedLinkedTrackingCategoryTests.cs
src/Apideck.Test/Model/DriveGroupTests.cs
src/Apideck.Test/Model/DriveGroupsFilterTests.cs
src/Apideck.Test/Model/DriveTests.cs
@@ -925,6 +957,8 @@ src/Apideck.Test/Model/EmployeesSortTests.cs
src/Apideck.Test/Model/EmploymentStatusTests.cs
src/Apideck.Test/Model/ErrorTests.cs
src/Apideck.Test/Model/ExecuteWebhookResponseTests.cs
+src/Apideck.Test/Model/ExpenseLineItemTests.cs
+src/Apideck.Test/Model/ExpenseTests.cs
src/Apideck.Test/Model/FileStorageEventTypeTests.cs
src/Apideck.Test/Model/FileTypeTests.cs
src/Apideck.Test/Model/FilesFilterTests.cs
@@ -952,6 +986,8 @@ src/Apideck.Test/Model/GetApplicationsResponseTests.cs
src/Apideck.Test/Model/GetAttachmentResponseTests.cs
src/Apideck.Test/Model/GetAttachmentsResponseTests.cs
src/Apideck.Test/Model/GetBalanceSheetResponseTests.cs
+src/Apideck.Test/Model/GetBillPaymentResponseTests.cs
+src/Apideck.Test/Model/GetBillPaymentsResponseTests.cs
src/Apideck.Test/Model/GetBillResponseTests.cs
src/Apideck.Test/Model/GetBillsResponseTests.cs
src/Apideck.Test/Model/GetCollectionResponseTests.cs
@@ -998,6 +1034,8 @@ src/Apideck.Test/Model/GetEmployeePayrollsResponseTests.cs
src/Apideck.Test/Model/GetEmployeeResponseTests.cs
src/Apideck.Test/Model/GetEmployeeSchedulesResponseTests.cs
src/Apideck.Test/Model/GetEmployeesResponseTests.cs
+src/Apideck.Test/Model/GetExpenseResponseTests.cs
+src/Apideck.Test/Model/GetExpensesResponseTests.cs
src/Apideck.Test/Model/GetFileResponseTests.cs
src/Apideck.Test/Model/GetFilesResponseTests.cs
src/Apideck.Test/Model/GetFolderResponseTests.cs
@@ -1070,6 +1108,8 @@ src/Apideck.Test/Model/GetTicketResponseTests.cs
src/Apideck.Test/Model/GetTicketsResponseTests.cs
src/Apideck.Test/Model/GetTimeOffRequestResponseTests.cs
src/Apideck.Test/Model/GetTimeOffRequestsResponseTests.cs
+src/Apideck.Test/Model/GetTrackingCategoriesResponseTests.cs
+src/Apideck.Test/Model/GetTrackingCategoryResponseTests.cs
src/Apideck.Test/Model/GetUploadSessionResponseTests.cs
src/Apideck.Test/Model/GetUserResponseTests.cs
src/Apideck.Test/Model/GetUsersResponseTests.cs
@@ -1161,7 +1201,9 @@ src/Apideck.Test/Model/PassThroughQueryTests.cs
src/Apideck.Test/Model/PaymentCardTests.cs
src/Apideck.Test/Model/PaymentFrequencyTests.cs
src/Apideck.Test/Model/PaymentRequiredResponseTests.cs
+src/Apideck.Test/Model/PaymentStatusTests.cs
src/Apideck.Test/Model/PaymentTests.cs
+src/Apideck.Test/Model/PaymentTypeTests.cs
src/Apideck.Test/Model/PaymentUnitTests.cs
src/Apideck.Test/Model/PaymentsFilterTests.cs
src/Apideck.Test/Model/PaymentsSortTests.cs
@@ -1228,6 +1270,7 @@ src/Apideck.Test/Model/TimeOffRequestTests.cs
src/Apideck.Test/Model/TimeOffRequestsFilterTests.cs
src/Apideck.Test/Model/TooManyRequestsResponseDetailTests.cs
src/Apideck.Test/Model/TooManyRequestsResponseTests.cs
+src/Apideck.Test/Model/TrackingCategoryTests.cs
src/Apideck.Test/Model/TrackingItemTests.cs
src/Apideck.Test/Model/UnauthorizedResponseTests.cs
src/Apideck.Test/Model/UnexpectedErrorResponseTests.cs
@@ -1241,6 +1284,7 @@ src/Apideck.Test/Model/UpdateAccountingLocationResponseTests.cs
src/Apideck.Test/Model/UpdateActivityResponseTests.cs
src/Apideck.Test/Model/UpdateApplicantResponseTests.cs
src/Apideck.Test/Model/UpdateApplicationResponseTests.cs
+src/Apideck.Test/Model/UpdateBillPaymentResponseTests.cs
src/Apideck.Test/Model/UpdateBillResponseTests.cs
src/Apideck.Test/Model/UpdateCommentResponseTests.cs
src/Apideck.Test/Model/UpdateCompanyResponseTests.cs
@@ -1258,6 +1302,7 @@ src/Apideck.Test/Model/UpdateDriveResponseTests.cs
src/Apideck.Test/Model/UpdateEcommerceCustomerResponseTests.cs
src/Apideck.Test/Model/UpdateEcommerceOrderResponseTests.cs
src/Apideck.Test/Model/UpdateEmployeeResponseTests.cs
+src/Apideck.Test/Model/UpdateExpenseResponseTests.cs
src/Apideck.Test/Model/UpdateFileRequestTests.cs
src/Apideck.Test/Model/UpdateFileResponseTests.cs
src/Apideck.Test/Model/UpdateFolderRequestTests.cs
@@ -1291,6 +1336,7 @@ src/Apideck.Test/Model/UpdateTaxRateResponseTests.cs
src/Apideck.Test/Model/UpdateTenderResponseTests.cs
src/Apideck.Test/Model/UpdateTicketResponseTests.cs
src/Apideck.Test/Model/UpdateTimeOffRequestResponseTests.cs
+src/Apideck.Test/Model/UpdateTrackingCategoryResponseTests.cs
src/Apideck.Test/Model/UpdateUploadSessionResponseTests.cs
src/Apideck.Test/Model/UpdateUserResponseTests.cs
src/Apideck.Test/Model/UpdateWebhookRequestTests.cs
@@ -1386,6 +1432,7 @@ src/Apideck/Model/BankAccount.cs
src/Apideck/Model/Benefit.cs
src/Apideck/Model/Bill.cs
src/Apideck/Model/BillLineItem.cs
+src/Apideck/Model/BillPayment.cs
src/Apideck/Model/BillsFilter.cs
src/Apideck/Model/BillsSort.cs
src/Apideck/Model/Branch.cs
@@ -1437,6 +1484,7 @@ src/Apideck/Model/CreateApplicantResponse.cs
src/Apideck/Model/CreateApplicationResponse.cs
src/Apideck/Model/CreateAttachmentRequest.cs
src/Apideck/Model/CreateAttachmentResponse.cs
+src/Apideck/Model/CreateBillPaymentResponse.cs
src/Apideck/Model/CreateBillResponse.cs
src/Apideck/Model/CreateCommentResponse.cs
src/Apideck/Model/CreateCompanyResponse.cs
@@ -1453,6 +1501,7 @@ src/Apideck/Model/CreateDriveResponse.cs
src/Apideck/Model/CreateEcommerceCustomerResponse.cs
src/Apideck/Model/CreateEcommerceOrderResponse.cs
src/Apideck/Model/CreateEmployeeResponse.cs
+src/Apideck/Model/CreateExpenseResponse.cs
src/Apideck/Model/CreateFileRequest.cs
src/Apideck/Model/CreateFileResponse.cs
src/Apideck/Model/CreateFolderRequest.cs
@@ -1488,6 +1537,7 @@ src/Apideck/Model/CreateTaxRateResponse.cs
src/Apideck/Model/CreateTenderResponse.cs
src/Apideck/Model/CreateTicketResponse.cs
src/Apideck/Model/CreateTimeOffRequestResponse.cs
+src/Apideck/Model/CreateTrackingCategoryResponse.cs
src/Apideck/Model/CreateUploadSessionRequest.cs
src/Apideck/Model/CreateUploadSessionResponse.cs
src/Apideck/Model/CreateUserResponse.cs
@@ -1511,6 +1561,7 @@ src/Apideck/Model/DeleteActivityResponse.cs
src/Apideck/Model/DeleteApplicantResponse.cs
src/Apideck/Model/DeleteApplicationResponse.cs
src/Apideck/Model/DeleteAttachmentResponse.cs
+src/Apideck/Model/DeleteBillPaymentResponse.cs
src/Apideck/Model/DeleteBillResponse.cs
src/Apideck/Model/DeleteCommentResponse.cs
src/Apideck/Model/DeleteCompanyResponse.cs
@@ -1524,6 +1575,7 @@ src/Apideck/Model/DeleteDriveResponse.cs
src/Apideck/Model/DeleteEcommerceCustomerResponse.cs
src/Apideck/Model/DeleteEcommerceOrderResponse.cs
src/Apideck/Model/DeleteEmployeeResponse.cs
+src/Apideck/Model/DeleteExpenseResponse.cs
src/Apideck/Model/DeleteFileResponse.cs
src/Apideck/Model/DeleteFolderResponse.cs
src/Apideck/Model/DeleteHrisCompanyResponse.cs
@@ -1554,10 +1606,13 @@ src/Apideck/Model/DeleteTaxRateResponse.cs
src/Apideck/Model/DeleteTenderResponse.cs
src/Apideck/Model/DeleteTicketResponse.cs
src/Apideck/Model/DeleteTimeOffRequestResponse.cs
+src/Apideck/Model/DeleteTrackingCategoryResponse.cs
src/Apideck/Model/DeleteUploadSessionResponse.cs
src/Apideck/Model/DeleteUserResponse.cs
src/Apideck/Model/DeleteWebhookResponse.cs
src/Apideck/Model/Department.cs
+src/Apideck/Model/DeprecatedLinkedSupplier.cs
+src/Apideck/Model/DeprecatedLinkedTrackingCategory.cs
src/Apideck/Model/Drive.cs
src/Apideck/Model/DriveGroup.cs
src/Apideck/Model/DriveGroupsFilter.cs
@@ -1594,6 +1649,8 @@ src/Apideck/Model/EmployeesSort.cs
src/Apideck/Model/EmploymentStatus.cs
src/Apideck/Model/Error.cs
src/Apideck/Model/ExecuteWebhookResponse.cs
+src/Apideck/Model/Expense.cs
+src/Apideck/Model/ExpenseLineItem.cs
src/Apideck/Model/FileStorageEventType.cs
src/Apideck/Model/FileType.cs
src/Apideck/Model/FilesFilter.cs
@@ -1621,6 +1678,8 @@ src/Apideck/Model/GetApplicationsResponse.cs
src/Apideck/Model/GetAttachmentResponse.cs
src/Apideck/Model/GetAttachmentsResponse.cs
src/Apideck/Model/GetBalanceSheetResponse.cs
+src/Apideck/Model/GetBillPaymentResponse.cs
+src/Apideck/Model/GetBillPaymentsResponse.cs
src/Apideck/Model/GetBillResponse.cs
src/Apideck/Model/GetBillsResponse.cs
src/Apideck/Model/GetCollectionResponse.cs
@@ -1667,6 +1726,8 @@ src/Apideck/Model/GetEmployeePayrollsResponse.cs
src/Apideck/Model/GetEmployeeResponse.cs
src/Apideck/Model/GetEmployeeSchedulesResponse.cs
src/Apideck/Model/GetEmployeesResponse.cs
+src/Apideck/Model/GetExpenseResponse.cs
+src/Apideck/Model/GetExpensesResponse.cs
src/Apideck/Model/GetFileResponse.cs
src/Apideck/Model/GetFilesResponse.cs
src/Apideck/Model/GetFolderResponse.cs
@@ -1739,6 +1800,8 @@ src/Apideck/Model/GetTicketResponse.cs
src/Apideck/Model/GetTicketsResponse.cs
src/Apideck/Model/GetTimeOffRequestResponse.cs
src/Apideck/Model/GetTimeOffRequestsResponse.cs
+src/Apideck/Model/GetTrackingCategoriesResponse.cs
+src/Apideck/Model/GetTrackingCategoryResponse.cs
src/Apideck/Model/GetUploadSessionResponse.cs
src/Apideck/Model/GetUserResponse.cs
src/Apideck/Model/GetUsersResponse.cs
@@ -1831,6 +1894,8 @@ src/Apideck/Model/Payment.cs
src/Apideck/Model/PaymentCard.cs
src/Apideck/Model/PaymentFrequency.cs
src/Apideck/Model/PaymentRequiredResponse.cs
+src/Apideck/Model/PaymentStatus.cs
+src/Apideck/Model/PaymentType.cs
src/Apideck/Model/PaymentUnit.cs
src/Apideck/Model/PaymentsFilter.cs
src/Apideck/Model/PaymentsSort.cs
@@ -1897,6 +1962,7 @@ src/Apideck/Model/TimeOffRequestNotes.cs
src/Apideck/Model/TimeOffRequestsFilter.cs
src/Apideck/Model/TooManyRequestsResponse.cs
src/Apideck/Model/TooManyRequestsResponseDetail.cs
+src/Apideck/Model/TrackingCategory.cs
src/Apideck/Model/TrackingItem.cs
src/Apideck/Model/UnauthorizedResponse.cs
src/Apideck/Model/UnexpectedErrorResponse.cs
@@ -1910,6 +1976,7 @@ src/Apideck/Model/UpdateAccountingLocationResponse.cs
src/Apideck/Model/UpdateActivityResponse.cs
src/Apideck/Model/UpdateApplicantResponse.cs
src/Apideck/Model/UpdateApplicationResponse.cs
+src/Apideck/Model/UpdateBillPaymentResponse.cs
src/Apideck/Model/UpdateBillResponse.cs
src/Apideck/Model/UpdateCommentResponse.cs
src/Apideck/Model/UpdateCompanyResponse.cs
@@ -1927,6 +1994,7 @@ src/Apideck/Model/UpdateDriveResponse.cs
src/Apideck/Model/UpdateEcommerceCustomerResponse.cs
src/Apideck/Model/UpdateEcommerceOrderResponse.cs
src/Apideck/Model/UpdateEmployeeResponse.cs
+src/Apideck/Model/UpdateExpenseResponse.cs
src/Apideck/Model/UpdateFileRequest.cs
src/Apideck/Model/UpdateFileResponse.cs
src/Apideck/Model/UpdateFolderRequest.cs
@@ -1960,6 +2028,7 @@ src/Apideck/Model/UpdateTaxRateResponse.cs
src/Apideck/Model/UpdateTenderResponse.cs
src/Apideck/Model/UpdateTicketResponse.cs
src/Apideck/Model/UpdateTimeOffRequestResponse.cs
+src/Apideck/Model/UpdateTrackingCategoryResponse.cs
src/Apideck/Model/UpdateUploadSessionResponse.cs
src/Apideck/Model/UpdateUserResponse.cs
src/Apideck/Model/UpdateWebhookRequest.cs
diff --git a/src/gen/Apideck.sln b/src/gen/Apideck.sln
index cb58679247..05c76425b8 100644
--- a/src/gen/Apideck.sln
+++ b/src/gen/Apideck.sln
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apideck", "src\Apideck\Apideck.csproj", "{4BF62DFC-3E01-4925-AF05-29F376ED33EB}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apideck", "src\Apideck\Apideck.csproj", "{7890D5E3-8D3F-4DD0-887D-1850BE935FD1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apideck.Test", "src\Apideck.Test\Apideck.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
EndProject
@@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {4BF62DFC-3E01-4925-AF05-29F376ED33EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {4BF62DFC-3E01-4925-AF05-29F376ED33EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {4BF62DFC-3E01-4925-AF05-29F376ED33EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {4BF62DFC-3E01-4925-AF05-29F376ED33EB}.Release|Any CPU.Build.0 = Release|Any CPU
+ {7890D5E3-8D3F-4DD0-887D-1850BE935FD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {7890D5E3-8D3F-4DD0-887D-1850BE935FD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {7890D5E3-8D3F-4DD0-887D-1850BE935FD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {7890D5E3-8D3F-4DD0-887D-1850BE935FD1}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
diff --git a/src/gen/docs/AccountingApi.md b/src/gen/docs/AccountingApi.md
index a715c41fb4..dc3617e9f4 100644
--- a/src/gen/docs/AccountingApi.md
+++ b/src/gen/docs/AccountingApi.md
@@ -9,6 +9,11 @@ Method | HTTP request | Description
[**AttachmentsDownload**](AccountingApi.md#attachmentsdownload) | **GET** /accounting/attachments/{reference_type}/{reference_id}/{id}/download | Download Attachment
[**AttachmentsOne**](AccountingApi.md#attachmentsone) | **GET** /accounting/attachments/{reference_type}/{reference_id}/{id} | Get Attachment
[**BalanceSheetOne**](AccountingApi.md#balancesheetone) | **GET** /accounting/balance-sheet | Get BalanceSheet
+[**BillPaymentsAdd**](AccountingApi.md#billpaymentsadd) | **POST** /accounting/bill-payments | Create Bill Payment
+[**BillPaymentsAll**](AccountingApi.md#billpaymentsall) | **GET** /accounting/bill-payments | List Bill Payments
+[**BillPaymentsDelete**](AccountingApi.md#billpaymentsdelete) | **DELETE** /accounting/bill-payments/{id} | Delete Bill Payment
+[**BillPaymentsOne**](AccountingApi.md#billpaymentsone) | **GET** /accounting/bill-payments/{id} | Get Bill Payment
+[**BillPaymentsUpdate**](AccountingApi.md#billpaymentsupdate) | **PATCH** /accounting/bill-payments/{id} | Update Bill Payment
[**BillsAdd**](AccountingApi.md#billsadd) | **POST** /accounting/bills | Create Bill
[**BillsAll**](AccountingApi.md#billsall) | **GET** /accounting/bills | List Bills
[**BillsDelete**](AccountingApi.md#billsdelete) | **DELETE** /accounting/bills/{id} | Delete Bill
@@ -30,6 +35,11 @@ Method | HTTP request | Description
[**DepartmentsDelete**](AccountingApi.md#departmentsdelete) | **DELETE** /accounting/departments/{id} | Delete Department
[**DepartmentsOne**](AccountingApi.md#departmentsone) | **GET** /accounting/departments/{id} | Get Department
[**DepartmentsUpdate**](AccountingApi.md#departmentsupdate) | **PATCH** /accounting/departments/{id} | Update Department
+[**ExpensesAdd**](AccountingApi.md#expensesadd) | **POST** /accounting/expenses | Create Expense
+[**ExpensesAll**](AccountingApi.md#expensesall) | **GET** /accounting/expenses | List Expenses
+[**ExpensesDelete**](AccountingApi.md#expensesdelete) | **DELETE** /accounting/expenses/{id} | Delete Expense
+[**ExpensesOne**](AccountingApi.md#expensesone) | **GET** /accounting/expenses/{id} | Get Expense
+[**ExpensesUpdate**](AccountingApi.md#expensesupdate) | **PATCH** /accounting/expenses/{id} | Update Expense
[**InvoiceItemsAdd**](AccountingApi.md#invoiceitemsadd) | **POST** /accounting/invoice-items | Create Invoice Item
[**InvoiceItemsAll**](AccountingApi.md#invoiceitemsall) | **GET** /accounting/invoice-items | List Invoice Items
[**InvoiceItemsDelete**](AccountingApi.md#invoiceitemsdelete) | **DELETE** /accounting/invoice-items/{id} | Delete Invoice Item
@@ -81,6 +91,11 @@ Method | HTTP request | Description
[**TaxRatesDelete**](AccountingApi.md#taxratesdelete) | **DELETE** /accounting/tax-rates/{id} | Delete Tax Rate
[**TaxRatesOne**](AccountingApi.md#taxratesone) | **GET** /accounting/tax-rates/{id} | Get Tax Rate
[**TaxRatesUpdate**](AccountingApi.md#taxratesupdate) | **PATCH** /accounting/tax-rates/{id} | Update Tax Rate
+[**TrackingCategoriesAdd**](AccountingApi.md#trackingcategoriesadd) | **POST** /accounting/tracking-categories | Create Tracking Category
+[**TrackingCategoriesAll**](AccountingApi.md#trackingcategoriesall) | **GET** /accounting/tracking-categories | List Tracking Categories
+[**TrackingCategoriesDelete**](AccountingApi.md#trackingcategoriesdelete) | **DELETE** /accounting/tracking-categories/{id} | Delete Tracking Category
+[**TrackingCategoriesOne**](AccountingApi.md#trackingcategoriesone) | **GET** /accounting/tracking-categories/{id} | Get Tracking Category
+[**TrackingCategoriesUpdate**](AccountingApi.md#trackingcategoriesupdate) | **PATCH** /accounting/tracking-categories/{id} | Update Tracking Category
@@ -557,13 +572,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **BillsAdd**
-> CreateBillResponse BillsAdd (Bill bill, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
+
+# **BillPaymentsAdd**
+> CreateBillPaymentResponse BillPaymentsAdd (BillPayment billPayment, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
-Create Bill
+Create Bill Payment
-Create Bill
+Create Bill Payment
### Example
```csharp
@@ -575,7 +590,7 @@ using Apideck.Model;
namespace Example
{
- public class BillsAddExample
+ public class BillPaymentsAddExample
{
public static void Main()
{
@@ -587,7 +602,7 @@ namespace Example
// config.AddApiKeyPrefix("Authorization", "Bearer");
var apiInstance = new AccountingApi(config);
- var bill = new Bill(); // Bill |
+ var billPayment = new BillPayment(); // BillPayment |
var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
@@ -595,13 +610,13 @@ namespace Example
try
{
- // Create Bill
- CreateBillResponse result = apiInstance.BillsAdd(bill, raw, consumerId, appId, serviceId);
+ // Create Bill Payment
+ CreateBillPaymentResponse result = apiInstance.BillPaymentsAdd(billPayment, raw, consumerId, appId, serviceId);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.BillsAdd: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.BillPaymentsAdd: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -614,7 +629,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **bill** | [**Bill**](Bill.md)| |
+ **billPayment** | [**BillPayment**](BillPayment.md)| |
**raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
@@ -622,7 +637,7 @@ Name | Type | Description | Notes
### Return type
-[**CreateBillResponse**](CreateBillResponse.md)
+[**CreateBillPaymentResponse**](CreateBillPaymentResponse.md)
### Authorization
@@ -637,7 +652,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **201** | Bill created | - |
+| **201** | Bill Payment created | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -647,13 +662,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **BillsAll**
-> GetBillsResponse BillsAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, BillsFilter filter = null, BillsSort sort = null, PassThroughQuery passThrough = null, string fields = null)
+
+# **BillPaymentsAll**
+> GetBillPaymentsResponse BillPaymentsAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, PaymentsFilter filter = null, PaymentsSort sort = null, PassThroughQuery passThrough = null, string fields = null)
-List Bills
+List Bill Payments
-List Bills
+List Bill Payments
### Example
```csharp
@@ -665,7 +680,7 @@ using Apideck.Model;
namespace Example
{
- public class BillsAllExample
+ public class BillPaymentsAllExample
{
public static void Main()
{
@@ -683,20 +698,20 @@ namespace Example
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
var cursor = "cursor_example"; // string | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
var limit = 20; // int? | Number of results to return. Minimum 1, Maximum 200, Default 20 (optional) (default to 20)
- var filter = new BillsFilter(); // BillsFilter | Apply filters (optional)
- var sort = new BillsSort(); // BillsSort | Apply sorting (optional)
+ var filter = new PaymentsFilter(); // PaymentsFilter | Apply filters (optional)
+ var sort = new PaymentsSort(); // PaymentsSort | Apply sorting (optional)
var passThrough = new PassThroughQuery(); // PassThroughQuery | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
try
{
- // List Bills
- GetBillsResponse result = apiInstance.BillsAll(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields);
+ // List Bill Payments
+ GetBillPaymentsResponse result = apiInstance.BillPaymentsAll(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.BillsAll: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.BillPaymentsAll: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -715,14 +730,14 @@ Name | Type | Description | Notes
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
**cursor** | **string**| Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | [optional]
**limit** | **int?**| Number of results to return. Minimum 1, Maximum 200, Default 20 | [optional] [default to 20]
- **filter** | [**BillsFilter**](BillsFilter.md)| Apply filters | [optional]
- **sort** | [**BillsSort**](BillsSort.md)| Apply sorting | [optional]
+ **filter** | [**PaymentsFilter**](PaymentsFilter.md)| Apply filters | [optional]
+ **sort** | [**PaymentsSort**](PaymentsSort.md)| Apply sorting | [optional]
**passThrough** | [**PassThroughQuery**](PassThroughQuery.md)| Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | [optional]
**fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
### Return type
-[**GetBillsResponse**](GetBillsResponse.md)
+[**GetBillPaymentsResponse**](GetBillPaymentsResponse.md)
### Authorization
@@ -737,7 +752,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Bills | - |
+| **200** | Bill Payments | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -747,13 +762,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **BillsDelete**
-> DeleteBillResponse BillsDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **BillPaymentsDelete**
+> DeleteBillPaymentResponse BillPaymentsDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Delete Bill
+Delete Bill Payment
-Delete Bill
+Delete Bill Payment
### Example
```csharp
@@ -765,7 +780,7 @@ using Apideck.Model;
namespace Example
{
- public class BillsDeleteExample
+ public class BillPaymentsDeleteExample
{
public static void Main()
{
@@ -785,13 +800,13 @@ namespace Example
try
{
- // Delete Bill
- DeleteBillResponse result = apiInstance.BillsDelete(id, consumerId, appId, serviceId, raw);
+ // Delete Bill Payment
+ DeleteBillPaymentResponse result = apiInstance.BillPaymentsDelete(id, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.BillsDelete: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.BillPaymentsDelete: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -812,7 +827,7 @@ Name | Type | Description | Notes
### Return type
-[**DeleteBillResponse**](DeleteBillResponse.md)
+[**DeleteBillPaymentResponse**](DeleteBillPaymentResponse.md)
### Authorization
@@ -827,7 +842,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Bill deleted | - |
+| **200** | Bill Payment deleted | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -837,13 +852,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **BillsOne**
-> GetBillResponse BillsOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
+
+# **BillPaymentsOne**
+> GetBillPaymentResponse BillPaymentsOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
-Get Bill
+Get Bill Payment
-Get Bill
+Get Bill Payment
### Example
```csharp
@@ -855,7 +870,7 @@ using Apideck.Model;
namespace Example
{
- public class BillsOneExample
+ public class BillPaymentsOneExample
{
public static void Main()
{
@@ -876,13 +891,13 @@ namespace Example
try
{
- // Get Bill
- GetBillResponse result = apiInstance.BillsOne(id, consumerId, appId, serviceId, raw, fields);
+ // Get Bill Payment
+ GetBillPaymentResponse result = apiInstance.BillPaymentsOne(id, consumerId, appId, serviceId, raw, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.BillsOne: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.BillPaymentsOne: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -904,7 +919,7 @@ Name | Type | Description | Notes
### Return type
-[**GetBillResponse**](GetBillResponse.md)
+[**GetBillPaymentResponse**](GetBillPaymentResponse.md)
### Authorization
@@ -919,7 +934,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Bill | - |
+| **200** | Bill Payment | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -929,13 +944,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **BillsUpdate**
-> UpdateBillResponse BillsUpdate (string id, Bill bill, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **BillPaymentsUpdate**
+> UpdateBillPaymentResponse BillPaymentsUpdate (string id, BillPayment billPayment, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Update Bill
+Update Bill Payment
-Update Bill
+Update Bill Payment
### Example
```csharp
@@ -947,7 +962,7 @@ using Apideck.Model;
namespace Example
{
- public class BillsUpdateExample
+ public class BillPaymentsUpdateExample
{
public static void Main()
{
@@ -960,7 +975,7 @@ namespace Example
var apiInstance = new AccountingApi(config);
var id = "id_example"; // string | ID of the record you are acting upon.
- var bill = new Bill(); // Bill |
+ var billPayment = new BillPayment(); // BillPayment |
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
@@ -968,13 +983,13 @@ namespace Example
try
{
- // Update Bill
- UpdateBillResponse result = apiInstance.BillsUpdate(id, bill, consumerId, appId, serviceId, raw);
+ // Update Bill Payment
+ UpdateBillPaymentResponse result = apiInstance.BillPaymentsUpdate(id, billPayment, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.BillsUpdate: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.BillPaymentsUpdate: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -988,7 +1003,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **string**| ID of the record you are acting upon. |
- **bill** | [**Bill**](Bill.md)| |
+ **billPayment** | [**BillPayment**](BillPayment.md)| |
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
@@ -996,7 +1011,7 @@ Name | Type | Description | Notes
### Return type
-[**UpdateBillResponse**](UpdateBillResponse.md)
+[**UpdateBillPaymentResponse**](UpdateBillPaymentResponse.md)
### Authorization
@@ -1011,7 +1026,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Bill Updated | - |
+| **200** | Bill Payment updated | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -1021,13 +1036,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **CompanyInfoOne**
-> GetCompanyInfoResponse CompanyInfoOne (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string fields = null)
+
+# **BillsAdd**
+> CreateBillResponse BillsAdd (Bill bill, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
-Get company info
+Create Bill
-Get company info
+Create Bill
### Example
```csharp
@@ -1039,7 +1054,7 @@ using Apideck.Model;
namespace Example
{
- public class CompanyInfoOneExample
+ public class BillsAddExample
{
public static void Main()
{
@@ -1051,21 +1066,21 @@ namespace Example
// config.AddApiKeyPrefix("Authorization", "Bearer");
var apiInstance = new AccountingApi(config);
+ var bill = new Bill(); // Bill |
var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
- var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
try
{
- // Get company info
- GetCompanyInfoResponse result = apiInstance.CompanyInfoOne(raw, consumerId, appId, serviceId, fields);
+ // Create Bill
+ CreateBillResponse result = apiInstance.BillsAdd(bill, raw, consumerId, appId, serviceId);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.CompanyInfoOne: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.BillsAdd: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -1078,15 +1093,15 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+ **bill** | [**Bill**](Bill.md)| |
**raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
- **fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
### Return type
-[**GetCompanyInfoResponse**](GetCompanyInfoResponse.md)
+[**CreateBillResponse**](CreateBillResponse.md)
### Authorization
@@ -1094,14 +1109,14 @@ Name | Type | Description | Notes
### HTTP request headers
- - **Content-Type**: Not defined
+ - **Content-Type**: application/json
- **Accept**: application/json
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | CompanyInfo | - |
+| **201** | Bill created | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -1111,13 +1126,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **CreditNotesAdd**
-> CreateCreditNoteResponse CreditNotesAdd (CreditNote creditNote, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
+
+# **BillsAll**
+> GetBillsResponse BillsAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, BillsFilter filter = null, BillsSort sort = null, PassThroughQuery passThrough = null, string fields = null)
-Create Credit Note
+List Bills
-Create Credit Note
+List Bills
### Example
```csharp
@@ -1129,7 +1144,7 @@ using Apideck.Model;
namespace Example
{
- public class CreditNotesAddExample
+ public class BillsAllExample
{
public static void Main()
{
@@ -1141,21 +1156,26 @@ namespace Example
// config.AddApiKeyPrefix("Authorization", "Bearer");
var apiInstance = new AccountingApi(config);
- var creditNote = new CreditNote(); // CreditNote |
var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ var cursor = "cursor_example"; // string | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
+ var limit = 20; // int? | Number of results to return. Minimum 1, Maximum 200, Default 20 (optional) (default to 20)
+ var filter = new BillsFilter(); // BillsFilter | Apply filters (optional)
+ var sort = new BillsSort(); // BillsSort | Apply sorting (optional)
+ var passThrough = new PassThroughQuery(); // PassThroughQuery | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
+ var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
try
{
- // Create Credit Note
- CreateCreditNoteResponse result = apiInstance.CreditNotesAdd(creditNote, raw, consumerId, appId, serviceId);
+ // List Bills
+ GetBillsResponse result = apiInstance.BillsAll(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.CreditNotesAdd: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.BillsAll: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -1168,15 +1188,20 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **creditNote** | [**CreditNote**](CreditNote.md)| |
**raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
+ **cursor** | **string**| Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | [optional]
+ **limit** | **int?**| Number of results to return. Minimum 1, Maximum 200, Default 20 | [optional] [default to 20]
+ **filter** | [**BillsFilter**](BillsFilter.md)| Apply filters | [optional]
+ **sort** | [**BillsSort**](BillsSort.md)| Apply sorting | [optional]
+ **passThrough** | [**PassThroughQuery**](PassThroughQuery.md)| Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | [optional]
+ **fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
### Return type
-[**CreateCreditNoteResponse**](CreateCreditNoteResponse.md)
+[**GetBillsResponse**](GetBillsResponse.md)
### Authorization
@@ -1184,14 +1209,14 @@ Name | Type | Description | Notes
### HTTP request headers
- - **Content-Type**: application/json
+ - **Content-Type**: Not defined
- **Accept**: application/json
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **201** | Credit Note created | - |
+| **200** | Bills | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -1201,13 +1226,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **CreditNotesAll**
-> GetCreditNotesResponse CreditNotesAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, CreditNotesFilter filter = null, CreditNotesSort sort = null, PassThroughQuery passThrough = null, string fields = null)
+
+# **BillsDelete**
+> DeleteBillResponse BillsDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-List Credit Notes
+Delete Bill
-List Credit Notes
+Delete Bill
### Example
```csharp
@@ -1219,7 +1244,7 @@ using Apideck.Model;
namespace Example
{
- public class CreditNotesAllExample
+ public class BillsDeleteExample
{
public static void Main()
{
@@ -1231,26 +1256,21 @@ namespace Example
// config.AddApiKeyPrefix("Authorization", "Bearer");
var apiInstance = new AccountingApi(config);
- var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
+ var id = "id_example"; // string | ID of the record you are acting upon.
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
- var cursor = "cursor_example"; // string | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
- var limit = 20; // int? | Number of results to return. Minimum 1, Maximum 200, Default 20 (optional) (default to 20)
- var filter = new CreditNotesFilter(); // CreditNotesFilter | Apply filters (optional)
- var sort = new CreditNotesSort(); // CreditNotesSort | Apply sorting (optional)
- var passThrough = new PassThroughQuery(); // PassThroughQuery | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
- var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
try
{
- // List Credit Notes
- GetCreditNotesResponse result = apiInstance.CreditNotesAll(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields);
+ // Delete Bill
+ DeleteBillResponse result = apiInstance.BillsDelete(id, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.CreditNotesAll: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.BillsDelete: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -1263,20 +1283,15 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
+ **id** | **string**| ID of the record you are acting upon. |
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
- **cursor** | **string**| Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | [optional]
- **limit** | **int?**| Number of results to return. Minimum 1, Maximum 200, Default 20 | [optional] [default to 20]
- **filter** | [**CreditNotesFilter**](CreditNotesFilter.md)| Apply filters | [optional]
- **sort** | [**CreditNotesSort**](CreditNotesSort.md)| Apply sorting | [optional]
- **passThrough** | [**PassThroughQuery**](PassThroughQuery.md)| Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | [optional]
- **fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
+ **raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
### Return type
-[**GetCreditNotesResponse**](GetCreditNotesResponse.md)
+[**DeleteBillResponse**](DeleteBillResponse.md)
### Authorization
@@ -1291,7 +1306,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Credit Notes | - |
+| **200** | Bill deleted | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -1301,13 +1316,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **CreditNotesDelete**
-> DeleteCreditNoteResponse CreditNotesDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **BillsOne**
+> GetBillResponse BillsOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
-Delete Credit Note
+Get Bill
-Delete Credit Note
+Get Bill
### Example
```csharp
@@ -1319,7 +1334,7 @@ using Apideck.Model;
namespace Example
{
- public class CreditNotesDeleteExample
+ public class BillsOneExample
{
public static void Main()
{
@@ -1336,16 +1351,17 @@ namespace Example
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
+ var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
try
{
- // Delete Credit Note
- DeleteCreditNoteResponse result = apiInstance.CreditNotesDelete(id, consumerId, appId, serviceId, raw);
+ // Get Bill
+ GetBillResponse result = apiInstance.BillsOne(id, consumerId, appId, serviceId, raw, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.CreditNotesDelete: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.BillsOne: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -1363,10 +1379,11 @@ Name | Type | Description | Notes
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
**raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
+ **fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
### Return type
-[**DeleteCreditNoteResponse**](DeleteCreditNoteResponse.md)
+[**GetBillResponse**](GetBillResponse.md)
### Authorization
@@ -1381,7 +1398,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Credit Note deleted | - |
+| **200** | Bill | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -1391,13 +1408,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **CreditNotesOne**
-> GetCreditNoteResponse CreditNotesOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
+
+# **BillsUpdate**
+> UpdateBillResponse BillsUpdate (string id, Bill bill, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Get Credit Note
+Update Bill
-Get Credit Note
+Update Bill
### Example
```csharp
@@ -1409,7 +1426,7 @@ using Apideck.Model;
namespace Example
{
- public class CreditNotesOneExample
+ public class BillsUpdateExample
{
public static void Main()
{
@@ -1422,21 +1439,21 @@ namespace Example
var apiInstance = new AccountingApi(config);
var id = "id_example"; // string | ID of the record you are acting upon.
+ var bill = new Bill(); // Bill |
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
- var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
try
{
- // Get Credit Note
- GetCreditNoteResponse result = apiInstance.CreditNotesOne(id, consumerId, appId, serviceId, raw, fields);
+ // Update Bill
+ UpdateBillResponse result = apiInstance.BillsUpdate(id, bill, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.CreditNotesOne: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.BillsUpdate: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -1450,15 +1467,15 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **string**| ID of the record you are acting upon. |
+ **bill** | [**Bill**](Bill.md)| |
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
**raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
- **fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
### Return type
-[**GetCreditNoteResponse**](GetCreditNoteResponse.md)
+[**UpdateBillResponse**](UpdateBillResponse.md)
### Authorization
@@ -1466,14 +1483,14 @@ Name | Type | Description | Notes
### HTTP request headers
- - **Content-Type**: Not defined
+ - **Content-Type**: application/json
- **Accept**: application/json
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Credit Note | - |
+| **200** | Bill Updated | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -1483,13 +1500,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **CreditNotesUpdate**
-> UpdateCreditNoteResponse CreditNotesUpdate (string id, CreditNote creditNote, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **CompanyInfoOne**
+> GetCompanyInfoResponse CompanyInfoOne (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string fields = null)
-Update Credit Note
+Get company info
-Update Credit Note
+Get company info
### Example
```csharp
@@ -1501,7 +1518,7 @@ using Apideck.Model;
namespace Example
{
- public class CreditNotesUpdateExample
+ public class CompanyInfoOneExample
{
public static void Main()
{
@@ -1513,22 +1530,21 @@ namespace Example
// config.AddApiKeyPrefix("Authorization", "Bearer");
var apiInstance = new AccountingApi(config);
- var id = "id_example"; // string | ID of the record you are acting upon.
- var creditNote = new CreditNote(); // CreditNote |
+ var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
- var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
+ var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
try
{
- // Update Credit Note
- UpdateCreditNoteResponse result = apiInstance.CreditNotesUpdate(id, creditNote, consumerId, appId, serviceId, raw);
+ // Get company info
+ GetCompanyInfoResponse result = apiInstance.CompanyInfoOne(raw, consumerId, appId, serviceId, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.CreditNotesUpdate: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.CompanyInfoOne: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -1541,16 +1557,15 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **id** | **string**| ID of the record you are acting upon. |
- **creditNote** | [**CreditNote**](CreditNote.md)| |
+ **raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
- **raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
+ **fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
### Return type
-[**UpdateCreditNoteResponse**](UpdateCreditNoteResponse.md)
+[**GetCompanyInfoResponse**](GetCompanyInfoResponse.md)
### Authorization
@@ -1558,14 +1573,14 @@ Name | Type | Description | Notes
### HTTP request headers
- - **Content-Type**: application/json
+ - **Content-Type**: Not defined
- **Accept**: application/json
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Credit Note updated | - |
+| **200** | CompanyInfo | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -1575,13 +1590,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **CustomersAdd**
-> CreateCustomerResponse CustomersAdd (Customer customer, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
+
+# **CreditNotesAdd**
+> CreateCreditNoteResponse CreditNotesAdd (CreditNote creditNote, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
-Create Customer
+Create Credit Note
-Create Customer
+Create Credit Note
### Example
```csharp
@@ -1593,7 +1608,7 @@ using Apideck.Model;
namespace Example
{
- public class CustomersAddExample
+ public class CreditNotesAddExample
{
public static void Main()
{
@@ -1605,7 +1620,7 @@ namespace Example
// config.AddApiKeyPrefix("Authorization", "Bearer");
var apiInstance = new AccountingApi(config);
- var customer = new Customer(); // Customer |
+ var creditNote = new CreditNote(); // CreditNote |
var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
@@ -1613,13 +1628,13 @@ namespace Example
try
{
- // Create Customer
- CreateCustomerResponse result = apiInstance.CustomersAdd(customer, raw, consumerId, appId, serviceId);
+ // Create Credit Note
+ CreateCreditNoteResponse result = apiInstance.CreditNotesAdd(creditNote, raw, consumerId, appId, serviceId);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.CustomersAdd: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.CreditNotesAdd: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -1632,7 +1647,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **customer** | [**Customer**](Customer.md)| |
+ **creditNote** | [**CreditNote**](CreditNote.md)| |
**raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
@@ -1640,7 +1655,7 @@ Name | Type | Description | Notes
### Return type
-[**CreateCustomerResponse**](CreateCustomerResponse.md)
+[**CreateCreditNoteResponse**](CreateCreditNoteResponse.md)
### Authorization
@@ -1655,7 +1670,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **201** | Customers | - |
+| **201** | Credit Note created | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -1665,13 +1680,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **CustomersAll**
-> GetCustomersResponse CustomersAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, CustomersFilter filter = null, CustomersSort sort = null, PassThroughQuery passThrough = null, string fields = null)
+
+# **CreditNotesAll**
+> GetCreditNotesResponse CreditNotesAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, CreditNotesFilter filter = null, CreditNotesSort sort = null, PassThroughQuery passThrough = null, string fields = null)
-List Customers
+List Credit Notes
-List Customers
+List Credit Notes
### Example
```csharp
@@ -1683,7 +1698,7 @@ using Apideck.Model;
namespace Example
{
- public class CustomersAllExample
+ public class CreditNotesAllExample
{
public static void Main()
{
@@ -1701,20 +1716,20 @@ namespace Example
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
var cursor = "cursor_example"; // string | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
var limit = 20; // int? | Number of results to return. Minimum 1, Maximum 200, Default 20 (optional) (default to 20)
- var filter = new CustomersFilter(); // CustomersFilter | Apply filters (optional)
- var sort = new CustomersSort(); // CustomersSort | Apply sorting (optional)
+ var filter = new CreditNotesFilter(); // CreditNotesFilter | Apply filters (optional)
+ var sort = new CreditNotesSort(); // CreditNotesSort | Apply sorting (optional)
var passThrough = new PassThroughQuery(); // PassThroughQuery | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
try
{
- // List Customers
- GetCustomersResponse result = apiInstance.CustomersAll(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields);
+ // List Credit Notes
+ GetCreditNotesResponse result = apiInstance.CreditNotesAll(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.CustomersAll: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.CreditNotesAll: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -1733,14 +1748,14 @@ Name | Type | Description | Notes
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
**cursor** | **string**| Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | [optional]
**limit** | **int?**| Number of results to return. Minimum 1, Maximum 200, Default 20 | [optional] [default to 20]
- **filter** | [**CustomersFilter**](CustomersFilter.md)| Apply filters | [optional]
- **sort** | [**CustomersSort**](CustomersSort.md)| Apply sorting | [optional]
+ **filter** | [**CreditNotesFilter**](CreditNotesFilter.md)| Apply filters | [optional]
+ **sort** | [**CreditNotesSort**](CreditNotesSort.md)| Apply sorting | [optional]
**passThrough** | [**PassThroughQuery**](PassThroughQuery.md)| Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | [optional]
**fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
### Return type
-[**GetCustomersResponse**](GetCustomersResponse.md)
+[**GetCreditNotesResponse**](GetCreditNotesResponse.md)
### Authorization
@@ -1755,7 +1770,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Customers | - |
+| **200** | Credit Notes | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -1765,13 +1780,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **CustomersDelete**
-> DeleteCustomerResponse CustomersDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **CreditNotesDelete**
+> DeleteCreditNoteResponse CreditNotesDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Delete Customer
+Delete Credit Note
-Delete Customer
+Delete Credit Note
### Example
```csharp
@@ -1783,7 +1798,7 @@ using Apideck.Model;
namespace Example
{
- public class CustomersDeleteExample
+ public class CreditNotesDeleteExample
{
public static void Main()
{
@@ -1803,13 +1818,13 @@ namespace Example
try
{
- // Delete Customer
- DeleteCustomerResponse result = apiInstance.CustomersDelete(id, consumerId, appId, serviceId, raw);
+ // Delete Credit Note
+ DeleteCreditNoteResponse result = apiInstance.CreditNotesDelete(id, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.CustomersDelete: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.CreditNotesDelete: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -1830,7 +1845,7 @@ Name | Type | Description | Notes
### Return type
-[**DeleteCustomerResponse**](DeleteCustomerResponse.md)
+[**DeleteCreditNoteResponse**](DeleteCreditNoteResponse.md)
### Authorization
@@ -1845,7 +1860,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Customers | - |
+| **200** | Credit Note deleted | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -1855,13 +1870,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **CustomersOne**
-> GetCustomerResponse CustomersOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
+
+# **CreditNotesOne**
+> GetCreditNoteResponse CreditNotesOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
-Get Customer
+Get Credit Note
-Get Customer
+Get Credit Note
### Example
```csharp
@@ -1873,7 +1888,7 @@ using Apideck.Model;
namespace Example
{
- public class CustomersOneExample
+ public class CreditNotesOneExample
{
public static void Main()
{
@@ -1894,13 +1909,13 @@ namespace Example
try
{
- // Get Customer
- GetCustomerResponse result = apiInstance.CustomersOne(id, consumerId, appId, serviceId, raw, fields);
+ // Get Credit Note
+ GetCreditNoteResponse result = apiInstance.CreditNotesOne(id, consumerId, appId, serviceId, raw, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.CustomersOne: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.CreditNotesOne: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -1922,7 +1937,7 @@ Name | Type | Description | Notes
### Return type
-[**GetCustomerResponse**](GetCustomerResponse.md)
+[**GetCreditNoteResponse**](GetCreditNoteResponse.md)
### Authorization
@@ -1937,7 +1952,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Customer | - |
+| **200** | Credit Note | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -1947,13 +1962,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **CustomersUpdate**
-> UpdateCustomerResponse CustomersUpdate (string id, Customer customer, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **CreditNotesUpdate**
+> UpdateCreditNoteResponse CreditNotesUpdate (string id, CreditNote creditNote, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Update Customer
+Update Credit Note
-Update Customer
+Update Credit Note
### Example
```csharp
@@ -1965,7 +1980,7 @@ using Apideck.Model;
namespace Example
{
- public class CustomersUpdateExample
+ public class CreditNotesUpdateExample
{
public static void Main()
{
@@ -1978,7 +1993,7 @@ namespace Example
var apiInstance = new AccountingApi(config);
var id = "id_example"; // string | ID of the record you are acting upon.
- var customer = new Customer(); // Customer |
+ var creditNote = new CreditNote(); // CreditNote |
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
@@ -1986,13 +2001,13 @@ namespace Example
try
{
- // Update Customer
- UpdateCustomerResponse result = apiInstance.CustomersUpdate(id, customer, consumerId, appId, serviceId, raw);
+ // Update Credit Note
+ UpdateCreditNoteResponse result = apiInstance.CreditNotesUpdate(id, creditNote, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.CustomersUpdate: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.CreditNotesUpdate: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -2006,7 +2021,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **string**| ID of the record you are acting upon. |
- **customer** | [**Customer**](Customer.md)| |
+ **creditNote** | [**CreditNote**](CreditNote.md)| |
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
@@ -2014,7 +2029,7 @@ Name | Type | Description | Notes
### Return type
-[**UpdateCustomerResponse**](UpdateCustomerResponse.md)
+[**UpdateCreditNoteResponse**](UpdateCreditNoteResponse.md)
### Authorization
@@ -2029,7 +2044,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Customers | - |
+| **200** | Credit Note updated | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -2039,13 +2054,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **DepartmentsAdd**
-> CreateAccountingDepartmentResponse DepartmentsAdd (AccountingDepartment accountingDepartment, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
+
+# **CustomersAdd**
+> CreateCustomerResponse CustomersAdd (Customer customer, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
-Create Department
+Create Customer
-Create Department
+Create Customer
### Example
```csharp
@@ -2057,7 +2072,7 @@ using Apideck.Model;
namespace Example
{
- public class DepartmentsAddExample
+ public class CustomersAddExample
{
public static void Main()
{
@@ -2069,7 +2084,7 @@ namespace Example
// config.AddApiKeyPrefix("Authorization", "Bearer");
var apiInstance = new AccountingApi(config);
- var accountingDepartment = new AccountingDepartment(); // AccountingDepartment |
+ var customer = new Customer(); // Customer |
var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
@@ -2077,13 +2092,13 @@ namespace Example
try
{
- // Create Department
- CreateAccountingDepartmentResponse result = apiInstance.DepartmentsAdd(accountingDepartment, raw, consumerId, appId, serviceId);
+ // Create Customer
+ CreateCustomerResponse result = apiInstance.CustomersAdd(customer, raw, consumerId, appId, serviceId);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.DepartmentsAdd: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.CustomersAdd: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -2096,7 +2111,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **accountingDepartment** | [**AccountingDepartment**](AccountingDepartment.md)| |
+ **customer** | [**Customer**](Customer.md)| |
**raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
@@ -2104,7 +2119,7 @@ Name | Type | Description | Notes
### Return type
-[**CreateAccountingDepartmentResponse**](CreateAccountingDepartmentResponse.md)
+[**CreateCustomerResponse**](CreateCustomerResponse.md)
### Authorization
@@ -2119,7 +2134,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **201** | Department | - |
+| **201** | Customers | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -2129,13 +2144,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **DepartmentsAll**
-> GetAccountingDepartmentsResponse DepartmentsAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, string fields = null, AccountingDepartmentsFilter filter = null)
+
+# **CustomersAll**
+> GetCustomersResponse CustomersAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, CustomersFilter filter = null, CustomersSort sort = null, PassThroughQuery passThrough = null, string fields = null)
-List Departments
+List Customers
-List Departments
+List Customers
### Example
```csharp
@@ -2147,7 +2162,7 @@ using Apideck.Model;
namespace Example
{
- public class DepartmentsAllExample
+ public class CustomersAllExample
{
public static void Main()
{
@@ -2165,18 +2180,20 @@ namespace Example
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
var cursor = "cursor_example"; // string | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
var limit = 20; // int? | Number of results to return. Minimum 1, Maximum 200, Default 20 (optional) (default to 20)
+ var filter = new CustomersFilter(); // CustomersFilter | Apply filters (optional)
+ var sort = new CustomersSort(); // CustomersSort | Apply sorting (optional)
+ var passThrough = new PassThroughQuery(); // PassThroughQuery | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
- var filter = new AccountingDepartmentsFilter(); // AccountingDepartmentsFilter | Apply filters (optional)
try
{
- // List Departments
- GetAccountingDepartmentsResponse result = apiInstance.DepartmentsAll(raw, consumerId, appId, serviceId, cursor, limit, fields, filter);
+ // List Customers
+ GetCustomersResponse result = apiInstance.CustomersAll(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.DepartmentsAll: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.CustomersAll: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -2195,12 +2212,14 @@ Name | Type | Description | Notes
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
**cursor** | **string**| Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | [optional]
**limit** | **int?**| Number of results to return. Minimum 1, Maximum 200, Default 20 | [optional] [default to 20]
+ **filter** | [**CustomersFilter**](CustomersFilter.md)| Apply filters | [optional]
+ **sort** | [**CustomersSort**](CustomersSort.md)| Apply sorting | [optional]
+ **passThrough** | [**PassThroughQuery**](PassThroughQuery.md)| Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | [optional]
**fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
- **filter** | [**AccountingDepartmentsFilter**](AccountingDepartmentsFilter.md)| Apply filters | [optional]
### Return type
-[**GetAccountingDepartmentsResponse**](GetAccountingDepartmentsResponse.md)
+[**GetCustomersResponse**](GetCustomersResponse.md)
### Authorization
@@ -2215,7 +2234,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Departments | - |
+| **200** | Customers | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -2225,13 +2244,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **DepartmentsDelete**
-> DeleteAccountingDepartmentResponse DepartmentsDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **CustomersDelete**
+> DeleteCustomerResponse CustomersDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Delete Department
+Delete Customer
-Delete Department
+Delete Customer
### Example
```csharp
@@ -2243,7 +2262,7 @@ using Apideck.Model;
namespace Example
{
- public class DepartmentsDeleteExample
+ public class CustomersDeleteExample
{
public static void Main()
{
@@ -2263,13 +2282,13 @@ namespace Example
try
{
- // Delete Department
- DeleteAccountingDepartmentResponse result = apiInstance.DepartmentsDelete(id, consumerId, appId, serviceId, raw);
+ // Delete Customer
+ DeleteCustomerResponse result = apiInstance.CustomersDelete(id, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.DepartmentsDelete: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.CustomersDelete: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -2290,7 +2309,7 @@ Name | Type | Description | Notes
### Return type
-[**DeleteAccountingDepartmentResponse**](DeleteAccountingDepartmentResponse.md)
+[**DeleteCustomerResponse**](DeleteCustomerResponse.md)
### Authorization
@@ -2305,7 +2324,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Department deleted | - |
+| **200** | Customers | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -2315,13 +2334,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **DepartmentsOne**
-> GetAccountingDepartmentResponse DepartmentsOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
+
+# **CustomersOne**
+> GetCustomerResponse CustomersOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
-Get Department
+Get Customer
-Get Department
+Get Customer
### Example
```csharp
@@ -2333,7 +2352,7 @@ using Apideck.Model;
namespace Example
{
- public class DepartmentsOneExample
+ public class CustomersOneExample
{
public static void Main()
{
@@ -2354,13 +2373,13 @@ namespace Example
try
{
- // Get Department
- GetAccountingDepartmentResponse result = apiInstance.DepartmentsOne(id, consumerId, appId, serviceId, raw, fields);
+ // Get Customer
+ GetCustomerResponse result = apiInstance.CustomersOne(id, consumerId, appId, serviceId, raw, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.DepartmentsOne: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.CustomersOne: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -2382,7 +2401,7 @@ Name | Type | Description | Notes
### Return type
-[**GetAccountingDepartmentResponse**](GetAccountingDepartmentResponse.md)
+[**GetCustomerResponse**](GetCustomerResponse.md)
### Authorization
@@ -2397,7 +2416,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Location | - |
+| **200** | Customer | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -2407,13 +2426,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **DepartmentsUpdate**
-> UpdateAccountingDepartmentResponse DepartmentsUpdate (string id, AccountingDepartment accountingDepartment, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **CustomersUpdate**
+> UpdateCustomerResponse CustomersUpdate (string id, Customer customer, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Update Department
+Update Customer
-Update Department
+Update Customer
### Example
```csharp
@@ -2425,7 +2444,7 @@ using Apideck.Model;
namespace Example
{
- public class DepartmentsUpdateExample
+ public class CustomersUpdateExample
{
public static void Main()
{
@@ -2438,7 +2457,7 @@ namespace Example
var apiInstance = new AccountingApi(config);
var id = "id_example"; // string | ID of the record you are acting upon.
- var accountingDepartment = new AccountingDepartment(); // AccountingDepartment |
+ var customer = new Customer(); // Customer |
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
@@ -2446,13 +2465,13 @@ namespace Example
try
{
- // Update Department
- UpdateAccountingDepartmentResponse result = apiInstance.DepartmentsUpdate(id, accountingDepartment, consumerId, appId, serviceId, raw);
+ // Update Customer
+ UpdateCustomerResponse result = apiInstance.CustomersUpdate(id, customer, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.DepartmentsUpdate: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.CustomersUpdate: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -2466,7 +2485,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **string**| ID of the record you are acting upon. |
- **accountingDepartment** | [**AccountingDepartment**](AccountingDepartment.md)| |
+ **customer** | [**Customer**](Customer.md)| |
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
@@ -2474,7 +2493,7 @@ Name | Type | Description | Notes
### Return type
-[**UpdateAccountingDepartmentResponse**](UpdateAccountingDepartmentResponse.md)
+[**UpdateCustomerResponse**](UpdateCustomerResponse.md)
### Authorization
@@ -2489,7 +2508,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Department | - |
+| **200** | Customers | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -2499,13 +2518,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **InvoiceItemsAdd**
-> CreateInvoiceItemResponse InvoiceItemsAdd (InvoiceItem invoiceItem, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
+
+# **DepartmentsAdd**
+> CreateAccountingDepartmentResponse DepartmentsAdd (AccountingDepartment accountingDepartment, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
-Create Invoice Item
+Create Department
-Create Invoice Item
+Create Department
### Example
```csharp
@@ -2517,7 +2536,7 @@ using Apideck.Model;
namespace Example
{
- public class InvoiceItemsAddExample
+ public class DepartmentsAddExample
{
public static void Main()
{
@@ -2529,7 +2548,7 @@ namespace Example
// config.AddApiKeyPrefix("Authorization", "Bearer");
var apiInstance = new AccountingApi(config);
- var invoiceItem = new InvoiceItem(); // InvoiceItem |
+ var accountingDepartment = new AccountingDepartment(); // AccountingDepartment |
var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
@@ -2537,13 +2556,13 @@ namespace Example
try
{
- // Create Invoice Item
- CreateInvoiceItemResponse result = apiInstance.InvoiceItemsAdd(invoiceItem, raw, consumerId, appId, serviceId);
+ // Create Department
+ CreateAccountingDepartmentResponse result = apiInstance.DepartmentsAdd(accountingDepartment, raw, consumerId, appId, serviceId);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.InvoiceItemsAdd: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.DepartmentsAdd: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -2556,7 +2575,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **invoiceItem** | [**InvoiceItem**](InvoiceItem.md)| |
+ **accountingDepartment** | [**AccountingDepartment**](AccountingDepartment.md)| |
**raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
@@ -2564,7 +2583,7 @@ Name | Type | Description | Notes
### Return type
-[**CreateInvoiceItemResponse**](CreateInvoiceItemResponse.md)
+[**CreateAccountingDepartmentResponse**](CreateAccountingDepartmentResponse.md)
### Authorization
@@ -2579,7 +2598,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **201** | InvoiceItems | - |
+| **201** | Department | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -2589,13 +2608,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **InvoiceItemsAll**
-> GetInvoiceItemsResponse InvoiceItemsAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, InvoiceItemsFilter filter = null, PassThroughQuery passThrough = null, string fields = null)
+
+# **DepartmentsAll**
+> GetAccountingDepartmentsResponse DepartmentsAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, string fields = null, AccountingDepartmentsFilter filter = null)
-List Invoice Items
+List Departments
-List Invoice Items
+List Departments
### Example
```csharp
@@ -2607,7 +2626,7 @@ using Apideck.Model;
namespace Example
{
- public class InvoiceItemsAllExample
+ public class DepartmentsAllExample
{
public static void Main()
{
@@ -2625,19 +2644,18 @@ namespace Example
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
var cursor = "cursor_example"; // string | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
var limit = 20; // int? | Number of results to return. Minimum 1, Maximum 200, Default 20 (optional) (default to 20)
- var filter = new InvoiceItemsFilter(); // InvoiceItemsFilter | Apply filters (optional)
- var passThrough = new PassThroughQuery(); // PassThroughQuery | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ var filter = new AccountingDepartmentsFilter(); // AccountingDepartmentsFilter | Apply filters (optional)
try
{
- // List Invoice Items
- GetInvoiceItemsResponse result = apiInstance.InvoiceItemsAll(raw, consumerId, appId, serviceId, cursor, limit, filter, passThrough, fields);
+ // List Departments
+ GetAccountingDepartmentsResponse result = apiInstance.DepartmentsAll(raw, consumerId, appId, serviceId, cursor, limit, fields, filter);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.InvoiceItemsAll: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.DepartmentsAll: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -2656,13 +2674,12 @@ Name | Type | Description | Notes
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
**cursor** | **string**| Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | [optional]
**limit** | **int?**| Number of results to return. Minimum 1, Maximum 200, Default 20 | [optional] [default to 20]
- **filter** | [**InvoiceItemsFilter**](InvoiceItemsFilter.md)| Apply filters | [optional]
- **passThrough** | [**PassThroughQuery**](PassThroughQuery.md)| Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | [optional]
**fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
+ **filter** | [**AccountingDepartmentsFilter**](AccountingDepartmentsFilter.md)| Apply filters | [optional]
### Return type
-[**GetInvoiceItemsResponse**](GetInvoiceItemsResponse.md)
+[**GetAccountingDepartmentsResponse**](GetAccountingDepartmentsResponse.md)
### Authorization
@@ -2677,7 +2694,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | InvoiceItems | - |
+| **200** | Departments | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -2687,13 +2704,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **InvoiceItemsDelete**
-> DeleteTaxRateResponse InvoiceItemsDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **DepartmentsDelete**
+> DeleteAccountingDepartmentResponse DepartmentsDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Delete Invoice Item
+Delete Department
-Delete Invoice Item
+Delete Department
### Example
```csharp
@@ -2705,7 +2722,7 @@ using Apideck.Model;
namespace Example
{
- public class InvoiceItemsDeleteExample
+ public class DepartmentsDeleteExample
{
public static void Main()
{
@@ -2725,13 +2742,13 @@ namespace Example
try
{
- // Delete Invoice Item
- DeleteTaxRateResponse result = apiInstance.InvoiceItemsDelete(id, consumerId, appId, serviceId, raw);
+ // Delete Department
+ DeleteAccountingDepartmentResponse result = apiInstance.DepartmentsDelete(id, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.InvoiceItemsDelete: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.DepartmentsDelete: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -2752,7 +2769,7 @@ Name | Type | Description | Notes
### Return type
-[**DeleteTaxRateResponse**](DeleteTaxRateResponse.md)
+[**DeleteAccountingDepartmentResponse**](DeleteAccountingDepartmentResponse.md)
### Authorization
@@ -2767,7 +2784,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | InvoiceItems | - |
+| **200** | Department deleted | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -2777,13 +2794,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **InvoiceItemsOne**
-> GetInvoiceItemResponse InvoiceItemsOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
+
+# **DepartmentsOne**
+> GetAccountingDepartmentResponse DepartmentsOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
-Get Invoice Item
+Get Department
-Get Invoice Item
+Get Department
### Example
```csharp
@@ -2795,7 +2812,7 @@ using Apideck.Model;
namespace Example
{
- public class InvoiceItemsOneExample
+ public class DepartmentsOneExample
{
public static void Main()
{
@@ -2816,13 +2833,13 @@ namespace Example
try
{
- // Get Invoice Item
- GetInvoiceItemResponse result = apiInstance.InvoiceItemsOne(id, consumerId, appId, serviceId, raw, fields);
+ // Get Department
+ GetAccountingDepartmentResponse result = apiInstance.DepartmentsOne(id, consumerId, appId, serviceId, raw, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.InvoiceItemsOne: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.DepartmentsOne: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -2844,7 +2861,7 @@ Name | Type | Description | Notes
### Return type
-[**GetInvoiceItemResponse**](GetInvoiceItemResponse.md)
+[**GetAccountingDepartmentResponse**](GetAccountingDepartmentResponse.md)
### Authorization
@@ -2859,7 +2876,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | InvoiceItems | - |
+| **200** | Location | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -2869,13 +2886,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **InvoiceItemsUpdate**
-> UpdateInvoiceItemsResponse InvoiceItemsUpdate (string id, InvoiceItem invoiceItem, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **DepartmentsUpdate**
+> UpdateAccountingDepartmentResponse DepartmentsUpdate (string id, AccountingDepartment accountingDepartment, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Update Invoice Item
+Update Department
-Update Invoice Item
+Update Department
### Example
```csharp
@@ -2887,7 +2904,7 @@ using Apideck.Model;
namespace Example
{
- public class InvoiceItemsUpdateExample
+ public class DepartmentsUpdateExample
{
public static void Main()
{
@@ -2900,7 +2917,7 @@ namespace Example
var apiInstance = new AccountingApi(config);
var id = "id_example"; // string | ID of the record you are acting upon.
- var invoiceItem = new InvoiceItem(); // InvoiceItem |
+ var accountingDepartment = new AccountingDepartment(); // AccountingDepartment |
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
@@ -2908,13 +2925,13 @@ namespace Example
try
{
- // Update Invoice Item
- UpdateInvoiceItemsResponse result = apiInstance.InvoiceItemsUpdate(id, invoiceItem, consumerId, appId, serviceId, raw);
+ // Update Department
+ UpdateAccountingDepartmentResponse result = apiInstance.DepartmentsUpdate(id, accountingDepartment, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.InvoiceItemsUpdate: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.DepartmentsUpdate: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -2928,7 +2945,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **string**| ID of the record you are acting upon. |
- **invoiceItem** | [**InvoiceItem**](InvoiceItem.md)| |
+ **accountingDepartment** | [**AccountingDepartment**](AccountingDepartment.md)| |
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
@@ -2936,7 +2953,7 @@ Name | Type | Description | Notes
### Return type
-[**UpdateInvoiceItemsResponse**](UpdateInvoiceItemsResponse.md)
+[**UpdateAccountingDepartmentResponse**](UpdateAccountingDepartmentResponse.md)
### Authorization
@@ -2951,7 +2968,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | InvoiceItems | - |
+| **200** | Department | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -2961,13 +2978,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **InvoicesAdd**
-> CreateInvoiceResponse InvoicesAdd (Invoice invoice, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
+
+# **ExpensesAdd**
+> CreateExpenseResponse ExpensesAdd (Expense expense, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
-Create Invoice
+Create Expense
-Create Invoice
+Create Expense
### Example
```csharp
@@ -2979,7 +2996,7 @@ using Apideck.Model;
namespace Example
{
- public class InvoicesAddExample
+ public class ExpensesAddExample
{
public static void Main()
{
@@ -2991,7 +3008,7 @@ namespace Example
// config.AddApiKeyPrefix("Authorization", "Bearer");
var apiInstance = new AccountingApi(config);
- var invoice = new Invoice(); // Invoice |
+ var expense = new Expense(); // Expense |
var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
@@ -2999,13 +3016,13 @@ namespace Example
try
{
- // Create Invoice
- CreateInvoiceResponse result = apiInstance.InvoicesAdd(invoice, raw, consumerId, appId, serviceId);
+ // Create Expense
+ CreateExpenseResponse result = apiInstance.ExpensesAdd(expense, raw, consumerId, appId, serviceId);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.InvoicesAdd: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.ExpensesAdd: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -3018,7 +3035,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **invoice** | [**Invoice**](Invoice.md)| |
+ **expense** | [**Expense**](Expense.md)| |
**raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
@@ -3026,7 +3043,7 @@ Name | Type | Description | Notes
### Return type
-[**CreateInvoiceResponse**](CreateInvoiceResponse.md)
+[**CreateExpenseResponse**](CreateExpenseResponse.md)
### Authorization
@@ -3041,7 +3058,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **201** | Invoice created | - |
+| **201** | Expenses | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -3051,13 +3068,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **InvoicesAll**
-> GetInvoicesResponse InvoicesAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, InvoicesFilter filter = null, InvoicesSort sort = null, PassThroughQuery passThrough = null, string fields = null)
+
+# **ExpensesAll**
+> GetExpensesResponse ExpensesAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null)
-List Invoices
+List Expenses
-List Invoices
+List Expenses
### Example
```csharp
@@ -3069,7 +3086,7 @@ using Apideck.Model;
namespace Example
{
- public class InvoicesAllExample
+ public class ExpensesAllExample
{
public static void Main()
{
@@ -3087,20 +3104,16 @@ namespace Example
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
var cursor = "cursor_example"; // string | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
var limit = 20; // int? | Number of results to return. Minimum 1, Maximum 200, Default 20 (optional) (default to 20)
- var filter = new InvoicesFilter(); // InvoicesFilter | Apply filters (optional)
- var sort = new InvoicesSort(); // InvoicesSort | Apply sorting (optional)
- var passThrough = new PassThroughQuery(); // PassThroughQuery | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
- var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
try
{
- // List Invoices
- GetInvoicesResponse result = apiInstance.InvoicesAll(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields);
+ // List Expenses
+ GetExpensesResponse result = apiInstance.ExpensesAll(raw, consumerId, appId, serviceId, cursor, limit);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.InvoicesAll: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.ExpensesAll: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -3119,14 +3132,10 @@ Name | Type | Description | Notes
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
**cursor** | **string**| Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | [optional]
**limit** | **int?**| Number of results to return. Minimum 1, Maximum 200, Default 20 | [optional] [default to 20]
- **filter** | [**InvoicesFilter**](InvoicesFilter.md)| Apply filters | [optional]
- **sort** | [**InvoicesSort**](InvoicesSort.md)| Apply sorting | [optional]
- **passThrough** | [**PassThroughQuery**](PassThroughQuery.md)| Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | [optional]
- **fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
### Return type
-[**GetInvoicesResponse**](GetInvoicesResponse.md)
+[**GetExpensesResponse**](GetExpensesResponse.md)
### Authorization
@@ -3141,7 +3150,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Invoices | - |
+| **200** | Expenses | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -3151,13 +3160,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **InvoicesDelete**
-> DeleteInvoiceResponse InvoicesDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **ExpensesDelete**
+> DeleteExpenseResponse ExpensesDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Delete Invoice
+Delete Expense
-Delete Invoice
+Delete Expense
### Example
```csharp
@@ -3169,7 +3178,7 @@ using Apideck.Model;
namespace Example
{
- public class InvoicesDeleteExample
+ public class ExpensesDeleteExample
{
public static void Main()
{
@@ -3189,13 +3198,13 @@ namespace Example
try
{
- // Delete Invoice
- DeleteInvoiceResponse result = apiInstance.InvoicesDelete(id, consumerId, appId, serviceId, raw);
+ // Delete Expense
+ DeleteExpenseResponse result = apiInstance.ExpensesDelete(id, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.InvoicesDelete: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.ExpensesDelete: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -3216,7 +3225,7 @@ Name | Type | Description | Notes
### Return type
-[**DeleteInvoiceResponse**](DeleteInvoiceResponse.md)
+[**DeleteExpenseResponse**](DeleteExpenseResponse.md)
### Authorization
@@ -3231,7 +3240,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Invoice deleted | - |
+| **200** | Expenses | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -3241,13 +3250,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **InvoicesOne**
-> GetInvoiceResponse InvoicesOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
+
+# **ExpensesOne**
+> GetExpenseResponse ExpensesOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Get Invoice
+Get Expense
-Get Invoice
+Get Expense
### Example
```csharp
@@ -3259,7 +3268,7 @@ using Apideck.Model;
namespace Example
{
- public class InvoicesOneExample
+ public class ExpensesOneExample
{
public static void Main()
{
@@ -3276,17 +3285,16 @@ namespace Example
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
- var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
try
{
- // Get Invoice
- GetInvoiceResponse result = apiInstance.InvoicesOne(id, consumerId, appId, serviceId, raw, fields);
+ // Get Expense
+ GetExpenseResponse result = apiInstance.ExpensesOne(id, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.InvoicesOne: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.ExpensesOne: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -3304,11 +3312,10 @@ Name | Type | Description | Notes
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
**raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
- **fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
### Return type
-[**GetInvoiceResponse**](GetInvoiceResponse.md)
+[**GetExpenseResponse**](GetExpenseResponse.md)
### Authorization
@@ -3323,7 +3330,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Invoice | - |
+| **200** | Expenses | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -3333,13 +3340,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **InvoicesUpdate**
-> UpdateInvoiceResponse InvoicesUpdate (string id, Invoice invoice, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **ExpensesUpdate**
+> UpdateExpenseResponse ExpensesUpdate (string id, Expense expense, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Update Invoice
+Update Expense
-Update Invoice
+Update Expense
### Example
```csharp
@@ -3351,7 +3358,7 @@ using Apideck.Model;
namespace Example
{
- public class InvoicesUpdateExample
+ public class ExpensesUpdateExample
{
public static void Main()
{
@@ -3364,7 +3371,7 @@ namespace Example
var apiInstance = new AccountingApi(config);
var id = "id_example"; // string | ID of the record you are acting upon.
- var invoice = new Invoice(); // Invoice |
+ var expense = new Expense(); // Expense |
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
@@ -3372,13 +3379,13 @@ namespace Example
try
{
- // Update Invoice
- UpdateInvoiceResponse result = apiInstance.InvoicesUpdate(id, invoice, consumerId, appId, serviceId, raw);
+ // Update Expense
+ UpdateExpenseResponse result = apiInstance.ExpensesUpdate(id, expense, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.InvoicesUpdate: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.ExpensesUpdate: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -3392,7 +3399,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **string**| ID of the record you are acting upon. |
- **invoice** | [**Invoice**](Invoice.md)| |
+ **expense** | [**Expense**](Expense.md)| |
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
@@ -3400,7 +3407,7 @@ Name | Type | Description | Notes
### Return type
-[**UpdateInvoiceResponse**](UpdateInvoiceResponse.md)
+[**UpdateExpenseResponse**](UpdateExpenseResponse.md)
### Authorization
@@ -3415,7 +3422,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Invoice updated | - |
+| **200** | Expenses | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -3425,13 +3432,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **JournalEntriesAdd**
-> CreateJournalEntryResponse JournalEntriesAdd (JournalEntry journalEntry, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
+
+# **InvoiceItemsAdd**
+> CreateInvoiceItemResponse InvoiceItemsAdd (InvoiceItem invoiceItem, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
-Create Journal Entry
+Create Invoice Item
-Create Journal Entry
+Create Invoice Item
### Example
```csharp
@@ -3443,7 +3450,7 @@ using Apideck.Model;
namespace Example
{
- public class JournalEntriesAddExample
+ public class InvoiceItemsAddExample
{
public static void Main()
{
@@ -3455,7 +3462,7 @@ namespace Example
// config.AddApiKeyPrefix("Authorization", "Bearer");
var apiInstance = new AccountingApi(config);
- var journalEntry = new JournalEntry(); // JournalEntry |
+ var invoiceItem = new InvoiceItem(); // InvoiceItem |
var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
@@ -3463,13 +3470,13 @@ namespace Example
try
{
- // Create Journal Entry
- CreateJournalEntryResponse result = apiInstance.JournalEntriesAdd(journalEntry, raw, consumerId, appId, serviceId);
+ // Create Invoice Item
+ CreateInvoiceItemResponse result = apiInstance.InvoiceItemsAdd(invoiceItem, raw, consumerId, appId, serviceId);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.JournalEntriesAdd: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.InvoiceItemsAdd: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -3482,7 +3489,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **journalEntry** | [**JournalEntry**](JournalEntry.md)| |
+ **invoiceItem** | [**InvoiceItem**](InvoiceItem.md)| |
**raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
@@ -3490,7 +3497,7 @@ Name | Type | Description | Notes
### Return type
-[**CreateJournalEntryResponse**](CreateJournalEntryResponse.md)
+[**CreateInvoiceItemResponse**](CreateInvoiceItemResponse.md)
### Authorization
@@ -3505,7 +3512,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **201** | JournalEntries | - |
+| **201** | InvoiceItems | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -3515,13 +3522,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **JournalEntriesAll**
-> GetJournalEntriesResponse JournalEntriesAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, JournalEntriesFilter filter = null, JournalEntriesSort sort = null, PassThroughQuery passThrough = null, string fields = null)
+
+# **InvoiceItemsAll**
+> GetInvoiceItemsResponse InvoiceItemsAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, InvoiceItemsFilter filter = null, PassThroughQuery passThrough = null, string fields = null)
-List Journal Entries
+List Invoice Items
-List Journal Entries
+List Invoice Items
### Example
```csharp
@@ -3533,7 +3540,7 @@ using Apideck.Model;
namespace Example
{
- public class JournalEntriesAllExample
+ public class InvoiceItemsAllExample
{
public static void Main()
{
@@ -3551,20 +3558,19 @@ namespace Example
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
var cursor = "cursor_example"; // string | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
var limit = 20; // int? | Number of results to return. Minimum 1, Maximum 200, Default 20 (optional) (default to 20)
- var filter = new JournalEntriesFilter(); // JournalEntriesFilter | Apply filters (optional)
- var sort = new JournalEntriesSort(); // JournalEntriesSort | Apply sorting (optional)
+ var filter = new InvoiceItemsFilter(); // InvoiceItemsFilter | Apply filters (optional)
var passThrough = new PassThroughQuery(); // PassThroughQuery | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
try
{
- // List Journal Entries
- GetJournalEntriesResponse result = apiInstance.JournalEntriesAll(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields);
+ // List Invoice Items
+ GetInvoiceItemsResponse result = apiInstance.InvoiceItemsAll(raw, consumerId, appId, serviceId, cursor, limit, filter, passThrough, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.JournalEntriesAll: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.InvoiceItemsAll: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -3583,14 +3589,13 @@ Name | Type | Description | Notes
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
**cursor** | **string**| Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | [optional]
**limit** | **int?**| Number of results to return. Minimum 1, Maximum 200, Default 20 | [optional] [default to 20]
- **filter** | [**JournalEntriesFilter**](JournalEntriesFilter.md)| Apply filters | [optional]
- **sort** | [**JournalEntriesSort**](JournalEntriesSort.md)| Apply sorting | [optional]
+ **filter** | [**InvoiceItemsFilter**](InvoiceItemsFilter.md)| Apply filters | [optional]
**passThrough** | [**PassThroughQuery**](PassThroughQuery.md)| Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | [optional]
**fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
### Return type
-[**GetJournalEntriesResponse**](GetJournalEntriesResponse.md)
+[**GetInvoiceItemsResponse**](GetInvoiceItemsResponse.md)
### Authorization
@@ -3605,7 +3610,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | JournalEntry | - |
+| **200** | InvoiceItems | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -3615,13 +3620,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **JournalEntriesDelete**
-> DeleteJournalEntryResponse JournalEntriesDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **InvoiceItemsDelete**
+> DeleteTaxRateResponse InvoiceItemsDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Delete Journal Entry
+Delete Invoice Item
-Delete Journal Entry
+Delete Invoice Item
### Example
```csharp
@@ -3633,7 +3638,7 @@ using Apideck.Model;
namespace Example
{
- public class JournalEntriesDeleteExample
+ public class InvoiceItemsDeleteExample
{
public static void Main()
{
@@ -3653,13 +3658,13 @@ namespace Example
try
{
- // Delete Journal Entry
- DeleteJournalEntryResponse result = apiInstance.JournalEntriesDelete(id, consumerId, appId, serviceId, raw);
+ // Delete Invoice Item
+ DeleteTaxRateResponse result = apiInstance.InvoiceItemsDelete(id, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.JournalEntriesDelete: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.InvoiceItemsDelete: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -3680,7 +3685,7 @@ Name | Type | Description | Notes
### Return type
-[**DeleteJournalEntryResponse**](DeleteJournalEntryResponse.md)
+[**DeleteTaxRateResponse**](DeleteTaxRateResponse.md)
### Authorization
@@ -3695,7 +3700,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | JournalEntries | - |
+| **200** | InvoiceItems | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -3705,13 +3710,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **JournalEntriesOne**
-> GetJournalEntryResponse JournalEntriesOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
+
+# **InvoiceItemsOne**
+> GetInvoiceItemResponse InvoiceItemsOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
-Get Journal Entry
+Get Invoice Item
-Get Journal Entry
+Get Invoice Item
### Example
```csharp
@@ -3723,7 +3728,7 @@ using Apideck.Model;
namespace Example
{
- public class JournalEntriesOneExample
+ public class InvoiceItemsOneExample
{
public static void Main()
{
@@ -3744,13 +3749,13 @@ namespace Example
try
{
- // Get Journal Entry
- GetJournalEntryResponse result = apiInstance.JournalEntriesOne(id, consumerId, appId, serviceId, raw, fields);
+ // Get Invoice Item
+ GetInvoiceItemResponse result = apiInstance.InvoiceItemsOne(id, consumerId, appId, serviceId, raw, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.JournalEntriesOne: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.InvoiceItemsOne: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -3772,7 +3777,7 @@ Name | Type | Description | Notes
### Return type
-[**GetJournalEntryResponse**](GetJournalEntryResponse.md)
+[**GetInvoiceItemResponse**](GetInvoiceItemResponse.md)
### Authorization
@@ -3787,7 +3792,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | JournalEntries | - |
+| **200** | InvoiceItems | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -3797,13 +3802,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **JournalEntriesUpdate**
-> UpdateJournalEntryResponse JournalEntriesUpdate (string id, JournalEntry journalEntry, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **InvoiceItemsUpdate**
+> UpdateInvoiceItemsResponse InvoiceItemsUpdate (string id, InvoiceItem invoiceItem, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Update Journal Entry
+Update Invoice Item
-Update Journal Entry
+Update Invoice Item
### Example
```csharp
@@ -3815,7 +3820,7 @@ using Apideck.Model;
namespace Example
{
- public class JournalEntriesUpdateExample
+ public class InvoiceItemsUpdateExample
{
public static void Main()
{
@@ -3828,7 +3833,7 @@ namespace Example
var apiInstance = new AccountingApi(config);
var id = "id_example"; // string | ID of the record you are acting upon.
- var journalEntry = new JournalEntry(); // JournalEntry |
+ var invoiceItem = new InvoiceItem(); // InvoiceItem |
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
@@ -3836,13 +3841,13 @@ namespace Example
try
{
- // Update Journal Entry
- UpdateJournalEntryResponse result = apiInstance.JournalEntriesUpdate(id, journalEntry, consumerId, appId, serviceId, raw);
+ // Update Invoice Item
+ UpdateInvoiceItemsResponse result = apiInstance.InvoiceItemsUpdate(id, invoiceItem, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.JournalEntriesUpdate: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.InvoiceItemsUpdate: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -3856,7 +3861,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **string**| ID of the record you are acting upon. |
- **journalEntry** | [**JournalEntry**](JournalEntry.md)| |
+ **invoiceItem** | [**InvoiceItem**](InvoiceItem.md)| |
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
@@ -3864,7 +3869,7 @@ Name | Type | Description | Notes
### Return type
-[**UpdateJournalEntryResponse**](UpdateJournalEntryResponse.md)
+[**UpdateInvoiceItemsResponse**](UpdateInvoiceItemsResponse.md)
### Authorization
@@ -3879,7 +3884,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | JournalEntries | - |
+| **200** | InvoiceItems | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -3889,13 +3894,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **LedgerAccountsAdd**
-> CreateLedgerAccountResponse LedgerAccountsAdd (LedgerAccount ledgerAccount, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
+
+# **InvoicesAdd**
+> CreateInvoiceResponse InvoicesAdd (Invoice invoice, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
-Create Ledger Account
+Create Invoice
-Create Ledger Account
+Create Invoice
### Example
```csharp
@@ -3907,7 +3912,7 @@ using Apideck.Model;
namespace Example
{
- public class LedgerAccountsAddExample
+ public class InvoicesAddExample
{
public static void Main()
{
@@ -3919,7 +3924,7 @@ namespace Example
// config.AddApiKeyPrefix("Authorization", "Bearer");
var apiInstance = new AccountingApi(config);
- var ledgerAccount = new LedgerAccount(); // LedgerAccount |
+ var invoice = new Invoice(); // Invoice |
var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
@@ -3927,13 +3932,13 @@ namespace Example
try
{
- // Create Ledger Account
- CreateLedgerAccountResponse result = apiInstance.LedgerAccountsAdd(ledgerAccount, raw, consumerId, appId, serviceId);
+ // Create Invoice
+ CreateInvoiceResponse result = apiInstance.InvoicesAdd(invoice, raw, consumerId, appId, serviceId);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.LedgerAccountsAdd: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.InvoicesAdd: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -3946,7 +3951,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **ledgerAccount** | [**LedgerAccount**](LedgerAccount.md)| |
+ **invoice** | [**Invoice**](Invoice.md)| |
**raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
@@ -3954,7 +3959,7 @@ Name | Type | Description | Notes
### Return type
-[**CreateLedgerAccountResponse**](CreateLedgerAccountResponse.md)
+[**CreateInvoiceResponse**](CreateInvoiceResponse.md)
### Authorization
@@ -3969,7 +3974,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **201** | LedgerAccount created | - |
+| **201** | Invoice created | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -3979,13 +3984,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **LedgerAccountsAll**
-> GetLedgerAccountsResponse LedgerAccountsAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, LedgerAccountsFilter filter = null, LedgerAccountsSort sort = null, PassThroughQuery passThrough = null, string fields = null)
+
+# **InvoicesAll**
+> GetInvoicesResponse InvoicesAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, InvoicesFilter filter = null, InvoicesSort sort = null, PassThroughQuery passThrough = null, string fields = null)
-List Ledger Accounts
+List Invoices
-List Ledger Accounts
+List Invoices
### Example
```csharp
@@ -3997,7 +4002,7 @@ using Apideck.Model;
namespace Example
{
- public class LedgerAccountsAllExample
+ public class InvoicesAllExample
{
public static void Main()
{
@@ -4015,20 +4020,20 @@ namespace Example
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
var cursor = "cursor_example"; // string | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
var limit = 20; // int? | Number of results to return. Minimum 1, Maximum 200, Default 20 (optional) (default to 20)
- var filter = new LedgerAccountsFilter(); // LedgerAccountsFilter | Apply filters (optional)
- var sort = new LedgerAccountsSort(); // LedgerAccountsSort | Apply sorting (optional)
+ var filter = new InvoicesFilter(); // InvoicesFilter | Apply filters (optional)
+ var sort = new InvoicesSort(); // InvoicesSort | Apply sorting (optional)
var passThrough = new PassThroughQuery(); // PassThroughQuery | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
try
{
- // List Ledger Accounts
- GetLedgerAccountsResponse result = apiInstance.LedgerAccountsAll(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields);
+ // List Invoices
+ GetInvoicesResponse result = apiInstance.InvoicesAll(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.LedgerAccountsAll: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.InvoicesAll: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -4047,14 +4052,14 @@ Name | Type | Description | Notes
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
**cursor** | **string**| Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | [optional]
**limit** | **int?**| Number of results to return. Minimum 1, Maximum 200, Default 20 | [optional] [default to 20]
- **filter** | [**LedgerAccountsFilter**](LedgerAccountsFilter.md)| Apply filters | [optional]
- **sort** | [**LedgerAccountsSort**](LedgerAccountsSort.md)| Apply sorting | [optional]
+ **filter** | [**InvoicesFilter**](InvoicesFilter.md)| Apply filters | [optional]
+ **sort** | [**InvoicesSort**](InvoicesSort.md)| Apply sorting | [optional]
**passThrough** | [**PassThroughQuery**](PassThroughQuery.md)| Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | [optional]
**fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
### Return type
-[**GetLedgerAccountsResponse**](GetLedgerAccountsResponse.md)
+[**GetInvoicesResponse**](GetInvoicesResponse.md)
### Authorization
@@ -4069,7 +4074,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | LedgerAccounts | - |
+| **200** | Invoices | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -4079,13 +4084,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **LedgerAccountsDelete**
-> DeleteLedgerAccountResponse LedgerAccountsDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **InvoicesDelete**
+> DeleteInvoiceResponse InvoicesDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Delete Ledger Account
+Delete Invoice
-Delete Ledger Account
+Delete Invoice
### Example
```csharp
@@ -4097,7 +4102,7 @@ using Apideck.Model;
namespace Example
{
- public class LedgerAccountsDeleteExample
+ public class InvoicesDeleteExample
{
public static void Main()
{
@@ -4117,13 +4122,13 @@ namespace Example
try
{
- // Delete Ledger Account
- DeleteLedgerAccountResponse result = apiInstance.LedgerAccountsDelete(id, consumerId, appId, serviceId, raw);
+ // Delete Invoice
+ DeleteInvoiceResponse result = apiInstance.InvoicesDelete(id, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.LedgerAccountsDelete: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.InvoicesDelete: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -4144,7 +4149,7 @@ Name | Type | Description | Notes
### Return type
-[**DeleteLedgerAccountResponse**](DeleteLedgerAccountResponse.md)
+[**DeleteInvoiceResponse**](DeleteInvoiceResponse.md)
### Authorization
@@ -4159,7 +4164,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | LedgerAccount deleted | - |
+| **200** | Invoice deleted | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -4169,13 +4174,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **LedgerAccountsOne**
-> GetLedgerAccountResponse LedgerAccountsOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
+
+# **InvoicesOne**
+> GetInvoiceResponse InvoicesOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
-Get Ledger Account
+Get Invoice
-Get Ledger Account
+Get Invoice
### Example
```csharp
@@ -4187,7 +4192,7 @@ using Apideck.Model;
namespace Example
{
- public class LedgerAccountsOneExample
+ public class InvoicesOneExample
{
public static void Main()
{
@@ -4208,13 +4213,13 @@ namespace Example
try
{
- // Get Ledger Account
- GetLedgerAccountResponse result = apiInstance.LedgerAccountsOne(id, consumerId, appId, serviceId, raw, fields);
+ // Get Invoice
+ GetInvoiceResponse result = apiInstance.InvoicesOne(id, consumerId, appId, serviceId, raw, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.LedgerAccountsOne: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.InvoicesOne: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -4236,7 +4241,7 @@ Name | Type | Description | Notes
### Return type
-[**GetLedgerAccountResponse**](GetLedgerAccountResponse.md)
+[**GetInvoiceResponse**](GetInvoiceResponse.md)
### Authorization
@@ -4251,7 +4256,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | LedgerAccount | - |
+| **200** | Invoice | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -4261,13 +4266,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **LedgerAccountsUpdate**
-> UpdateLedgerAccountResponse LedgerAccountsUpdate (string id, LedgerAccount ledgerAccount, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **InvoicesUpdate**
+> UpdateInvoiceResponse InvoicesUpdate (string id, Invoice invoice, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Update Ledger Account
+Update Invoice
-Update Ledger Account
+Update Invoice
### Example
```csharp
@@ -4279,7 +4284,7 @@ using Apideck.Model;
namespace Example
{
- public class LedgerAccountsUpdateExample
+ public class InvoicesUpdateExample
{
public static void Main()
{
@@ -4292,7 +4297,7 @@ namespace Example
var apiInstance = new AccountingApi(config);
var id = "id_example"; // string | ID of the record you are acting upon.
- var ledgerAccount = new LedgerAccount(); // LedgerAccount |
+ var invoice = new Invoice(); // Invoice |
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
@@ -4300,13 +4305,13 @@ namespace Example
try
{
- // Update Ledger Account
- UpdateLedgerAccountResponse result = apiInstance.LedgerAccountsUpdate(id, ledgerAccount, consumerId, appId, serviceId, raw);
+ // Update Invoice
+ UpdateInvoiceResponse result = apiInstance.InvoicesUpdate(id, invoice, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.LedgerAccountsUpdate: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.InvoicesUpdate: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -4320,7 +4325,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **string**| ID of the record you are acting upon. |
- **ledgerAccount** | [**LedgerAccount**](LedgerAccount.md)| |
+ **invoice** | [**Invoice**](Invoice.md)| |
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
@@ -4328,7 +4333,7 @@ Name | Type | Description | Notes
### Return type
-[**UpdateLedgerAccountResponse**](UpdateLedgerAccountResponse.md)
+[**UpdateInvoiceResponse**](UpdateInvoiceResponse.md)
### Authorization
@@ -4343,7 +4348,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | LedgerAccount updated | - |
+| **200** | Invoice updated | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -4353,13 +4358,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **LocationsAdd**
-> CreateAccountingLocationResponse LocationsAdd (AccountingLocation accountingLocation, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
+
+# **JournalEntriesAdd**
+> CreateJournalEntryResponse JournalEntriesAdd (JournalEntry journalEntry, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
-Create Location
+Create Journal Entry
-Create Location
+Create Journal Entry
### Example
```csharp
@@ -4371,7 +4376,7 @@ using Apideck.Model;
namespace Example
{
- public class LocationsAddExample
+ public class JournalEntriesAddExample
{
public static void Main()
{
@@ -4383,7 +4388,7 @@ namespace Example
// config.AddApiKeyPrefix("Authorization", "Bearer");
var apiInstance = new AccountingApi(config);
- var accountingLocation = new AccountingLocation(); // AccountingLocation |
+ var journalEntry = new JournalEntry(); // JournalEntry |
var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
@@ -4391,13 +4396,13 @@ namespace Example
try
{
- // Create Location
- CreateAccountingLocationResponse result = apiInstance.LocationsAdd(accountingLocation, raw, consumerId, appId, serviceId);
+ // Create Journal Entry
+ CreateJournalEntryResponse result = apiInstance.JournalEntriesAdd(journalEntry, raw, consumerId, appId, serviceId);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.LocationsAdd: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.JournalEntriesAdd: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -4410,7 +4415,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **accountingLocation** | [**AccountingLocation**](AccountingLocation.md)| |
+ **journalEntry** | [**JournalEntry**](JournalEntry.md)| |
**raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
@@ -4418,7 +4423,7 @@ Name | Type | Description | Notes
### Return type
-[**CreateAccountingLocationResponse**](CreateAccountingLocationResponse.md)
+[**CreateJournalEntryResponse**](CreateJournalEntryResponse.md)
### Authorization
@@ -4433,7 +4438,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **201** | Location | - |
+| **201** | JournalEntries | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -4443,13 +4448,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **LocationsAll**
-> GetAccountingLocationsResponse LocationsAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, string fields = null, AccountingLocationsFilter filter = null)
+
+# **JournalEntriesAll**
+> GetJournalEntriesResponse JournalEntriesAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, JournalEntriesFilter filter = null, JournalEntriesSort sort = null, PassThroughQuery passThrough = null, string fields = null)
-List Locations
+List Journal Entries
-List Locations
+List Journal Entries
### Example
```csharp
@@ -4461,7 +4466,7 @@ using Apideck.Model;
namespace Example
{
- public class LocationsAllExample
+ public class JournalEntriesAllExample
{
public static void Main()
{
@@ -4479,18 +4484,20 @@ namespace Example
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
var cursor = "cursor_example"; // string | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
var limit = 20; // int? | Number of results to return. Minimum 1, Maximum 200, Default 20 (optional) (default to 20)
+ var filter = new JournalEntriesFilter(); // JournalEntriesFilter | Apply filters (optional)
+ var sort = new JournalEntriesSort(); // JournalEntriesSort | Apply sorting (optional)
+ var passThrough = new PassThroughQuery(); // PassThroughQuery | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
- var filter = new AccountingLocationsFilter(); // AccountingLocationsFilter | Apply filters (optional)
try
{
- // List Locations
- GetAccountingLocationsResponse result = apiInstance.LocationsAll(raw, consumerId, appId, serviceId, cursor, limit, fields, filter);
+ // List Journal Entries
+ GetJournalEntriesResponse result = apiInstance.JournalEntriesAll(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.LocationsAll: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.JournalEntriesAll: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -4509,12 +4516,14 @@ Name | Type | Description | Notes
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
**cursor** | **string**| Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | [optional]
**limit** | **int?**| Number of results to return. Minimum 1, Maximum 200, Default 20 | [optional] [default to 20]
+ **filter** | [**JournalEntriesFilter**](JournalEntriesFilter.md)| Apply filters | [optional]
+ **sort** | [**JournalEntriesSort**](JournalEntriesSort.md)| Apply sorting | [optional]
+ **passThrough** | [**PassThroughQuery**](PassThroughQuery.md)| Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | [optional]
**fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
- **filter** | [**AccountingLocationsFilter**](AccountingLocationsFilter.md)| Apply filters | [optional]
### Return type
-[**GetAccountingLocationsResponse**](GetAccountingLocationsResponse.md)
+[**GetJournalEntriesResponse**](GetJournalEntriesResponse.md)
### Authorization
@@ -4529,7 +4538,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Locations | - |
+| **200** | JournalEntry | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -4539,13 +4548,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **LocationsDelete**
-> DeleteAccountingLocationResponse LocationsDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **JournalEntriesDelete**
+> DeleteJournalEntryResponse JournalEntriesDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Delete Location
+Delete Journal Entry
-Delete Location
+Delete Journal Entry
### Example
```csharp
@@ -4557,7 +4566,7 @@ using Apideck.Model;
namespace Example
{
- public class LocationsDeleteExample
+ public class JournalEntriesDeleteExample
{
public static void Main()
{
@@ -4577,13 +4586,13 @@ namespace Example
try
{
- // Delete Location
- DeleteAccountingLocationResponse result = apiInstance.LocationsDelete(id, consumerId, appId, serviceId, raw);
+ // Delete Journal Entry
+ DeleteJournalEntryResponse result = apiInstance.JournalEntriesDelete(id, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.LocationsDelete: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.JournalEntriesDelete: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -4604,7 +4613,7 @@ Name | Type | Description | Notes
### Return type
-[**DeleteAccountingLocationResponse**](DeleteAccountingLocationResponse.md)
+[**DeleteJournalEntryResponse**](DeleteJournalEntryResponse.md)
### Authorization
@@ -4619,7 +4628,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Location deleted | - |
+| **200** | JournalEntries | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -4629,13 +4638,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **LocationsOne**
-> GetAccountingLocationResponse LocationsOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
+
+# **JournalEntriesOne**
+> GetJournalEntryResponse JournalEntriesOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
-Get Location
+Get Journal Entry
-Get Location
+Get Journal Entry
### Example
```csharp
@@ -4647,7 +4656,7 @@ using Apideck.Model;
namespace Example
{
- public class LocationsOneExample
+ public class JournalEntriesOneExample
{
public static void Main()
{
@@ -4668,13 +4677,13 @@ namespace Example
try
{
- // Get Location
- GetAccountingLocationResponse result = apiInstance.LocationsOne(id, consumerId, appId, serviceId, raw, fields);
+ // Get Journal Entry
+ GetJournalEntryResponse result = apiInstance.JournalEntriesOne(id, consumerId, appId, serviceId, raw, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.LocationsOne: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.JournalEntriesOne: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -4696,7 +4705,7 @@ Name | Type | Description | Notes
### Return type
-[**GetAccountingLocationResponse**](GetAccountingLocationResponse.md)
+[**GetJournalEntryResponse**](GetJournalEntryResponse.md)
### Authorization
@@ -4711,7 +4720,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Location | - |
+| **200** | JournalEntries | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -4721,13 +4730,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **LocationsUpdate**
-> UpdateAccountingLocationResponse LocationsUpdate (string id, AccountingLocation accountingLocation, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **JournalEntriesUpdate**
+> UpdateJournalEntryResponse JournalEntriesUpdate (string id, JournalEntry journalEntry, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Update Location
+Update Journal Entry
-Update Location
+Update Journal Entry
### Example
```csharp
@@ -4739,7 +4748,7 @@ using Apideck.Model;
namespace Example
{
- public class LocationsUpdateExample
+ public class JournalEntriesUpdateExample
{
public static void Main()
{
@@ -4752,7 +4761,7 @@ namespace Example
var apiInstance = new AccountingApi(config);
var id = "id_example"; // string | ID of the record you are acting upon.
- var accountingLocation = new AccountingLocation(); // AccountingLocation |
+ var journalEntry = new JournalEntry(); // JournalEntry |
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
@@ -4760,13 +4769,13 @@ namespace Example
try
{
- // Update Location
- UpdateAccountingLocationResponse result = apiInstance.LocationsUpdate(id, accountingLocation, consumerId, appId, serviceId, raw);
+ // Update Journal Entry
+ UpdateJournalEntryResponse result = apiInstance.JournalEntriesUpdate(id, journalEntry, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.LocationsUpdate: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.JournalEntriesUpdate: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -4780,7 +4789,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **string**| ID of the record you are acting upon. |
- **accountingLocation** | [**AccountingLocation**](AccountingLocation.md)| |
+ **journalEntry** | [**JournalEntry**](JournalEntry.md)| |
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
@@ -4788,7 +4797,7 @@ Name | Type | Description | Notes
### Return type
-[**UpdateAccountingLocationResponse**](UpdateAccountingLocationResponse.md)
+[**UpdateJournalEntryResponse**](UpdateJournalEntryResponse.md)
### Authorization
@@ -4803,7 +4812,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Location | - |
+| **200** | JournalEntries | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -4813,13 +4822,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **PaymentsAdd**
-> CreatePaymentResponse PaymentsAdd (Payment payment, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
+
+# **LedgerAccountsAdd**
+> CreateLedgerAccountResponse LedgerAccountsAdd (LedgerAccount ledgerAccount, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
-Create Payment
+Create Ledger Account
-Create Payment
+Create Ledger Account
### Example
```csharp
@@ -4831,7 +4840,7 @@ using Apideck.Model;
namespace Example
{
- public class PaymentsAddExample
+ public class LedgerAccountsAddExample
{
public static void Main()
{
@@ -4843,7 +4852,7 @@ namespace Example
// config.AddApiKeyPrefix("Authorization", "Bearer");
var apiInstance = new AccountingApi(config);
- var payment = new Payment(); // Payment |
+ var ledgerAccount = new LedgerAccount(); // LedgerAccount |
var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
@@ -4851,13 +4860,13 @@ namespace Example
try
{
- // Create Payment
- CreatePaymentResponse result = apiInstance.PaymentsAdd(payment, raw, consumerId, appId, serviceId);
+ // Create Ledger Account
+ CreateLedgerAccountResponse result = apiInstance.LedgerAccountsAdd(ledgerAccount, raw, consumerId, appId, serviceId);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.PaymentsAdd: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.LedgerAccountsAdd: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -4870,7 +4879,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **payment** | [**Payment**](Payment.md)| |
+ **ledgerAccount** | [**LedgerAccount**](LedgerAccount.md)| |
**raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
@@ -4878,7 +4887,7 @@ Name | Type | Description | Notes
### Return type
-[**CreatePaymentResponse**](CreatePaymentResponse.md)
+[**CreateLedgerAccountResponse**](CreateLedgerAccountResponse.md)
### Authorization
@@ -4893,7 +4902,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **201** | Payment created | - |
+| **201** | LedgerAccount created | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -4903,13 +4912,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **PaymentsAll**
-> GetPaymentsResponse PaymentsAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, PaymentsFilter filter = null, PaymentsSort sort = null, PassThroughQuery passThrough = null, string fields = null)
+
+# **LedgerAccountsAll**
+> GetLedgerAccountsResponse LedgerAccountsAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, LedgerAccountsFilter filter = null, LedgerAccountsSort sort = null, PassThroughQuery passThrough = null, string fields = null)
-List Payments
+List Ledger Accounts
-List Payments
+List Ledger Accounts
### Example
```csharp
@@ -4921,7 +4930,7 @@ using Apideck.Model;
namespace Example
{
- public class PaymentsAllExample
+ public class LedgerAccountsAllExample
{
public static void Main()
{
@@ -4939,20 +4948,20 @@ namespace Example
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
var cursor = "cursor_example"; // string | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
var limit = 20; // int? | Number of results to return. Minimum 1, Maximum 200, Default 20 (optional) (default to 20)
- var filter = new PaymentsFilter(); // PaymentsFilter | Apply filters (optional)
- var sort = new PaymentsSort(); // PaymentsSort | Apply sorting (optional)
+ var filter = new LedgerAccountsFilter(); // LedgerAccountsFilter | Apply filters (optional)
+ var sort = new LedgerAccountsSort(); // LedgerAccountsSort | Apply sorting (optional)
var passThrough = new PassThroughQuery(); // PassThroughQuery | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
try
{
- // List Payments
- GetPaymentsResponse result = apiInstance.PaymentsAll(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields);
+ // List Ledger Accounts
+ GetLedgerAccountsResponse result = apiInstance.LedgerAccountsAll(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.PaymentsAll: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.LedgerAccountsAll: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -4971,14 +4980,14 @@ Name | Type | Description | Notes
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
**cursor** | **string**| Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | [optional]
**limit** | **int?**| Number of results to return. Minimum 1, Maximum 200, Default 20 | [optional] [default to 20]
- **filter** | [**PaymentsFilter**](PaymentsFilter.md)| Apply filters | [optional]
- **sort** | [**PaymentsSort**](PaymentsSort.md)| Apply sorting | [optional]
+ **filter** | [**LedgerAccountsFilter**](LedgerAccountsFilter.md)| Apply filters | [optional]
+ **sort** | [**LedgerAccountsSort**](LedgerAccountsSort.md)| Apply sorting | [optional]
**passThrough** | [**PassThroughQuery**](PassThroughQuery.md)| Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | [optional]
**fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
### Return type
-[**GetPaymentsResponse**](GetPaymentsResponse.md)
+[**GetLedgerAccountsResponse**](GetLedgerAccountsResponse.md)
### Authorization
@@ -4993,7 +5002,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Payments | - |
+| **200** | LedgerAccounts | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -5003,13 +5012,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **PaymentsDelete**
-> DeletePaymentResponse PaymentsDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **LedgerAccountsDelete**
+> DeleteLedgerAccountResponse LedgerAccountsDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Delete Payment
+Delete Ledger Account
-Delete Payment
+Delete Ledger Account
### Example
```csharp
@@ -5021,7 +5030,7 @@ using Apideck.Model;
namespace Example
{
- public class PaymentsDeleteExample
+ public class LedgerAccountsDeleteExample
{
public static void Main()
{
@@ -5041,13 +5050,13 @@ namespace Example
try
{
- // Delete Payment
- DeletePaymentResponse result = apiInstance.PaymentsDelete(id, consumerId, appId, serviceId, raw);
+ // Delete Ledger Account
+ DeleteLedgerAccountResponse result = apiInstance.LedgerAccountsDelete(id, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.PaymentsDelete: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.LedgerAccountsDelete: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -5068,7 +5077,7 @@ Name | Type | Description | Notes
### Return type
-[**DeletePaymentResponse**](DeletePaymentResponse.md)
+[**DeleteLedgerAccountResponse**](DeleteLedgerAccountResponse.md)
### Authorization
@@ -5083,7 +5092,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Payment deleted | - |
+| **200** | LedgerAccount deleted | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -5093,13 +5102,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **PaymentsOne**
-> GetPaymentResponse PaymentsOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
+
+# **LedgerAccountsOne**
+> GetLedgerAccountResponse LedgerAccountsOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
-Get Payment
+Get Ledger Account
-Get Payment
+Get Ledger Account
### Example
```csharp
@@ -5111,7 +5120,7 @@ using Apideck.Model;
namespace Example
{
- public class PaymentsOneExample
+ public class LedgerAccountsOneExample
{
public static void Main()
{
@@ -5132,13 +5141,13 @@ namespace Example
try
{
- // Get Payment
- GetPaymentResponse result = apiInstance.PaymentsOne(id, consumerId, appId, serviceId, raw, fields);
+ // Get Ledger Account
+ GetLedgerAccountResponse result = apiInstance.LedgerAccountsOne(id, consumerId, appId, serviceId, raw, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.PaymentsOne: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.LedgerAccountsOne: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -5160,7 +5169,7 @@ Name | Type | Description | Notes
### Return type
-[**GetPaymentResponse**](GetPaymentResponse.md)
+[**GetLedgerAccountResponse**](GetLedgerAccountResponse.md)
### Authorization
@@ -5175,7 +5184,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Payment | - |
+| **200** | LedgerAccount | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -5185,13 +5194,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **PaymentsUpdate**
-> UpdatePaymentResponse PaymentsUpdate (string id, Payment payment, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **LedgerAccountsUpdate**
+> UpdateLedgerAccountResponse LedgerAccountsUpdate (string id, LedgerAccount ledgerAccount, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Update Payment
+Update Ledger Account
-Update Payment
+Update Ledger Account
### Example
```csharp
@@ -5203,7 +5212,7 @@ using Apideck.Model;
namespace Example
{
- public class PaymentsUpdateExample
+ public class LedgerAccountsUpdateExample
{
public static void Main()
{
@@ -5216,7 +5225,7 @@ namespace Example
var apiInstance = new AccountingApi(config);
var id = "id_example"; // string | ID of the record you are acting upon.
- var payment = new Payment(); // Payment |
+ var ledgerAccount = new LedgerAccount(); // LedgerAccount |
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
@@ -5224,13 +5233,13 @@ namespace Example
try
{
- // Update Payment
- UpdatePaymentResponse result = apiInstance.PaymentsUpdate(id, payment, consumerId, appId, serviceId, raw);
+ // Update Ledger Account
+ UpdateLedgerAccountResponse result = apiInstance.LedgerAccountsUpdate(id, ledgerAccount, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.PaymentsUpdate: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.LedgerAccountsUpdate: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -5244,7 +5253,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **string**| ID of the record you are acting upon. |
- **payment** | [**Payment**](Payment.md)| |
+ **ledgerAccount** | [**LedgerAccount**](LedgerAccount.md)| |
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
@@ -5252,7 +5261,7 @@ Name | Type | Description | Notes
### Return type
-[**UpdatePaymentResponse**](UpdatePaymentResponse.md)
+[**UpdateLedgerAccountResponse**](UpdateLedgerAccountResponse.md)
### Authorization
@@ -5267,7 +5276,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Payment Updated | - |
+| **200** | LedgerAccount updated | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -5277,13 +5286,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **ProfitAndLossOne**
-> GetProfitAndLossResponse ProfitAndLossOne (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, ProfitAndLossFilter filter = null, PassThroughQuery passThrough = null, string fields = null)
+
+# **LocationsAdd**
+> CreateAccountingLocationResponse LocationsAdd (AccountingLocation accountingLocation, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
-Get Profit and Loss
+Create Location
-Get Profit and Loss
+Create Location
### Example
```csharp
@@ -5295,7 +5304,7 @@ using Apideck.Model;
namespace Example
{
- public class ProfitAndLossOneExample
+ public class LocationsAddExample
{
public static void Main()
{
@@ -5307,23 +5316,21 @@ namespace Example
// config.AddApiKeyPrefix("Authorization", "Bearer");
var apiInstance = new AccountingApi(config);
+ var accountingLocation = new AccountingLocation(); // AccountingLocation |
var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
- var filter = new ProfitAndLossFilter(); // ProfitAndLossFilter | Apply filters (optional)
- var passThrough = new PassThroughQuery(); // PassThroughQuery | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
- var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
try
{
- // Get Profit and Loss
- GetProfitAndLossResponse result = apiInstance.ProfitAndLossOne(raw, consumerId, appId, serviceId, filter, passThrough, fields);
+ // Create Location
+ CreateAccountingLocationResponse result = apiInstance.LocationsAdd(accountingLocation, raw, consumerId, appId, serviceId);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.ProfitAndLossOne: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.LocationsAdd: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -5336,17 +5343,15 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+ **accountingLocation** | [**AccountingLocation**](AccountingLocation.md)| |
**raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
- **filter** | [**ProfitAndLossFilter**](ProfitAndLossFilter.md)| Apply filters | [optional]
- **passThrough** | [**PassThroughQuery**](PassThroughQuery.md)| Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | [optional]
- **fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
### Return type
-[**GetProfitAndLossResponse**](GetProfitAndLossResponse.md)
+[**CreateAccountingLocationResponse**](CreateAccountingLocationResponse.md)
### Authorization
@@ -5354,14 +5359,14 @@ Name | Type | Description | Notes
### HTTP request headers
- - **Content-Type**: Not defined
+ - **Content-Type**: application/json
- **Accept**: application/json
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Profit & Loss Report | - |
+| **201** | Location | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -5371,13 +5376,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **PurchaseOrdersAdd**
-> CreatePurchaseOrderResponse PurchaseOrdersAdd (PurchaseOrder purchaseOrder, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
+
+# **LocationsAll**
+> GetAccountingLocationsResponse LocationsAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, string fields = null, AccountingLocationsFilter filter = null)
-Create Purchase Order
+List Locations
-Create Purchase Order
+List Locations
### Example
```csharp
@@ -5389,7 +5394,7 @@ using Apideck.Model;
namespace Example
{
- public class PurchaseOrdersAddExample
+ public class LocationsAllExample
{
public static void Main()
{
@@ -5401,21 +5406,24 @@ namespace Example
// config.AddApiKeyPrefix("Authorization", "Bearer");
var apiInstance = new AccountingApi(config);
- var purchaseOrder = new PurchaseOrder(); // PurchaseOrder |
var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ var cursor = "cursor_example"; // string | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
+ var limit = 20; // int? | Number of results to return. Minimum 1, Maximum 200, Default 20 (optional) (default to 20)
+ var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ var filter = new AccountingLocationsFilter(); // AccountingLocationsFilter | Apply filters (optional)
try
{
- // Create Purchase Order
- CreatePurchaseOrderResponse result = apiInstance.PurchaseOrdersAdd(purchaseOrder, raw, consumerId, appId, serviceId);
+ // List Locations
+ GetAccountingLocationsResponse result = apiInstance.LocationsAll(raw, consumerId, appId, serviceId, cursor, limit, fields, filter);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.PurchaseOrdersAdd: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.LocationsAll: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -5428,15 +5436,18 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **purchaseOrder** | [**PurchaseOrder**](PurchaseOrder.md)| |
**raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
+ **cursor** | **string**| Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | [optional]
+ **limit** | **int?**| Number of results to return. Minimum 1, Maximum 200, Default 20 | [optional] [default to 20]
+ **fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
+ **filter** | [**AccountingLocationsFilter**](AccountingLocationsFilter.md)| Apply filters | [optional]
### Return type
-[**CreatePurchaseOrderResponse**](CreatePurchaseOrderResponse.md)
+[**GetAccountingLocationsResponse**](GetAccountingLocationsResponse.md)
### Authorization
@@ -5444,14 +5455,14 @@ Name | Type | Description | Notes
### HTTP request headers
- - **Content-Type**: application/json
+ - **Content-Type**: Not defined
- **Accept**: application/json
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **201** | PurchaseOrders | - |
+| **200** | Locations | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -5461,11 +5472,933 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **PurchaseOrdersAll**
-> GetPurchaseOrdersResponse PurchaseOrdersAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, PassThroughQuery passThrough = null, int? limit = null, PurchaseOrdersFilter filter = null, PurchaseOrdersSort sort = null)
+
+# **LocationsDelete**
+> DeleteAccountingLocationResponse LocationsDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-List Purchase Orders
+Delete Location
+
+Delete Location
+
+### Example
+```csharp
+using System.Collections.Generic;
+using System.Diagnostics;
+using Apideck.Api;
+using Apideck.Client;
+using Apideck.Model;
+
+namespace Example
+{
+ public class LocationsDeleteExample
+ {
+ public static void Main()
+ {
+ Configuration config = new Configuration();
+ config.BasePath = "https://unify.apideck.com";
+ // Configure API key authorization: apiKey
+ config.AddApiKey("Authorization", "YOUR_API_KEY");
+ // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+ // config.AddApiKeyPrefix("Authorization", "Bearer");
+
+ var apiInstance = new AccountingApi(config);
+ var id = "id_example"; // string | ID of the record you are acting upon.
+ var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
+ var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
+ var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
+
+ try
+ {
+ // Delete Location
+ DeleteAccountingLocationResponse result = apiInstance.LocationsDelete(id, consumerId, appId, serviceId, raw);
+ Debug.WriteLine(result);
+ }
+ catch (ApiException e)
+ {
+ Debug.Print("Exception when calling AccountingApi.LocationsDelete: " + e.Message );
+ Debug.Print("Status Code: "+ e.ErrorCode);
+ Debug.Print(e.StackTrace);
+ }
+ }
+ }
+}
+```
+
+### Parameters
+
+Name | Type | Description | Notes
+------------- | ------------- | ------------- | -------------
+ **id** | **string**| ID of the record you are acting upon. |
+ **consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
+ **appId** | **string**| The ID of your Unify application | [optional]
+ **serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
+ **raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
+
+### Return type
+
+[**DeleteAccountingLocationResponse**](DeleteAccountingLocationResponse.md)
+
+### Authorization
+
+[apiKey](../README.md#apiKey)
+
+### HTTP request headers
+
+ - **Content-Type**: Not defined
+ - **Accept**: application/json
+
+
+### HTTP response details
+| Status code | Description | Response headers |
+|-------------|-------------|------------------|
+| **200** | Location deleted | - |
+| **400** | Bad Request | - |
+| **401** | Unauthorized | - |
+| **402** | Payment Required | - |
+| **404** | The specified resource was not found | - |
+| **422** | Unprocessable | - |
+| **0** | Unexpected error | - |
+
+[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
+
+
+# **LocationsOne**
+> GetAccountingLocationResponse LocationsOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
+
+Get Location
+
+Get Location
+
+### Example
+```csharp
+using System.Collections.Generic;
+using System.Diagnostics;
+using Apideck.Api;
+using Apideck.Client;
+using Apideck.Model;
+
+namespace Example
+{
+ public class LocationsOneExample
+ {
+ public static void Main()
+ {
+ Configuration config = new Configuration();
+ config.BasePath = "https://unify.apideck.com";
+ // Configure API key authorization: apiKey
+ config.AddApiKey("Authorization", "YOUR_API_KEY");
+ // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+ // config.AddApiKeyPrefix("Authorization", "Bearer");
+
+ var apiInstance = new AccountingApi(config);
+ var id = "id_example"; // string | ID of the record you are acting upon.
+ var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
+ var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
+ var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
+ var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+
+ try
+ {
+ // Get Location
+ GetAccountingLocationResponse result = apiInstance.LocationsOne(id, consumerId, appId, serviceId, raw, fields);
+ Debug.WriteLine(result);
+ }
+ catch (ApiException e)
+ {
+ Debug.Print("Exception when calling AccountingApi.LocationsOne: " + e.Message );
+ Debug.Print("Status Code: "+ e.ErrorCode);
+ Debug.Print(e.StackTrace);
+ }
+ }
+ }
+}
+```
+
+### Parameters
+
+Name | Type | Description | Notes
+------------- | ------------- | ------------- | -------------
+ **id** | **string**| ID of the record you are acting upon. |
+ **consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
+ **appId** | **string**| The ID of your Unify application | [optional]
+ **serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
+ **raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
+ **fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
+
+### Return type
+
+[**GetAccountingLocationResponse**](GetAccountingLocationResponse.md)
+
+### Authorization
+
+[apiKey](../README.md#apiKey)
+
+### HTTP request headers
+
+ - **Content-Type**: Not defined
+ - **Accept**: application/json
+
+
+### HTTP response details
+| Status code | Description | Response headers |
+|-------------|-------------|------------------|
+| **200** | Location | - |
+| **400** | Bad Request | - |
+| **401** | Unauthorized | - |
+| **402** | Payment Required | - |
+| **404** | The specified resource was not found | - |
+| **422** | Unprocessable | - |
+| **0** | Unexpected error | - |
+
+[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
+
+
+# **LocationsUpdate**
+> UpdateAccountingLocationResponse LocationsUpdate (string id, AccountingLocation accountingLocation, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+Update Location
+
+Update Location
+
+### Example
+```csharp
+using System.Collections.Generic;
+using System.Diagnostics;
+using Apideck.Api;
+using Apideck.Client;
+using Apideck.Model;
+
+namespace Example
+{
+ public class LocationsUpdateExample
+ {
+ public static void Main()
+ {
+ Configuration config = new Configuration();
+ config.BasePath = "https://unify.apideck.com";
+ // Configure API key authorization: apiKey
+ config.AddApiKey("Authorization", "YOUR_API_KEY");
+ // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+ // config.AddApiKeyPrefix("Authorization", "Bearer");
+
+ var apiInstance = new AccountingApi(config);
+ var id = "id_example"; // string | ID of the record you are acting upon.
+ var accountingLocation = new AccountingLocation(); // AccountingLocation |
+ var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
+ var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
+ var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
+
+ try
+ {
+ // Update Location
+ UpdateAccountingLocationResponse result = apiInstance.LocationsUpdate(id, accountingLocation, consumerId, appId, serviceId, raw);
+ Debug.WriteLine(result);
+ }
+ catch (ApiException e)
+ {
+ Debug.Print("Exception when calling AccountingApi.LocationsUpdate: " + e.Message );
+ Debug.Print("Status Code: "+ e.ErrorCode);
+ Debug.Print(e.StackTrace);
+ }
+ }
+ }
+}
+```
+
+### Parameters
+
+Name | Type | Description | Notes
+------------- | ------------- | ------------- | -------------
+ **id** | **string**| ID of the record you are acting upon. |
+ **accountingLocation** | [**AccountingLocation**](AccountingLocation.md)| |
+ **consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
+ **appId** | **string**| The ID of your Unify application | [optional]
+ **serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
+ **raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
+
+### Return type
+
+[**UpdateAccountingLocationResponse**](UpdateAccountingLocationResponse.md)
+
+### Authorization
+
+[apiKey](../README.md#apiKey)
+
+### HTTP request headers
+
+ - **Content-Type**: application/json
+ - **Accept**: application/json
+
+
+### HTTP response details
+| Status code | Description | Response headers |
+|-------------|-------------|------------------|
+| **200** | Location | - |
+| **400** | Bad Request | - |
+| **401** | Unauthorized | - |
+| **402** | Payment Required | - |
+| **404** | The specified resource was not found | - |
+| **422** | Unprocessable | - |
+| **0** | Unexpected error | - |
+
+[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
+
+
+# **PaymentsAdd**
+> CreatePaymentResponse PaymentsAdd (Payment payment, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
+
+Create Payment
+
+Create Payment
+
+### Example
+```csharp
+using System.Collections.Generic;
+using System.Diagnostics;
+using Apideck.Api;
+using Apideck.Client;
+using Apideck.Model;
+
+namespace Example
+{
+ public class PaymentsAddExample
+ {
+ public static void Main()
+ {
+ Configuration config = new Configuration();
+ config.BasePath = "https://unify.apideck.com";
+ // Configure API key authorization: apiKey
+ config.AddApiKey("Authorization", "YOUR_API_KEY");
+ // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+ // config.AddApiKeyPrefix("Authorization", "Bearer");
+
+ var apiInstance = new AccountingApi(config);
+ var payment = new Payment(); // Payment |
+ var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
+ var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
+ var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
+ var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+
+ try
+ {
+ // Create Payment
+ CreatePaymentResponse result = apiInstance.PaymentsAdd(payment, raw, consumerId, appId, serviceId);
+ Debug.WriteLine(result);
+ }
+ catch (ApiException e)
+ {
+ Debug.Print("Exception when calling AccountingApi.PaymentsAdd: " + e.Message );
+ Debug.Print("Status Code: "+ e.ErrorCode);
+ Debug.Print(e.StackTrace);
+ }
+ }
+ }
+}
+```
+
+### Parameters
+
+Name | Type | Description | Notes
+------------- | ------------- | ------------- | -------------
+ **payment** | [**Payment**](Payment.md)| |
+ **raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
+ **consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
+ **appId** | **string**| The ID of your Unify application | [optional]
+ **serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
+
+### Return type
+
+[**CreatePaymentResponse**](CreatePaymentResponse.md)
+
+### Authorization
+
+[apiKey](../README.md#apiKey)
+
+### HTTP request headers
+
+ - **Content-Type**: application/json
+ - **Accept**: application/json
+
+
+### HTTP response details
+| Status code | Description | Response headers |
+|-------------|-------------|------------------|
+| **201** | Payment created | - |
+| **400** | Bad Request | - |
+| **401** | Unauthorized | - |
+| **402** | Payment Required | - |
+| **404** | The specified resource was not found | - |
+| **422** | Unprocessable | - |
+| **0** | Unexpected error | - |
+
+[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
+
+
+# **PaymentsAll**
+> GetPaymentsResponse PaymentsAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, PaymentsFilter filter = null, PaymentsSort sort = null, PassThroughQuery passThrough = null, string fields = null)
+
+List Payments
+
+List Payments
+
+### Example
+```csharp
+using System.Collections.Generic;
+using System.Diagnostics;
+using Apideck.Api;
+using Apideck.Client;
+using Apideck.Model;
+
+namespace Example
+{
+ public class PaymentsAllExample
+ {
+ public static void Main()
+ {
+ Configuration config = new Configuration();
+ config.BasePath = "https://unify.apideck.com";
+ // Configure API key authorization: apiKey
+ config.AddApiKey("Authorization", "YOUR_API_KEY");
+ // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+ // config.AddApiKeyPrefix("Authorization", "Bearer");
+
+ var apiInstance = new AccountingApi(config);
+ var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
+ var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
+ var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
+ var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ var cursor = "cursor_example"; // string | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
+ var limit = 20; // int? | Number of results to return. Minimum 1, Maximum 200, Default 20 (optional) (default to 20)
+ var filter = new PaymentsFilter(); // PaymentsFilter | Apply filters (optional)
+ var sort = new PaymentsSort(); // PaymentsSort | Apply sorting (optional)
+ var passThrough = new PassThroughQuery(); // PassThroughQuery | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
+ var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+
+ try
+ {
+ // List Payments
+ GetPaymentsResponse result = apiInstance.PaymentsAll(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields);
+ Debug.WriteLine(result);
+ }
+ catch (ApiException e)
+ {
+ Debug.Print("Exception when calling AccountingApi.PaymentsAll: " + e.Message );
+ Debug.Print("Status Code: "+ e.ErrorCode);
+ Debug.Print(e.StackTrace);
+ }
+ }
+ }
+}
+```
+
+### Parameters
+
+Name | Type | Description | Notes
+------------- | ------------- | ------------- | -------------
+ **raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
+ **consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
+ **appId** | **string**| The ID of your Unify application | [optional]
+ **serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
+ **cursor** | **string**| Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | [optional]
+ **limit** | **int?**| Number of results to return. Minimum 1, Maximum 200, Default 20 | [optional] [default to 20]
+ **filter** | [**PaymentsFilter**](PaymentsFilter.md)| Apply filters | [optional]
+ **sort** | [**PaymentsSort**](PaymentsSort.md)| Apply sorting | [optional]
+ **passThrough** | [**PassThroughQuery**](PassThroughQuery.md)| Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | [optional]
+ **fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
+
+### Return type
+
+[**GetPaymentsResponse**](GetPaymentsResponse.md)
+
+### Authorization
+
+[apiKey](../README.md#apiKey)
+
+### HTTP request headers
+
+ - **Content-Type**: Not defined
+ - **Accept**: application/json
+
+
+### HTTP response details
+| Status code | Description | Response headers |
+|-------------|-------------|------------------|
+| **200** | Payments | - |
+| **400** | Bad Request | - |
+| **401** | Unauthorized | - |
+| **402** | Payment Required | - |
+| **404** | The specified resource was not found | - |
+| **422** | Unprocessable | - |
+| **0** | Unexpected error | - |
+
+[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
+
+
+# **PaymentsDelete**
+> DeletePaymentResponse PaymentsDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+Delete Payment
+
+Delete Payment
+
+### Example
+```csharp
+using System.Collections.Generic;
+using System.Diagnostics;
+using Apideck.Api;
+using Apideck.Client;
+using Apideck.Model;
+
+namespace Example
+{
+ public class PaymentsDeleteExample
+ {
+ public static void Main()
+ {
+ Configuration config = new Configuration();
+ config.BasePath = "https://unify.apideck.com";
+ // Configure API key authorization: apiKey
+ config.AddApiKey("Authorization", "YOUR_API_KEY");
+ // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+ // config.AddApiKeyPrefix("Authorization", "Bearer");
+
+ var apiInstance = new AccountingApi(config);
+ var id = "id_example"; // string | ID of the record you are acting upon.
+ var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
+ var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
+ var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
+
+ try
+ {
+ // Delete Payment
+ DeletePaymentResponse result = apiInstance.PaymentsDelete(id, consumerId, appId, serviceId, raw);
+ Debug.WriteLine(result);
+ }
+ catch (ApiException e)
+ {
+ Debug.Print("Exception when calling AccountingApi.PaymentsDelete: " + e.Message );
+ Debug.Print("Status Code: "+ e.ErrorCode);
+ Debug.Print(e.StackTrace);
+ }
+ }
+ }
+}
+```
+
+### Parameters
+
+Name | Type | Description | Notes
+------------- | ------------- | ------------- | -------------
+ **id** | **string**| ID of the record you are acting upon. |
+ **consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
+ **appId** | **string**| The ID of your Unify application | [optional]
+ **serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
+ **raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
+
+### Return type
+
+[**DeletePaymentResponse**](DeletePaymentResponse.md)
+
+### Authorization
+
+[apiKey](../README.md#apiKey)
+
+### HTTP request headers
+
+ - **Content-Type**: Not defined
+ - **Accept**: application/json
+
+
+### HTTP response details
+| Status code | Description | Response headers |
+|-------------|-------------|------------------|
+| **200** | Payment deleted | - |
+| **400** | Bad Request | - |
+| **401** | Unauthorized | - |
+| **402** | Payment Required | - |
+| **404** | The specified resource was not found | - |
+| **422** | Unprocessable | - |
+| **0** | Unexpected error | - |
+
+[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
+
+
+# **PaymentsOne**
+> GetPaymentResponse PaymentsOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
+
+Get Payment
+
+Get Payment
+
+### Example
+```csharp
+using System.Collections.Generic;
+using System.Diagnostics;
+using Apideck.Api;
+using Apideck.Client;
+using Apideck.Model;
+
+namespace Example
+{
+ public class PaymentsOneExample
+ {
+ public static void Main()
+ {
+ Configuration config = new Configuration();
+ config.BasePath = "https://unify.apideck.com";
+ // Configure API key authorization: apiKey
+ config.AddApiKey("Authorization", "YOUR_API_KEY");
+ // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+ // config.AddApiKeyPrefix("Authorization", "Bearer");
+
+ var apiInstance = new AccountingApi(config);
+ var id = "id_example"; // string | ID of the record you are acting upon.
+ var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
+ var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
+ var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
+ var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+
+ try
+ {
+ // Get Payment
+ GetPaymentResponse result = apiInstance.PaymentsOne(id, consumerId, appId, serviceId, raw, fields);
+ Debug.WriteLine(result);
+ }
+ catch (ApiException e)
+ {
+ Debug.Print("Exception when calling AccountingApi.PaymentsOne: " + e.Message );
+ Debug.Print("Status Code: "+ e.ErrorCode);
+ Debug.Print(e.StackTrace);
+ }
+ }
+ }
+}
+```
+
+### Parameters
+
+Name | Type | Description | Notes
+------------- | ------------- | ------------- | -------------
+ **id** | **string**| ID of the record you are acting upon. |
+ **consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
+ **appId** | **string**| The ID of your Unify application | [optional]
+ **serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
+ **raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
+ **fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
+
+### Return type
+
+[**GetPaymentResponse**](GetPaymentResponse.md)
+
+### Authorization
+
+[apiKey](../README.md#apiKey)
+
+### HTTP request headers
+
+ - **Content-Type**: Not defined
+ - **Accept**: application/json
+
+
+### HTTP response details
+| Status code | Description | Response headers |
+|-------------|-------------|------------------|
+| **200** | Payment | - |
+| **400** | Bad Request | - |
+| **401** | Unauthorized | - |
+| **402** | Payment Required | - |
+| **404** | The specified resource was not found | - |
+| **422** | Unprocessable | - |
+| **0** | Unexpected error | - |
+
+[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
+
+
+# **PaymentsUpdate**
+> UpdatePaymentResponse PaymentsUpdate (string id, Payment payment, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+Update Payment
+
+Update Payment
+
+### Example
+```csharp
+using System.Collections.Generic;
+using System.Diagnostics;
+using Apideck.Api;
+using Apideck.Client;
+using Apideck.Model;
+
+namespace Example
+{
+ public class PaymentsUpdateExample
+ {
+ public static void Main()
+ {
+ Configuration config = new Configuration();
+ config.BasePath = "https://unify.apideck.com";
+ // Configure API key authorization: apiKey
+ config.AddApiKey("Authorization", "YOUR_API_KEY");
+ // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+ // config.AddApiKeyPrefix("Authorization", "Bearer");
+
+ var apiInstance = new AccountingApi(config);
+ var id = "id_example"; // string | ID of the record you are acting upon.
+ var payment = new Payment(); // Payment |
+ var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
+ var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
+ var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
+
+ try
+ {
+ // Update Payment
+ UpdatePaymentResponse result = apiInstance.PaymentsUpdate(id, payment, consumerId, appId, serviceId, raw);
+ Debug.WriteLine(result);
+ }
+ catch (ApiException e)
+ {
+ Debug.Print("Exception when calling AccountingApi.PaymentsUpdate: " + e.Message );
+ Debug.Print("Status Code: "+ e.ErrorCode);
+ Debug.Print(e.StackTrace);
+ }
+ }
+ }
+}
+```
+
+### Parameters
+
+Name | Type | Description | Notes
+------------- | ------------- | ------------- | -------------
+ **id** | **string**| ID of the record you are acting upon. |
+ **payment** | [**Payment**](Payment.md)| |
+ **consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
+ **appId** | **string**| The ID of your Unify application | [optional]
+ **serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
+ **raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
+
+### Return type
+
+[**UpdatePaymentResponse**](UpdatePaymentResponse.md)
+
+### Authorization
+
+[apiKey](../README.md#apiKey)
+
+### HTTP request headers
+
+ - **Content-Type**: application/json
+ - **Accept**: application/json
+
+
+### HTTP response details
+| Status code | Description | Response headers |
+|-------------|-------------|------------------|
+| **200** | Payment Updated | - |
+| **400** | Bad Request | - |
+| **401** | Unauthorized | - |
+| **402** | Payment Required | - |
+| **404** | The specified resource was not found | - |
+| **422** | Unprocessable | - |
+| **0** | Unexpected error | - |
+
+[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
+
+
+# **ProfitAndLossOne**
+> GetProfitAndLossResponse ProfitAndLossOne (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, ProfitAndLossFilter filter = null, PassThroughQuery passThrough = null, string fields = null)
+
+Get Profit and Loss
+
+Get Profit and Loss
+
+### Example
+```csharp
+using System.Collections.Generic;
+using System.Diagnostics;
+using Apideck.Api;
+using Apideck.Client;
+using Apideck.Model;
+
+namespace Example
+{
+ public class ProfitAndLossOneExample
+ {
+ public static void Main()
+ {
+ Configuration config = new Configuration();
+ config.BasePath = "https://unify.apideck.com";
+ // Configure API key authorization: apiKey
+ config.AddApiKey("Authorization", "YOUR_API_KEY");
+ // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+ // config.AddApiKeyPrefix("Authorization", "Bearer");
+
+ var apiInstance = new AccountingApi(config);
+ var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
+ var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
+ var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
+ var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ var filter = new ProfitAndLossFilter(); // ProfitAndLossFilter | Apply filters (optional)
+ var passThrough = new PassThroughQuery(); // PassThroughQuery | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
+ var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+
+ try
+ {
+ // Get Profit and Loss
+ GetProfitAndLossResponse result = apiInstance.ProfitAndLossOne(raw, consumerId, appId, serviceId, filter, passThrough, fields);
+ Debug.WriteLine(result);
+ }
+ catch (ApiException e)
+ {
+ Debug.Print("Exception when calling AccountingApi.ProfitAndLossOne: " + e.Message );
+ Debug.Print("Status Code: "+ e.ErrorCode);
+ Debug.Print(e.StackTrace);
+ }
+ }
+ }
+}
+```
+
+### Parameters
+
+Name | Type | Description | Notes
+------------- | ------------- | ------------- | -------------
+ **raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
+ **consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
+ **appId** | **string**| The ID of your Unify application | [optional]
+ **serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
+ **filter** | [**ProfitAndLossFilter**](ProfitAndLossFilter.md)| Apply filters | [optional]
+ **passThrough** | [**PassThroughQuery**](PassThroughQuery.md)| Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | [optional]
+ **fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
+
+### Return type
+
+[**GetProfitAndLossResponse**](GetProfitAndLossResponse.md)
+
+### Authorization
+
+[apiKey](../README.md#apiKey)
+
+### HTTP request headers
+
+ - **Content-Type**: Not defined
+ - **Accept**: application/json
+
+
+### HTTP response details
+| Status code | Description | Response headers |
+|-------------|-------------|------------------|
+| **200** | Profit & Loss Report | - |
+| **400** | Bad Request | - |
+| **401** | Unauthorized | - |
+| **402** | Payment Required | - |
+| **404** | The specified resource was not found | - |
+| **422** | Unprocessable | - |
+| **0** | Unexpected error | - |
+
+[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
+
+
+# **PurchaseOrdersAdd**
+> CreatePurchaseOrderResponse PurchaseOrdersAdd (PurchaseOrder purchaseOrder, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
+
+Create Purchase Order
+
+Create Purchase Order
+
+### Example
+```csharp
+using System.Collections.Generic;
+using System.Diagnostics;
+using Apideck.Api;
+using Apideck.Client;
+using Apideck.Model;
+
+namespace Example
+{
+ public class PurchaseOrdersAddExample
+ {
+ public static void Main()
+ {
+ Configuration config = new Configuration();
+ config.BasePath = "https://unify.apideck.com";
+ // Configure API key authorization: apiKey
+ config.AddApiKey("Authorization", "YOUR_API_KEY");
+ // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+ // config.AddApiKeyPrefix("Authorization", "Bearer");
+
+ var apiInstance = new AccountingApi(config);
+ var purchaseOrder = new PurchaseOrder(); // PurchaseOrder |
+ var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
+ var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
+ var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
+ var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+
+ try
+ {
+ // Create Purchase Order
+ CreatePurchaseOrderResponse result = apiInstance.PurchaseOrdersAdd(purchaseOrder, raw, consumerId, appId, serviceId);
+ Debug.WriteLine(result);
+ }
+ catch (ApiException e)
+ {
+ Debug.Print("Exception when calling AccountingApi.PurchaseOrdersAdd: " + e.Message );
+ Debug.Print("Status Code: "+ e.ErrorCode);
+ Debug.Print(e.StackTrace);
+ }
+ }
+ }
+}
+```
+
+### Parameters
+
+Name | Type | Description | Notes
+------------- | ------------- | ------------- | -------------
+ **purchaseOrder** | [**PurchaseOrder**](PurchaseOrder.md)| |
+ **raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
+ **consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
+ **appId** | **string**| The ID of your Unify application | [optional]
+ **serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
+
+### Return type
+
+[**CreatePurchaseOrderResponse**](CreatePurchaseOrderResponse.md)
+
+### Authorization
+
+[apiKey](../README.md#apiKey)
+
+### HTTP request headers
+
+ - **Content-Type**: application/json
+ - **Accept**: application/json
+
+
+### HTTP response details
+| Status code | Description | Response headers |
+|-------------|-------------|------------------|
+| **201** | PurchaseOrders | - |
+| **400** | Bad Request | - |
+| **401** | Unauthorized | - |
+| **402** | Payment Required | - |
+| **404** | The specified resource was not found | - |
+| **422** | Unprocessable | - |
+| **0** | Unexpected error | - |
+
+[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
+
+
+# **PurchaseOrdersAll**
+> GetPurchaseOrdersResponse PurchaseOrdersAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, PassThroughQuery passThrough = null, int? limit = null, PurchaseOrdersFilter filter = null, PurchaseOrdersSort sort = null)
+
+List Purchase Orders
List Purchase Orders
@@ -5479,7 +6412,467 @@ using Apideck.Model;
namespace Example
{
- public class PurchaseOrdersAllExample
+ public class PurchaseOrdersAllExample
+ {
+ public static void Main()
+ {
+ Configuration config = new Configuration();
+ config.BasePath = "https://unify.apideck.com";
+ // Configure API key authorization: apiKey
+ config.AddApiKey("Authorization", "YOUR_API_KEY");
+ // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+ // config.AddApiKeyPrefix("Authorization", "Bearer");
+
+ var apiInstance = new AccountingApi(config);
+ var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
+ var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
+ var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
+ var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ var cursor = "cursor_example"; // string | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
+ var passThrough = new PassThroughQuery(); // PassThroughQuery | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
+ var limit = 20; // int? | Number of results to return. Minimum 1, Maximum 200, Default 20 (optional) (default to 20)
+ var filter = new PurchaseOrdersFilter(); // PurchaseOrdersFilter | Apply filters (optional)
+ var sort = new PurchaseOrdersSort(); // PurchaseOrdersSort | Apply sorting (optional)
+
+ try
+ {
+ // List Purchase Orders
+ GetPurchaseOrdersResponse result = apiInstance.PurchaseOrdersAll(raw, consumerId, appId, serviceId, cursor, passThrough, limit, filter, sort);
+ Debug.WriteLine(result);
+ }
+ catch (ApiException e)
+ {
+ Debug.Print("Exception when calling AccountingApi.PurchaseOrdersAll: " + e.Message );
+ Debug.Print("Status Code: "+ e.ErrorCode);
+ Debug.Print(e.StackTrace);
+ }
+ }
+ }
+}
+```
+
+### Parameters
+
+Name | Type | Description | Notes
+------------- | ------------- | ------------- | -------------
+ **raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
+ **consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
+ **appId** | **string**| The ID of your Unify application | [optional]
+ **serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
+ **cursor** | **string**| Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | [optional]
+ **passThrough** | [**PassThroughQuery**](PassThroughQuery.md)| Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | [optional]
+ **limit** | **int?**| Number of results to return. Minimum 1, Maximum 200, Default 20 | [optional] [default to 20]
+ **filter** | [**PurchaseOrdersFilter**](PurchaseOrdersFilter.md)| Apply filters | [optional]
+ **sort** | [**PurchaseOrdersSort**](PurchaseOrdersSort.md)| Apply sorting | [optional]
+
+### Return type
+
+[**GetPurchaseOrdersResponse**](GetPurchaseOrdersResponse.md)
+
+### Authorization
+
+[apiKey](../README.md#apiKey)
+
+### HTTP request headers
+
+ - **Content-Type**: Not defined
+ - **Accept**: application/json
+
+
+### HTTP response details
+| Status code | Description | Response headers |
+|-------------|-------------|------------------|
+| **200** | PurchaseOrders | - |
+| **400** | Bad Request | - |
+| **401** | Unauthorized | - |
+| **402** | Payment Required | - |
+| **404** | The specified resource was not found | - |
+| **422** | Unprocessable | - |
+| **0** | Unexpected error | - |
+
+[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
+
+
+# **PurchaseOrdersDelete**
+> DeletePurchaseOrderResponse PurchaseOrdersDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+Delete Purchase Order
+
+Delete Purchase Order
+
+### Example
+```csharp
+using System.Collections.Generic;
+using System.Diagnostics;
+using Apideck.Api;
+using Apideck.Client;
+using Apideck.Model;
+
+namespace Example
+{
+ public class PurchaseOrdersDeleteExample
+ {
+ public static void Main()
+ {
+ Configuration config = new Configuration();
+ config.BasePath = "https://unify.apideck.com";
+ // Configure API key authorization: apiKey
+ config.AddApiKey("Authorization", "YOUR_API_KEY");
+ // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+ // config.AddApiKeyPrefix("Authorization", "Bearer");
+
+ var apiInstance = new AccountingApi(config);
+ var id = "id_example"; // string | ID of the record you are acting upon.
+ var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
+ var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
+ var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
+
+ try
+ {
+ // Delete Purchase Order
+ DeletePurchaseOrderResponse result = apiInstance.PurchaseOrdersDelete(id, consumerId, appId, serviceId, raw);
+ Debug.WriteLine(result);
+ }
+ catch (ApiException e)
+ {
+ Debug.Print("Exception when calling AccountingApi.PurchaseOrdersDelete: " + e.Message );
+ Debug.Print("Status Code: "+ e.ErrorCode);
+ Debug.Print(e.StackTrace);
+ }
+ }
+ }
+}
+```
+
+### Parameters
+
+Name | Type | Description | Notes
+------------- | ------------- | ------------- | -------------
+ **id** | **string**| ID of the record you are acting upon. |
+ **consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
+ **appId** | **string**| The ID of your Unify application | [optional]
+ **serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
+ **raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
+
+### Return type
+
+[**DeletePurchaseOrderResponse**](DeletePurchaseOrderResponse.md)
+
+### Authorization
+
+[apiKey](../README.md#apiKey)
+
+### HTTP request headers
+
+ - **Content-Type**: Not defined
+ - **Accept**: application/json
+
+
+### HTTP response details
+| Status code | Description | Response headers |
+|-------------|-------------|------------------|
+| **200** | PurchaseOrders | - |
+| **400** | Bad Request | - |
+| **401** | Unauthorized | - |
+| **402** | Payment Required | - |
+| **404** | The specified resource was not found | - |
+| **422** | Unprocessable | - |
+| **0** | Unexpected error | - |
+
+[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
+
+
+# **PurchaseOrdersOne**
+> GetPurchaseOrderResponse PurchaseOrdersOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+Get Purchase Order
+
+Get Purchase Order
+
+### Example
+```csharp
+using System.Collections.Generic;
+using System.Diagnostics;
+using Apideck.Api;
+using Apideck.Client;
+using Apideck.Model;
+
+namespace Example
+{
+ public class PurchaseOrdersOneExample
+ {
+ public static void Main()
+ {
+ Configuration config = new Configuration();
+ config.BasePath = "https://unify.apideck.com";
+ // Configure API key authorization: apiKey
+ config.AddApiKey("Authorization", "YOUR_API_KEY");
+ // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+ // config.AddApiKeyPrefix("Authorization", "Bearer");
+
+ var apiInstance = new AccountingApi(config);
+ var id = "id_example"; // string | ID of the record you are acting upon.
+ var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
+ var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
+ var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
+
+ try
+ {
+ // Get Purchase Order
+ GetPurchaseOrderResponse result = apiInstance.PurchaseOrdersOne(id, consumerId, appId, serviceId, raw);
+ Debug.WriteLine(result);
+ }
+ catch (ApiException e)
+ {
+ Debug.Print("Exception when calling AccountingApi.PurchaseOrdersOne: " + e.Message );
+ Debug.Print("Status Code: "+ e.ErrorCode);
+ Debug.Print(e.StackTrace);
+ }
+ }
+ }
+}
+```
+
+### Parameters
+
+Name | Type | Description | Notes
+------------- | ------------- | ------------- | -------------
+ **id** | **string**| ID of the record you are acting upon. |
+ **consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
+ **appId** | **string**| The ID of your Unify application | [optional]
+ **serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
+ **raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
+
+### Return type
+
+[**GetPurchaseOrderResponse**](GetPurchaseOrderResponse.md)
+
+### Authorization
+
+[apiKey](../README.md#apiKey)
+
+### HTTP request headers
+
+ - **Content-Type**: Not defined
+ - **Accept**: application/json
+
+
+### HTTP response details
+| Status code | Description | Response headers |
+|-------------|-------------|------------------|
+| **200** | PurchaseOrders | - |
+| **400** | Bad Request | - |
+| **401** | Unauthorized | - |
+| **402** | Payment Required | - |
+| **404** | The specified resource was not found | - |
+| **422** | Unprocessable | - |
+| **0** | Unexpected error | - |
+
+[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
+
+
+# **PurchaseOrdersUpdate**
+> UpdatePurchaseOrderResponse PurchaseOrdersUpdate (string id, PurchaseOrder purchaseOrder, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+Update Purchase Order
+
+Update Purchase Order
+
+### Example
+```csharp
+using System.Collections.Generic;
+using System.Diagnostics;
+using Apideck.Api;
+using Apideck.Client;
+using Apideck.Model;
+
+namespace Example
+{
+ public class PurchaseOrdersUpdateExample
+ {
+ public static void Main()
+ {
+ Configuration config = new Configuration();
+ config.BasePath = "https://unify.apideck.com";
+ // Configure API key authorization: apiKey
+ config.AddApiKey("Authorization", "YOUR_API_KEY");
+ // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+ // config.AddApiKeyPrefix("Authorization", "Bearer");
+
+ var apiInstance = new AccountingApi(config);
+ var id = "id_example"; // string | ID of the record you are acting upon.
+ var purchaseOrder = new PurchaseOrder(); // PurchaseOrder |
+ var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
+ var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
+ var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
+
+ try
+ {
+ // Update Purchase Order
+ UpdatePurchaseOrderResponse result = apiInstance.PurchaseOrdersUpdate(id, purchaseOrder, consumerId, appId, serviceId, raw);
+ Debug.WriteLine(result);
+ }
+ catch (ApiException e)
+ {
+ Debug.Print("Exception when calling AccountingApi.PurchaseOrdersUpdate: " + e.Message );
+ Debug.Print("Status Code: "+ e.ErrorCode);
+ Debug.Print(e.StackTrace);
+ }
+ }
+ }
+}
+```
+
+### Parameters
+
+Name | Type | Description | Notes
+------------- | ------------- | ------------- | -------------
+ **id** | **string**| ID of the record you are acting upon. |
+ **purchaseOrder** | [**PurchaseOrder**](PurchaseOrder.md)| |
+ **consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
+ **appId** | **string**| The ID of your Unify application | [optional]
+ **serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
+ **raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
+
+### Return type
+
+[**UpdatePurchaseOrderResponse**](UpdatePurchaseOrderResponse.md)
+
+### Authorization
+
+[apiKey](../README.md#apiKey)
+
+### HTTP request headers
+
+ - **Content-Type**: application/json
+ - **Accept**: application/json
+
+
+### HTTP response details
+| Status code | Description | Response headers |
+|-------------|-------------|------------------|
+| **200** | PurchaseOrders | - |
+| **400** | Bad Request | - |
+| **401** | Unauthorized | - |
+| **402** | Payment Required | - |
+| **404** | The specified resource was not found | - |
+| **422** | Unprocessable | - |
+| **0** | Unexpected error | - |
+
+[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
+
+
+# **SubsidiariesAdd**
+> CreateSubsidiaryResponse SubsidiariesAdd (Subsidiary subsidiary, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
+
+Create Subsidiary
+
+Create Subsidiary
+
+### Example
+```csharp
+using System.Collections.Generic;
+using System.Diagnostics;
+using Apideck.Api;
+using Apideck.Client;
+using Apideck.Model;
+
+namespace Example
+{
+ public class SubsidiariesAddExample
+ {
+ public static void Main()
+ {
+ Configuration config = new Configuration();
+ config.BasePath = "https://unify.apideck.com";
+ // Configure API key authorization: apiKey
+ config.AddApiKey("Authorization", "YOUR_API_KEY");
+ // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
+ // config.AddApiKeyPrefix("Authorization", "Bearer");
+
+ var apiInstance = new AccountingApi(config);
+ var subsidiary = new Subsidiary(); // Subsidiary |
+ var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
+ var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
+ var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
+ var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+
+ try
+ {
+ // Create Subsidiary
+ CreateSubsidiaryResponse result = apiInstance.SubsidiariesAdd(subsidiary, raw, consumerId, appId, serviceId);
+ Debug.WriteLine(result);
+ }
+ catch (ApiException e)
+ {
+ Debug.Print("Exception when calling AccountingApi.SubsidiariesAdd: " + e.Message );
+ Debug.Print("Status Code: "+ e.ErrorCode);
+ Debug.Print(e.StackTrace);
+ }
+ }
+ }
+}
+```
+
+### Parameters
+
+Name | Type | Description | Notes
+------------- | ------------- | ------------- | -------------
+ **subsidiary** | [**Subsidiary**](Subsidiary.md)| |
+ **raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
+ **consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
+ **appId** | **string**| The ID of your Unify application | [optional]
+ **serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
+
+### Return type
+
+[**CreateSubsidiaryResponse**](CreateSubsidiaryResponse.md)
+
+### Authorization
+
+[apiKey](../README.md#apiKey)
+
+### HTTP request headers
+
+ - **Content-Type**: application/json
+ - **Accept**: application/json
+
+
+### HTTP response details
+| Status code | Description | Response headers |
+|-------------|-------------|------------------|
+| **201** | Subsidiaries | - |
+| **400** | Bad Request | - |
+| **401** | Unauthorized | - |
+| **402** | Payment Required | - |
+| **404** | The specified resource was not found | - |
+| **422** | Unprocessable | - |
+| **0** | Unexpected error | - |
+
+[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
+
+
+# **SubsidiariesAll**
+> GetSubsidiariesResponse SubsidiariesAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, string fields = null)
+
+List Subsidiaries
+
+List Subsidiaries
+
+### Example
+```csharp
+using System.Collections.Generic;
+using System.Diagnostics;
+using Apideck.Api;
+using Apideck.Client;
+using Apideck.Model;
+
+namespace Example
+{
+ public class SubsidiariesAllExample
{
public static void Main()
{
@@ -5496,20 +6889,18 @@ namespace Example
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
var cursor = "cursor_example"; // string | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
- var passThrough = new PassThroughQuery(); // PassThroughQuery | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
var limit = 20; // int? | Number of results to return. Minimum 1, Maximum 200, Default 20 (optional) (default to 20)
- var filter = new PurchaseOrdersFilter(); // PurchaseOrdersFilter | Apply filters (optional)
- var sort = new PurchaseOrdersSort(); // PurchaseOrdersSort | Apply sorting (optional)
+ var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
try
{
- // List Purchase Orders
- GetPurchaseOrdersResponse result = apiInstance.PurchaseOrdersAll(raw, consumerId, appId, serviceId, cursor, passThrough, limit, filter, sort);
+ // List Subsidiaries
+ GetSubsidiariesResponse result = apiInstance.SubsidiariesAll(raw, consumerId, appId, serviceId, cursor, limit, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.PurchaseOrdersAll: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.SubsidiariesAll: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -5527,14 +6918,12 @@ Name | Type | Description | Notes
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
**cursor** | **string**| Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | [optional]
- **passThrough** | [**PassThroughQuery**](PassThroughQuery.md)| Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | [optional]
**limit** | **int?**| Number of results to return. Minimum 1, Maximum 200, Default 20 | [optional] [default to 20]
- **filter** | [**PurchaseOrdersFilter**](PurchaseOrdersFilter.md)| Apply filters | [optional]
- **sort** | [**PurchaseOrdersSort**](PurchaseOrdersSort.md)| Apply sorting | [optional]
+ **fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
### Return type
-[**GetPurchaseOrdersResponse**](GetPurchaseOrdersResponse.md)
+[**GetSubsidiariesResponse**](GetSubsidiariesResponse.md)
### Authorization
@@ -5549,7 +6938,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | PurchaseOrders | - |
+| **200** | Subsidiaries | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -5559,13 +6948,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **PurchaseOrdersDelete**
-> DeletePurchaseOrderResponse PurchaseOrdersDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **SubsidiariesDelete**
+> DeleteSubsidiaryResponse SubsidiariesDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Delete Purchase Order
+Delete Subsidiary
-Delete Purchase Order
+Delete Subsidiary
### Example
```csharp
@@ -5577,7 +6966,7 @@ using Apideck.Model;
namespace Example
{
- public class PurchaseOrdersDeleteExample
+ public class SubsidiariesDeleteExample
{
public static void Main()
{
@@ -5597,13 +6986,13 @@ namespace Example
try
{
- // Delete Purchase Order
- DeletePurchaseOrderResponse result = apiInstance.PurchaseOrdersDelete(id, consumerId, appId, serviceId, raw);
+ // Delete Subsidiary
+ DeleteSubsidiaryResponse result = apiInstance.SubsidiariesDelete(id, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.PurchaseOrdersDelete: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.SubsidiariesDelete: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -5624,7 +7013,7 @@ Name | Type | Description | Notes
### Return type
-[**DeletePurchaseOrderResponse**](DeletePurchaseOrderResponse.md)
+[**DeleteSubsidiaryResponse**](DeleteSubsidiaryResponse.md)
### Authorization
@@ -5639,7 +7028,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | PurchaseOrders | - |
+| **200** | Subsidiarys | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -5649,13 +7038,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **PurchaseOrdersOne**
-> GetPurchaseOrderResponse PurchaseOrdersOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **SubsidiariesOne**
+> GetSubsidiaryResponse SubsidiariesOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
-Get Purchase Order
+Get Subsidiary
-Get Purchase Order
+Get Subsidiary
### Example
```csharp
@@ -5667,7 +7056,7 @@ using Apideck.Model;
namespace Example
{
- public class PurchaseOrdersOneExample
+ public class SubsidiariesOneExample
{
public static void Main()
{
@@ -5684,16 +7073,17 @@ namespace Example
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
+ var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
try
{
- // Get Purchase Order
- GetPurchaseOrderResponse result = apiInstance.PurchaseOrdersOne(id, consumerId, appId, serviceId, raw);
+ // Get Subsidiary
+ GetSubsidiaryResponse result = apiInstance.SubsidiariesOne(id, consumerId, appId, serviceId, raw, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.PurchaseOrdersOne: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.SubsidiariesOne: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -5711,10 +7101,11 @@ Name | Type | Description | Notes
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
**raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
+ **fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
### Return type
-[**GetPurchaseOrderResponse**](GetPurchaseOrderResponse.md)
+[**GetSubsidiaryResponse**](GetSubsidiaryResponse.md)
### Authorization
@@ -5729,7 +7120,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | PurchaseOrders | - |
+| **200** | Subsidiary | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -5739,13 +7130,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **PurchaseOrdersUpdate**
-> UpdatePurchaseOrderResponse PurchaseOrdersUpdate (string id, PurchaseOrder purchaseOrder, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **SubsidiariesUpdate**
+> UpdateSubsidiaryResponse SubsidiariesUpdate (string id, Subsidiary subsidiary, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Update Purchase Order
+Update Subsidiary
-Update Purchase Order
+Update Subsidiary
### Example
```csharp
@@ -5757,7 +7148,7 @@ using Apideck.Model;
namespace Example
{
- public class PurchaseOrdersUpdateExample
+ public class SubsidiariesUpdateExample
{
public static void Main()
{
@@ -5770,7 +7161,7 @@ namespace Example
var apiInstance = new AccountingApi(config);
var id = "id_example"; // string | ID of the record you are acting upon.
- var purchaseOrder = new PurchaseOrder(); // PurchaseOrder |
+ var subsidiary = new Subsidiary(); // Subsidiary |
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
@@ -5778,13 +7169,13 @@ namespace Example
try
{
- // Update Purchase Order
- UpdatePurchaseOrderResponse result = apiInstance.PurchaseOrdersUpdate(id, purchaseOrder, consumerId, appId, serviceId, raw);
+ // Update Subsidiary
+ UpdateSubsidiaryResponse result = apiInstance.SubsidiariesUpdate(id, subsidiary, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.PurchaseOrdersUpdate: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.SubsidiariesUpdate: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -5798,7 +7189,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **string**| ID of the record you are acting upon. |
- **purchaseOrder** | [**PurchaseOrder**](PurchaseOrder.md)| |
+ **subsidiary** | [**Subsidiary**](Subsidiary.md)| |
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
@@ -5806,7 +7197,7 @@ Name | Type | Description | Notes
### Return type
-[**UpdatePurchaseOrderResponse**](UpdatePurchaseOrderResponse.md)
+[**UpdateSubsidiaryResponse**](UpdateSubsidiaryResponse.md)
### Authorization
@@ -5821,7 +7212,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | PurchaseOrders | - |
+| **200** | Subsidiaries | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -5831,13 +7222,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **SubsidiariesAdd**
-> CreateSubsidiaryResponse SubsidiariesAdd (Subsidiary subsidiary, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
+
+# **SuppliersAdd**
+> CreateSupplierResponse SuppliersAdd (Supplier supplier, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
-Create Subsidiary
+Create Supplier
-Create Subsidiary
+Create Supplier
### Example
```csharp
@@ -5849,7 +7240,7 @@ using Apideck.Model;
namespace Example
{
- public class SubsidiariesAddExample
+ public class SuppliersAddExample
{
public static void Main()
{
@@ -5861,7 +7252,7 @@ namespace Example
// config.AddApiKeyPrefix("Authorization", "Bearer");
var apiInstance = new AccountingApi(config);
- var subsidiary = new Subsidiary(); // Subsidiary |
+ var supplier = new Supplier(); // Supplier |
var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
@@ -5869,13 +7260,13 @@ namespace Example
try
{
- // Create Subsidiary
- CreateSubsidiaryResponse result = apiInstance.SubsidiariesAdd(subsidiary, raw, consumerId, appId, serviceId);
+ // Create Supplier
+ CreateSupplierResponse result = apiInstance.SuppliersAdd(supplier, raw, consumerId, appId, serviceId);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.SubsidiariesAdd: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.SuppliersAdd: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -5888,7 +7279,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **subsidiary** | [**Subsidiary**](Subsidiary.md)| |
+ **supplier** | [**Supplier**](Supplier.md)| |
**raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
@@ -5896,7 +7287,7 @@ Name | Type | Description | Notes
### Return type
-[**CreateSubsidiaryResponse**](CreateSubsidiaryResponse.md)
+[**CreateSupplierResponse**](CreateSupplierResponse.md)
### Authorization
@@ -5911,7 +7302,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **201** | Subsidiaries | - |
+| **201** | Supplier created | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -5921,13 +7312,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **SubsidiariesAll**
-> GetSubsidiariesResponse SubsidiariesAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, string fields = null)
+
+# **SuppliersAll**
+> GetSuppliersResponse SuppliersAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, SuppliersFilter filter = null, SuppliersSort sort = null, PassThroughQuery passThrough = null, string fields = null)
-List Subsidiaries
+List Suppliers
-List Subsidiaries
+List Suppliers
### Example
```csharp
@@ -5939,7 +7330,7 @@ using Apideck.Model;
namespace Example
{
- public class SubsidiariesAllExample
+ public class SuppliersAllExample
{
public static void Main()
{
@@ -5957,17 +7348,20 @@ namespace Example
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
var cursor = "cursor_example"; // string | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
var limit = 20; // int? | Number of results to return. Minimum 1, Maximum 200, Default 20 (optional) (default to 20)
+ var filter = new SuppliersFilter(); // SuppliersFilter | Apply filters (optional)
+ var sort = new SuppliersSort(); // SuppliersSort | Apply sorting (optional)
+ var passThrough = new PassThroughQuery(); // PassThroughQuery | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
try
{
- // List Subsidiaries
- GetSubsidiariesResponse result = apiInstance.SubsidiariesAll(raw, consumerId, appId, serviceId, cursor, limit, fields);
+ // List Suppliers
+ GetSuppliersResponse result = apiInstance.SuppliersAll(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.SubsidiariesAll: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.SuppliersAll: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -5986,11 +7380,14 @@ Name | Type | Description | Notes
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
**cursor** | **string**| Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | [optional]
**limit** | **int?**| Number of results to return. Minimum 1, Maximum 200, Default 20 | [optional] [default to 20]
+ **filter** | [**SuppliersFilter**](SuppliersFilter.md)| Apply filters | [optional]
+ **sort** | [**SuppliersSort**](SuppliersSort.md)| Apply sorting | [optional]
+ **passThrough** | [**PassThroughQuery**](PassThroughQuery.md)| Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | [optional]
**fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
### Return type
-[**GetSubsidiariesResponse**](GetSubsidiariesResponse.md)
+[**GetSuppliersResponse**](GetSuppliersResponse.md)
### Authorization
@@ -6005,7 +7402,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Subsidiaries | - |
+| **200** | Suppliers | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -6015,13 +7412,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **SubsidiariesDelete**
-> DeleteSubsidiaryResponse SubsidiariesDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **SuppliersDelete**
+> DeleteSupplierResponse SuppliersDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Delete Subsidiary
+Delete Supplier
-Delete Subsidiary
+Delete Supplier
### Example
```csharp
@@ -6033,7 +7430,7 @@ using Apideck.Model;
namespace Example
{
- public class SubsidiariesDeleteExample
+ public class SuppliersDeleteExample
{
public static void Main()
{
@@ -6053,13 +7450,13 @@ namespace Example
try
{
- // Delete Subsidiary
- DeleteSubsidiaryResponse result = apiInstance.SubsidiariesDelete(id, consumerId, appId, serviceId, raw);
+ // Delete Supplier
+ DeleteSupplierResponse result = apiInstance.SuppliersDelete(id, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.SubsidiariesDelete: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.SuppliersDelete: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -6080,7 +7477,7 @@ Name | Type | Description | Notes
### Return type
-[**DeleteSubsidiaryResponse**](DeleteSubsidiaryResponse.md)
+[**DeleteSupplierResponse**](DeleteSupplierResponse.md)
### Authorization
@@ -6095,7 +7492,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Subsidiarys | - |
+| **200** | Supplier deleted | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -6105,13 +7502,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **SubsidiariesOne**
-> GetSubsidiaryResponse SubsidiariesOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
+
+# **SuppliersOne**
+> GetSupplierResponse SuppliersOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
-Get Subsidiary
+Get Supplier
-Get Subsidiary
+Get Supplier
### Example
```csharp
@@ -6123,7 +7520,7 @@ using Apideck.Model;
namespace Example
{
- public class SubsidiariesOneExample
+ public class SuppliersOneExample
{
public static void Main()
{
@@ -6144,13 +7541,13 @@ namespace Example
try
{
- // Get Subsidiary
- GetSubsidiaryResponse result = apiInstance.SubsidiariesOne(id, consumerId, appId, serviceId, raw, fields);
+ // Get Supplier
+ GetSupplierResponse result = apiInstance.SuppliersOne(id, consumerId, appId, serviceId, raw, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.SubsidiariesOne: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.SuppliersOne: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -6172,7 +7569,7 @@ Name | Type | Description | Notes
### Return type
-[**GetSubsidiaryResponse**](GetSubsidiaryResponse.md)
+[**GetSupplierResponse**](GetSupplierResponse.md)
### Authorization
@@ -6187,7 +7584,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Subsidiary | - |
+| **200** | Supplier | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -6197,13 +7594,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **SubsidiariesUpdate**
-> UpdateSubsidiaryResponse SubsidiariesUpdate (string id, Subsidiary subsidiary, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **SuppliersUpdate**
+> UpdateSupplierResponse SuppliersUpdate (string id, Supplier supplier, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Update Subsidiary
+Update Supplier
-Update Subsidiary
+Update Supplier
### Example
```csharp
@@ -6215,7 +7612,7 @@ using Apideck.Model;
namespace Example
{
- public class SubsidiariesUpdateExample
+ public class SuppliersUpdateExample
{
public static void Main()
{
@@ -6228,7 +7625,7 @@ namespace Example
var apiInstance = new AccountingApi(config);
var id = "id_example"; // string | ID of the record you are acting upon.
- var subsidiary = new Subsidiary(); // Subsidiary |
+ var supplier = new Supplier(); // Supplier |
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
@@ -6236,13 +7633,13 @@ namespace Example
try
{
- // Update Subsidiary
- UpdateSubsidiaryResponse result = apiInstance.SubsidiariesUpdate(id, subsidiary, consumerId, appId, serviceId, raw);
+ // Update Supplier
+ UpdateSupplierResponse result = apiInstance.SuppliersUpdate(id, supplier, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.SubsidiariesUpdate: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.SuppliersUpdate: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -6256,7 +7653,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **string**| ID of the record you are acting upon. |
- **subsidiary** | [**Subsidiary**](Subsidiary.md)| |
+ **supplier** | [**Supplier**](Supplier.md)| |
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
@@ -6264,7 +7661,7 @@ Name | Type | Description | Notes
### Return type
-[**UpdateSubsidiaryResponse**](UpdateSubsidiaryResponse.md)
+[**UpdateSupplierResponse**](UpdateSupplierResponse.md)
### Authorization
@@ -6279,7 +7676,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Subsidiaries | - |
+| **200** | Supplier updated | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -6289,13 +7686,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **SuppliersAdd**
-> CreateSupplierResponse SuppliersAdd (Supplier supplier, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
+
+# **TaxRatesAdd**
+> CreateTaxRateResponse TaxRatesAdd (TaxRate taxRate, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
-Create Supplier
+Create Tax Rate
-Create Supplier
+Create Tax Rate
### Example
```csharp
@@ -6307,7 +7704,7 @@ using Apideck.Model;
namespace Example
{
- public class SuppliersAddExample
+ public class TaxRatesAddExample
{
public static void Main()
{
@@ -6319,7 +7716,7 @@ namespace Example
// config.AddApiKeyPrefix("Authorization", "Bearer");
var apiInstance = new AccountingApi(config);
- var supplier = new Supplier(); // Supplier |
+ var taxRate = new TaxRate(); // TaxRate |
var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
@@ -6327,13 +7724,13 @@ namespace Example
try
{
- // Create Supplier
- CreateSupplierResponse result = apiInstance.SuppliersAdd(supplier, raw, consumerId, appId, serviceId);
+ // Create Tax Rate
+ CreateTaxRateResponse result = apiInstance.TaxRatesAdd(taxRate, raw, consumerId, appId, serviceId);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.SuppliersAdd: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.TaxRatesAdd: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -6346,7 +7743,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **supplier** | [**Supplier**](Supplier.md)| |
+ **taxRate** | [**TaxRate**](TaxRate.md)| |
**raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
@@ -6354,7 +7751,7 @@ Name | Type | Description | Notes
### Return type
-[**CreateSupplierResponse**](CreateSupplierResponse.md)
+[**CreateTaxRateResponse**](CreateTaxRateResponse.md)
### Authorization
@@ -6369,7 +7766,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **201** | Supplier created | - |
+| **201** | TaxRate created | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -6379,13 +7776,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **SuppliersAll**
-> GetSuppliersResponse SuppliersAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, SuppliersFilter filter = null, SuppliersSort sort = null, PassThroughQuery passThrough = null, string fields = null)
+
+# **TaxRatesAll**
+> GetTaxRatesResponse TaxRatesAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, TaxRatesFilter filter = null, PassThroughQuery passThrough = null, string fields = null)
-List Suppliers
+List Tax Rates
-List Suppliers
+List Tax Rates. Note: Not all connectors return the actual rate/percentage value. In this case, only the tax code or reference is returned. Connectors Affected: Quickbooks
### Example
```csharp
@@ -6397,7 +7794,7 @@ using Apideck.Model;
namespace Example
{
- public class SuppliersAllExample
+ public class TaxRatesAllExample
{
public static void Main()
{
@@ -6415,20 +7812,19 @@ namespace Example
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
var cursor = "cursor_example"; // string | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
var limit = 20; // int? | Number of results to return. Minimum 1, Maximum 200, Default 20 (optional) (default to 20)
- var filter = new SuppliersFilter(); // SuppliersFilter | Apply filters (optional)
- var sort = new SuppliersSort(); // SuppliersSort | Apply sorting (optional)
+ var filter = new TaxRatesFilter(); // TaxRatesFilter | Apply filters (optional)
var passThrough = new PassThroughQuery(); // PassThroughQuery | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
try
{
- // List Suppliers
- GetSuppliersResponse result = apiInstance.SuppliersAll(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields);
+ // List Tax Rates
+ GetTaxRatesResponse result = apiInstance.TaxRatesAll(raw, consumerId, appId, serviceId, cursor, limit, filter, passThrough, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.SuppliersAll: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.TaxRatesAll: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -6447,14 +7843,13 @@ Name | Type | Description | Notes
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
**cursor** | **string**| Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | [optional]
**limit** | **int?**| Number of results to return. Minimum 1, Maximum 200, Default 20 | [optional] [default to 20]
- **filter** | [**SuppliersFilter**](SuppliersFilter.md)| Apply filters | [optional]
- **sort** | [**SuppliersSort**](SuppliersSort.md)| Apply sorting | [optional]
+ **filter** | [**TaxRatesFilter**](TaxRatesFilter.md)| Apply filters | [optional]
**passThrough** | [**PassThroughQuery**](PassThroughQuery.md)| Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | [optional]
**fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
### Return type
-[**GetSuppliersResponse**](GetSuppliersResponse.md)
+[**GetTaxRatesResponse**](GetTaxRatesResponse.md)
### Authorization
@@ -6469,7 +7864,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Suppliers | - |
+| **200** | TaxRates | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -6479,13 +7874,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **SuppliersDelete**
-> DeleteSupplierResponse SuppliersDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **TaxRatesDelete**
+> DeleteTaxRateResponse TaxRatesDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Delete Supplier
+Delete Tax Rate
-Delete Supplier
+Delete Tax Rate
### Example
```csharp
@@ -6497,7 +7892,7 @@ using Apideck.Model;
namespace Example
{
- public class SuppliersDeleteExample
+ public class TaxRatesDeleteExample
{
public static void Main()
{
@@ -6517,13 +7912,13 @@ namespace Example
try
{
- // Delete Supplier
- DeleteSupplierResponse result = apiInstance.SuppliersDelete(id, consumerId, appId, serviceId, raw);
+ // Delete Tax Rate
+ DeleteTaxRateResponse result = apiInstance.TaxRatesDelete(id, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.SuppliersDelete: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.TaxRatesDelete: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -6544,7 +7939,7 @@ Name | Type | Description | Notes
### Return type
-[**DeleteSupplierResponse**](DeleteSupplierResponse.md)
+[**DeleteTaxRateResponse**](DeleteTaxRateResponse.md)
### Authorization
@@ -6559,7 +7954,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Supplier deleted | - |
+| **200** | TaxRates deleted | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -6569,13 +7964,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **SuppliersOne**
-> GetSupplierResponse SuppliersOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
+
+# **TaxRatesOne**
+> GetTaxRateResponse TaxRatesOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
-Get Supplier
+Get Tax Rate
-Get Supplier
+Get Tax Rate. Note: Not all connectors return the actual rate/percentage value. In this case, only the tax code or reference is returned. Support will soon be added to return the actual rate/percentage by doing additional calls in the background to provide the full view of a given tax rate. Connectors Affected: Quickbooks
### Example
```csharp
@@ -6587,7 +7982,7 @@ using Apideck.Model;
namespace Example
{
- public class SuppliersOneExample
+ public class TaxRatesOneExample
{
public static void Main()
{
@@ -6608,13 +8003,13 @@ namespace Example
try
{
- // Get Supplier
- GetSupplierResponse result = apiInstance.SuppliersOne(id, consumerId, appId, serviceId, raw, fields);
+ // Get Tax Rate
+ GetTaxRateResponse result = apiInstance.TaxRatesOne(id, consumerId, appId, serviceId, raw, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.SuppliersOne: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.TaxRatesOne: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -6636,7 +8031,7 @@ Name | Type | Description | Notes
### Return type
-[**GetSupplierResponse**](GetSupplierResponse.md)
+[**GetTaxRateResponse**](GetTaxRateResponse.md)
### Authorization
@@ -6651,7 +8046,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Supplier | - |
+| **200** | TaxRate | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -6661,13 +8056,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **SuppliersUpdate**
-> UpdateSupplierResponse SuppliersUpdate (string id, Supplier supplier, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **TaxRatesUpdate**
+> UpdateTaxRateResponse TaxRatesUpdate (string id, TaxRate taxRate, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Update Supplier
+Update Tax Rate
-Update Supplier
+Update Tax Rate
### Example
```csharp
@@ -6679,7 +8074,7 @@ using Apideck.Model;
namespace Example
{
- public class SuppliersUpdateExample
+ public class TaxRatesUpdateExample
{
public static void Main()
{
@@ -6692,7 +8087,7 @@ namespace Example
var apiInstance = new AccountingApi(config);
var id = "id_example"; // string | ID of the record you are acting upon.
- var supplier = new Supplier(); // Supplier |
+ var taxRate = new TaxRate(); // TaxRate |
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
@@ -6700,13 +8095,13 @@ namespace Example
try
{
- // Update Supplier
- UpdateSupplierResponse result = apiInstance.SuppliersUpdate(id, supplier, consumerId, appId, serviceId, raw);
+ // Update Tax Rate
+ UpdateTaxRateResponse result = apiInstance.TaxRatesUpdate(id, taxRate, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.SuppliersUpdate: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.TaxRatesUpdate: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -6720,7 +8115,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **string**| ID of the record you are acting upon. |
- **supplier** | [**Supplier**](Supplier.md)| |
+ **taxRate** | [**TaxRate**](TaxRate.md)| |
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
@@ -6728,7 +8123,7 @@ Name | Type | Description | Notes
### Return type
-[**UpdateSupplierResponse**](UpdateSupplierResponse.md)
+[**UpdateTaxRateResponse**](UpdateTaxRateResponse.md)
### Authorization
@@ -6743,7 +8138,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | Supplier updated | - |
+| **200** | TaxRate updated | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -6753,13 +8148,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **TaxRatesAdd**
-> CreateTaxRateResponse TaxRatesAdd (TaxRate taxRate, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
+
+# **TrackingCategoriesAdd**
+> CreateTrackingCategoryResponse TrackingCategoriesAdd (TrackingCategory trackingCategory, bool? raw = null, string consumerId = null, string appId = null, string serviceId = null)
-Create Tax Rate
+Create Tracking Category
-Create Tax Rate
+Create Tracking Category
### Example
```csharp
@@ -6771,7 +8166,7 @@ using Apideck.Model;
namespace Example
{
- public class TaxRatesAddExample
+ public class TrackingCategoriesAddExample
{
public static void Main()
{
@@ -6783,7 +8178,7 @@ namespace Example
// config.AddApiKeyPrefix("Authorization", "Bearer");
var apiInstance = new AccountingApi(config);
- var taxRate = new TaxRate(); // TaxRate |
+ var trackingCategory = new TrackingCategory(); // TrackingCategory |
var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
@@ -6791,13 +8186,13 @@ namespace Example
try
{
- // Create Tax Rate
- CreateTaxRateResponse result = apiInstance.TaxRatesAdd(taxRate, raw, consumerId, appId, serviceId);
+ // Create Tracking Category
+ CreateTrackingCategoryResponse result = apiInstance.TrackingCategoriesAdd(trackingCategory, raw, consumerId, appId, serviceId);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.TaxRatesAdd: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.TrackingCategoriesAdd: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -6810,7 +8205,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **taxRate** | [**TaxRate**](TaxRate.md)| |
+ **trackingCategory** | [**TrackingCategory**](TrackingCategory.md)| |
**raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
@@ -6818,7 +8213,7 @@ Name | Type | Description | Notes
### Return type
-[**CreateTaxRateResponse**](CreateTaxRateResponse.md)
+[**CreateTrackingCategoryResponse**](CreateTrackingCategoryResponse.md)
### Authorization
@@ -6833,7 +8228,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **201** | TaxRate created | - |
+| **201** | Tracking category created | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -6843,13 +8238,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **TaxRatesAll**
-> GetTaxRatesResponse TaxRatesAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, TaxRatesFilter filter = null, PassThroughQuery passThrough = null, string fields = null)
+
+# **TrackingCategoriesAll**
+> GetTrackingCategoriesResponse TrackingCategoriesAll (bool? raw = null, string consumerId = null, string appId = null, string serviceId = null, string cursor = null, int? limit = null, PassThroughQuery passThrough = null, string fields = null)
-List Tax Rates
+List Tracking Categories
-List Tax Rates. Note: Not all connectors return the actual rate/percentage value. In this case, only the tax code or reference is returned. Connectors Affected: Quickbooks
+List Tracking Categories
### Example
```csharp
@@ -6861,7 +8256,7 @@ using Apideck.Model;
namespace Example
{
- public class TaxRatesAllExample
+ public class TrackingCategoriesAllExample
{
public static void Main()
{
@@ -6879,19 +8274,18 @@ namespace Example
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
var cursor = "cursor_example"; // string | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
var limit = 20; // int? | Number of results to return. Minimum 1, Maximum 200, Default 20 (optional) (default to 20)
- var filter = new TaxRatesFilter(); // TaxRatesFilter | Apply filters (optional)
var passThrough = new PassThroughQuery(); // PassThroughQuery | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
try
{
- // List Tax Rates
- GetTaxRatesResponse result = apiInstance.TaxRatesAll(raw, consumerId, appId, serviceId, cursor, limit, filter, passThrough, fields);
+ // List Tracking Categories
+ GetTrackingCategoriesResponse result = apiInstance.TrackingCategoriesAll(raw, consumerId, appId, serviceId, cursor, limit, passThrough, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.TaxRatesAll: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.TrackingCategoriesAll: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -6910,13 +8304,12 @@ Name | Type | Description | Notes
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
**cursor** | **string**| Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | [optional]
**limit** | **int?**| Number of results to return. Minimum 1, Maximum 200, Default 20 | [optional] [default to 20]
- **filter** | [**TaxRatesFilter**](TaxRatesFilter.md)| Apply filters | [optional]
**passThrough** | [**PassThroughQuery**](PassThroughQuery.md)| Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | [optional]
**fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
### Return type
-[**GetTaxRatesResponse**](GetTaxRatesResponse.md)
+[**GetTrackingCategoriesResponse**](GetTrackingCategoriesResponse.md)
### Authorization
@@ -6931,7 +8324,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | TaxRates | - |
+| **200** | Tracking categories | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -6941,13 +8334,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **TaxRatesDelete**
-> DeleteTaxRateResponse TaxRatesDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **TrackingCategoriesDelete**
+> DeleteTrackingCategoryResponse TrackingCategoriesDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Delete Tax Rate
+Delete Tracking Category
-Delete Tax Rate
+Delete Tracking Category
### Example
```csharp
@@ -6959,7 +8352,7 @@ using Apideck.Model;
namespace Example
{
- public class TaxRatesDeleteExample
+ public class TrackingCategoriesDeleteExample
{
public static void Main()
{
@@ -6979,13 +8372,13 @@ namespace Example
try
{
- // Delete Tax Rate
- DeleteTaxRateResponse result = apiInstance.TaxRatesDelete(id, consumerId, appId, serviceId, raw);
+ // Delete Tracking Category
+ DeleteTrackingCategoryResponse result = apiInstance.TrackingCategoriesDelete(id, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.TaxRatesDelete: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.TrackingCategoriesDelete: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -7006,7 +8399,7 @@ Name | Type | Description | Notes
### Return type
-[**DeleteTaxRateResponse**](DeleteTaxRateResponse.md)
+[**DeleteTrackingCategoryResponse**](DeleteTrackingCategoryResponse.md)
### Authorization
@@ -7021,7 +8414,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | TaxRates deleted | - |
+| **200** | Tracking category deleted | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -7031,13 +8424,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **TaxRatesOne**
-> GetTaxRateResponse TaxRatesOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
+
+# **TrackingCategoriesOne**
+> GetTrackingCategoryResponse TrackingCategoriesOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
-Get Tax Rate
+Get Tracking Category
-Get Tax Rate. Note: Not all connectors return the actual rate/percentage value. In this case, only the tax code or reference is returned. Support will soon be added to return the actual rate/percentage by doing additional calls in the background to provide the full view of a given tax rate. Connectors Affected: Quickbooks
+Get Tracking Category
### Example
```csharp
@@ -7049,7 +8442,7 @@ using Apideck.Model;
namespace Example
{
- public class TaxRatesOneExample
+ public class TrackingCategoriesOneExample
{
public static void Main()
{
@@ -7070,13 +8463,13 @@ namespace Example
try
{
- // Get Tax Rate
- GetTaxRateResponse result = apiInstance.TaxRatesOne(id, consumerId, appId, serviceId, raw, fields);
+ // Get Tracking Category
+ GetTrackingCategoryResponse result = apiInstance.TrackingCategoriesOne(id, consumerId, appId, serviceId, raw, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.TaxRatesOne: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.TrackingCategoriesOne: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -7098,7 +8491,7 @@ Name | Type | Description | Notes
### Return type
-[**GetTaxRateResponse**](GetTaxRateResponse.md)
+[**GetTrackingCategoryResponse**](GetTrackingCategoryResponse.md)
### Authorization
@@ -7113,7 +8506,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | TaxRate | - |
+| **200** | Tracking category | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
@@ -7123,13 +8516,13 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
-
-# **TaxRatesUpdate**
-> UpdateTaxRateResponse TaxRatesUpdate (string id, TaxRate taxRate, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
+
+# **TrackingCategoriesUpdate**
+> UpdateTrackingCategoryResponse TrackingCategoriesUpdate (string id, TrackingCategory trackingCategory, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
-Update Tax Rate
+Update Tracking Category
-Update Tax Rate
+Update Tracking Category
### Example
```csharp
@@ -7141,7 +8534,7 @@ using Apideck.Model;
namespace Example
{
- public class TaxRatesUpdateExample
+ public class TrackingCategoriesUpdateExample
{
public static void Main()
{
@@ -7154,7 +8547,7 @@ namespace Example
var apiInstance = new AccountingApi(config);
var id = "id_example"; // string | ID of the record you are acting upon.
- var taxRate = new TaxRate(); // TaxRate |
+ var trackingCategory = new TrackingCategory(); // TrackingCategory |
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
@@ -7162,13 +8555,13 @@ namespace Example
try
{
- // Update Tax Rate
- UpdateTaxRateResponse result = apiInstance.TaxRatesUpdate(id, taxRate, consumerId, appId, serviceId, raw);
+ // Update Tracking Category
+ UpdateTrackingCategoryResponse result = apiInstance.TrackingCategoriesUpdate(id, trackingCategory, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
{
- Debug.Print("Exception when calling AccountingApi.TaxRatesUpdate: " + e.Message );
+ Debug.Print("Exception when calling AccountingApi.TrackingCategoriesUpdate: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
@@ -7182,7 +8575,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **string**| ID of the record you are acting upon. |
- **taxRate** | [**TaxRate**](TaxRate.md)| |
+ **trackingCategory** | [**TrackingCategory**](TrackingCategory.md)| |
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
@@ -7190,7 +8583,7 @@ Name | Type | Description | Notes
### Return type
-[**UpdateTaxRateResponse**](UpdateTaxRateResponse.md)
+[**UpdateTrackingCategoryResponse**](UpdateTrackingCategoryResponse.md)
### Authorization
@@ -7205,7 +8598,7 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
-| **200** | TaxRate updated | - |
+| **200** | Tracking category updated | - |
| **400** | Bad Request | - |
| **401** | Unauthorized | - |
| **402** | Payment Required | - |
diff --git a/src/gen/docs/ActivitiesFilter.md b/src/gen/docs/ActivitiesFilter.md
index 904256a2c5..6e8bb3a8a2 100644
--- a/src/gen/docs/ActivitiesFilter.md
+++ b/src/gen/docs/ActivitiesFilter.md
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
**OwnerId** | **string** | Owner ID to filter on | [optional]
**ContactId** | **string** | Primary contact ID to filter on | [optional]
**UpdatedSince** | **DateTime** | | [optional]
+**Type** | **string** | Type to filter on | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/src/gen/docs/Attachment.md b/src/gen/docs/Attachment.md
index c857fc14ca..092e5b4e31 100644
--- a/src/gen/docs/Attachment.md
+++ b/src/gen/docs/Attachment.md
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
**Size** | **int?** | The size of the file in bytes | [optional]
**Reference** | [**AttachmentReference**](AttachmentReference.md) | | [optional]
**Description** | **string** | Optional description of the file | [optional]
+**ParentFolderId** | **string** | The folder id where this attachment belong to | [optional]
**UpdatedBy** | **string** | The user who last updated the object. | [optional] [readonly]
**CreatedBy** | **string** | The user who created the object. | [optional] [readonly]
**UpdatedAt** | **DateTime?** | The date and time when the object was last updated. | [optional] [readonly]
diff --git a/src/gen/docs/Bill.md b/src/gen/docs/Bill.md
index 9df1a2cc09..168b853c45 100644
--- a/src/gen/docs/Bill.md
+++ b/src/gen/docs/Bill.md
@@ -34,6 +34,7 @@ Name | Type | Description | Notes
**AccountingByRow** | **bool?** | Indicates if accounting by row is used (true) or not (false). Accounting by row means that a separate ledger transaction is created for each row. | [optional]
**BankAccount** | [**BankAccount**](BankAccount.md) | | [optional]
**DiscountPercentage** | **decimal?** | Discount percentage applied to this transaction. | [optional]
+**TrackingCategories** | [**List<LinkedTrackingCategory>**](LinkedTrackingCategory.md) | A list of linked tracking categories. | [optional]
**UpdatedBy** | **string** | The user who last updated the object. | [optional] [readonly]
**CreatedBy** | **string** | The user who created the object. | [optional] [readonly]
**UpdatedAt** | **DateTime?** | The date and time when the object was last updated. | [optional] [readonly]
@@ -41,6 +42,7 @@ Name | Type | Description | Notes
**RowVersion** | **string** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**PassThrough** | **List<Object>** | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | [optional]
+**AccountingPeriod** | **string** | Accounting period | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/src/gen/docs/BillLineItem.md b/src/gen/docs/BillLineItem.md
index 0d085c276c..bc7328a22d 100644
--- a/src/gen/docs/BillLineItem.md
+++ b/src/gen/docs/BillLineItem.md
@@ -22,6 +22,7 @@ Name | Type | Description | Notes
**Item** | [**LinkedInvoiceItem**](LinkedInvoiceItem.md) | | [optional]
**TaxRate** | [**LinkedTaxRate**](LinkedTaxRate.md) | | [optional]
**LedgerAccount** | [**LinkedLedgerAccount**](LinkedLedgerAccount.md) | | [optional]
+**TrackingCategories** | [**List<LinkedTrackingCategory>**](LinkedTrackingCategory.md) | A list of linked tracking categories. | [optional]
**RowVersion** | **string** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional]
**UpdatedBy** | **string** | The user who last updated the object. | [optional] [readonly]
**CreatedBy** | **string** | The user who created the object. | [optional] [readonly]
diff --git a/src/gen/docs/BillPayment.md b/src/gen/docs/BillPayment.md
new file mode 100644
index 0000000000..b879f8cf07
--- /dev/null
+++ b/src/gen/docs/BillPayment.md
@@ -0,0 +1,38 @@
+# Apideck.Model.BillPayment
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**Id** | **string** | A unique identifier for an object. | [readonly]
+**DownstreamId** | **string** | The third-party API ID of original entity | [optional] [readonly]
+**Currency** | **Currency** | | [optional]
+**CurrencyRate** | **decimal?** | Currency Exchange Rate at the time entity was recorded/generated. | [optional]
+**TotalAmount** | **decimal?** | The total amount of the transaction |
+**Reference** | **string** | Optional transaction reference message ie: Debit remittance detail. | [optional]
+**PaymentMethod** | **string** | Payment method used for the transaction, such as cash, credit card, bank transfer, or check | [optional]
+**PaymentMethodReference** | **string** | Optional reference message returned by payment method on processing | [optional]
+**PaymentMethodId** | **string** | A unique identifier for an object. | [optional]
+**Account** | [**LinkedLedgerAccount**](LinkedLedgerAccount.md) | | [optional]
+**TransactionDate** | **DateTime?** | The date of the transaction - YYYY:MM::DDThh:mm:ss.sTZD |
+**Supplier** | [**LinkedSupplier**](LinkedSupplier.md) | | [optional]
+**CompanyId** | **string** | The company or subsidiary id the transaction belongs to | [optional]
+**Reconciled** | **bool?** | Indicates if the transaction has been reconciled. | [optional]
+**Status** | **PaymentStatus** | | [optional]
+**Type** | **PaymentType** | | [optional]
+**Allocations** | [**List<Allocation>**](Allocation.md) | | [optional]
+**Note** | **string** | Note associated with the transaction | [optional]
+**Number** | **string** | Number associated with the transaction | [optional]
+**TrackingCategories** | [**List<LinkedTrackingCategory>**](LinkedTrackingCategory.md) | A list of linked tracking categories. | [optional]
+**CustomFields** | [**List<CustomField>**](CustomField.md) | | [optional]
+**RowVersion** | **string** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional]
+**DisplayId** | **string** | Id to be displayed. | [optional]
+**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
+**UpdatedBy** | **string** | The user who last updated the object. | [optional] [readonly]
+**CreatedBy** | **string** | The user who created the object. | [optional] [readonly]
+**CreatedAt** | **DateTime?** | The date and time when the object was created. | [optional] [readonly]
+**UpdatedAt** | **DateTime?** | The date and time when the object was last updated. | [optional] [readonly]
+**PassThrough** | **List<Object>** | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | [optional]
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/gen/docs/CreateAttachmentRequest.md b/src/gen/docs/CreateAttachmentRequest.md
index bd03d4e5e4..3e1f502ed8 100644
--- a/src/gen/docs/CreateAttachmentRequest.md
+++ b/src/gen/docs/CreateAttachmentRequest.md
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | **string** | The name of the file |
**Description** | **string** | Optional description of the file. | [optional]
+**ParentFolderId** | **string** | The folder id where this attachment belong to | [optional]
**PassThrough** | **List<Object>** | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/src/gen/docs/CreateBillPaymentResponse.md b/src/gen/docs/CreateBillPaymentResponse.md
new file mode 100644
index 0000000000..523ffa6b9b
--- /dev/null
+++ b/src/gen/docs/CreateBillPaymentResponse.md
@@ -0,0 +1,15 @@
+# Apideck.Model.CreateBillPaymentResponse
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**StatusCode** | **int** | HTTP Response Status Code |
+**Status** | **string** | HTTP Response Status |
+**Service** | **string** | Apideck ID of service provider |
+**Resource** | **string** | Unified API resource name |
+**Operation** | **string** | Operation performed |
+**Data** | [**UnifiedId**](UnifiedId.md) | |
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/gen/docs/CreateExpenseResponse.md b/src/gen/docs/CreateExpenseResponse.md
new file mode 100644
index 0000000000..2b2b94533c
--- /dev/null
+++ b/src/gen/docs/CreateExpenseResponse.md
@@ -0,0 +1,15 @@
+# Apideck.Model.CreateExpenseResponse
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**StatusCode** | **int** | HTTP Response Status Code |
+**Status** | **string** | HTTP Response Status |
+**Service** | **string** | Apideck ID of service provider |
+**Resource** | **string** | Unified API resource name |
+**Operation** | **string** | Operation performed |
+**Data** | [**UnifiedId**](UnifiedId.md) | |
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/gen/docs/CreateTrackingCategoryResponse.md b/src/gen/docs/CreateTrackingCategoryResponse.md
new file mode 100644
index 0000000000..f8197a5331
--- /dev/null
+++ b/src/gen/docs/CreateTrackingCategoryResponse.md
@@ -0,0 +1,15 @@
+# Apideck.Model.CreateTrackingCategoryResponse
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**StatusCode** | **int** | HTTP Response Status Code |
+**Status** | **string** | HTTP Response Status |
+**Service** | **string** | Apideck ID of service provider |
+**Resource** | **string** | Unified API resource name |
+**Operation** | **string** | Operation performed |
+**Data** | [**UnifiedId**](UnifiedId.md) | |
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/gen/docs/CreditNote.md b/src/gen/docs/CreditNote.md
index cb0578a00c..5c55393812 100644
--- a/src/gen/docs/CreditNote.md
+++ b/src/gen/docs/CreditNote.md
@@ -29,6 +29,7 @@ Name | Type | Description | Notes
**Terms** | **string** | Optional terms to be associated with the credit note. | [optional]
**BillingAddress** | [**Address**](Address.md) | | [optional]
**ShippingAddress** | [**Address**](Address.md) | | [optional]
+**TrackingCategories** | [**List<LinkedTrackingCategory>**](LinkedTrackingCategory.md) | A list of linked tracking categories. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**CustomFields** | [**List<CustomField>**](CustomField.md) | | [optional]
**RowVersion** | **string** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional]
diff --git a/src/gen/docs/DeleteBillPaymentResponse.md b/src/gen/docs/DeleteBillPaymentResponse.md
new file mode 100644
index 0000000000..0499ad7654
--- /dev/null
+++ b/src/gen/docs/DeleteBillPaymentResponse.md
@@ -0,0 +1,15 @@
+# Apideck.Model.DeleteBillPaymentResponse
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**StatusCode** | **int** | HTTP Response Status Code |
+**Status** | **string** | HTTP Response Status |
+**Service** | **string** | Apideck ID of service provider |
+**Resource** | **string** | Unified API resource name |
+**Operation** | **string** | Operation performed |
+**Data** | [**UnifiedId**](UnifiedId.md) | |
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/gen/docs/DeleteExpenseResponse.md b/src/gen/docs/DeleteExpenseResponse.md
new file mode 100644
index 0000000000..1000e7fbcc
--- /dev/null
+++ b/src/gen/docs/DeleteExpenseResponse.md
@@ -0,0 +1,15 @@
+# Apideck.Model.DeleteExpenseResponse
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**StatusCode** | **int** | HTTP Response Status Code |
+**Status** | **string** | HTTP Response Status |
+**Service** | **string** | Apideck ID of service provider |
+**Resource** | **string** | Unified API resource name |
+**Operation** | **string** | Operation performed |
+**Data** | [**UnifiedId**](UnifiedId.md) | |
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/gen/docs/DeleteTrackingCategoryResponse.md b/src/gen/docs/DeleteTrackingCategoryResponse.md
new file mode 100644
index 0000000000..415c02a3b8
--- /dev/null
+++ b/src/gen/docs/DeleteTrackingCategoryResponse.md
@@ -0,0 +1,15 @@
+# Apideck.Model.DeleteTrackingCategoryResponse
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**StatusCode** | **int** | HTTP Response Status Code |
+**Status** | **string** | HTTP Response Status |
+**Service** | **string** | Apideck ID of service provider |
+**Resource** | **string** | Unified API resource name |
+**Operation** | **string** | Operation performed |
+**Data** | [**UnifiedId**](UnifiedId.md) | |
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/gen/docs/DeprecatedLinkedSupplier.md b/src/gen/docs/DeprecatedLinkedSupplier.md
new file mode 100644
index 0000000000..92e70d9606
--- /dev/null
+++ b/src/gen/docs/DeprecatedLinkedSupplier.md
@@ -0,0 +1,15 @@
+# Apideck.Model.DeprecatedLinkedSupplier
+The supplier this entity is linked to.
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**Id** | **string** | A unique identifier for an object. | [optional] [readonly]
+**DisplayId** | **string** | The display ID of the supplier. | [optional] [readonly]
+**DisplayName** | **string** | The display name of the supplier. | [optional]
+**CompanyName** | **string** | The company name of the supplier. | [optional] [readonly]
+**Address** | [**Address**](Address.md) | | [optional]
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/gen/docs/DeprecatedLinkedTrackingCategory.md b/src/gen/docs/DeprecatedLinkedTrackingCategory.md
new file mode 100644
index 0000000000..244e711b6a
--- /dev/null
+++ b/src/gen/docs/DeprecatedLinkedTrackingCategory.md
@@ -0,0 +1,11 @@
+# Apideck.Model.DeprecatedLinkedTrackingCategory
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**Id** | **string** | The unique identifier for the tracking category. | [optional]
+**Name** | **string** | The name of the tracking category. | [optional]
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/gen/docs/Employee.md b/src/gen/docs/Employee.md
index c554f60095..d72641ec0e 100644
--- a/src/gen/docs/Employee.md
+++ b/src/gen/docs/Employee.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Id** | **string** | A unique identifier for an object. | [readonly]
+**Id** | **string** | A unique identifier for an object. | [optional]
**FirstName** | **string** | The first name of the person. | [optional]
**LastName** | **string** | The last name of the person. | [optional]
**MiddleName** | **string** | Middle name of the person. | [optional]
diff --git a/src/gen/docs/Expense.md b/src/gen/docs/Expense.md
new file mode 100644
index 0000000000..a975769397
--- /dev/null
+++ b/src/gen/docs/Expense.md
@@ -0,0 +1,30 @@
+# Apideck.Model.Expense
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**Id** | **string** | A unique identifier for an object. | [optional] [readonly]
+**Number** | **string** | Number. | [optional]
+**TransactionDate** | **DateTime?** | The date of the transaction - YYYY:MM::DDThh:mm:ss.sTZD |
+**AccountId** | **string** | The unique identifier for the ledger account that this expense should be credited to. |
+**CustomerId** | **string** | The ID of the customer this entity is linked to. Used for expenses that should be marked as billable to customers. | [optional]
+**SupplierId** | **string** | The ID of the supplier this entity is linked to. | [optional]
+**CompanyId** | **string** | The company or subsidiary id the transaction belongs to | [optional]
+**DepartmentId** | **string** | The ID of the department this expense is linked to. | [optional]
+**Currency** | **Currency** | | [optional]
+**CurrencyRate** | **decimal?** | Currency Exchange Rate at the time entity was recorded/generated. | [optional]
+**Type** | **string** | The type of expense. | [optional]
+**Memo** | **string** | The memo of the expense. | [optional]
+**TaxRate** | [**LinkedTaxRate**](LinkedTaxRate.md) | | [optional]
+**TotalAmount** | **decimal?** | The total amount of the expense line item. | [optional]
+**LineItems** | [**List<ExpenseLineItem>**](ExpenseLineItem.md) | Expense line items linked to this expense. |
+**CustomFields** | [**List<CustomField>**](CustomField.md) | | [optional]
+**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
+**UpdatedAt** | **DateTime?** | The date and time when the object was last updated. | [optional] [readonly]
+**CreatedAt** | **DateTime?** | The date and time when the object was created. | [optional] [readonly]
+**RowVersion** | **string** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional]
+**PassThrough** | **List<Object>** | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | [optional]
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/gen/docs/ExpenseLineItem.md b/src/gen/docs/ExpenseLineItem.md
new file mode 100644
index 0000000000..c18b4f063e
--- /dev/null
+++ b/src/gen/docs/ExpenseLineItem.md
@@ -0,0 +1,19 @@
+# Apideck.Model.ExpenseLineItem
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**Id** | **string** | A unique identifier for an object. | [optional] [readonly]
+**TrackingCategories** | [**List<LinkedTrackingCategory>**](LinkedTrackingCategory.md) | A list of linked tracking categories. | [optional]
+**AccountId** | **string** | The unique identifier for the ledger account. | [optional]
+**CustomerId** | **string** | The ID of the customer this expense item is linked to. | [optional]
+**DepartmentId** | **string** | The ID of the department this expense item is linked to. | [optional]
+**LocationId** | **string** | The ID of the location this expense item is linked to. | [optional]
+**TaxRate** | [**LinkedTaxRate**](LinkedTaxRate.md) | | [optional]
+**Description** | **string** | The expense line item description | [optional]
+**TotalAmount** | **decimal?** | The total amount of the expense line item. |
+**Billable** | **bool** | Boolean that indicates if the line item is billable or not. | [optional]
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/gen/docs/GetBillPaymentResponse.md b/src/gen/docs/GetBillPaymentResponse.md
new file mode 100644
index 0000000000..2395ddc519
--- /dev/null
+++ b/src/gen/docs/GetBillPaymentResponse.md
@@ -0,0 +1,15 @@
+# Apideck.Model.GetBillPaymentResponse
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**StatusCode** | **int** | HTTP Response Status Code |
+**Status** | **string** | HTTP Response Status |
+**Service** | **string** | Apideck ID of service provider |
+**Resource** | **string** | Unified API resource name |
+**Operation** | **string** | Operation performed |
+**Data** | [**BillPayment**](BillPayment.md) | |
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/gen/docs/GetBillPaymentsResponse.md b/src/gen/docs/GetBillPaymentsResponse.md
new file mode 100644
index 0000000000..82e59870a3
--- /dev/null
+++ b/src/gen/docs/GetBillPaymentsResponse.md
@@ -0,0 +1,17 @@
+# Apideck.Model.GetBillPaymentsResponse
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**StatusCode** | **int** | HTTP Response Status Code |
+**Status** | **string** | HTTP Response Status |
+**Service** | **string** | Apideck ID of service provider |
+**Resource** | **string** | Unified API resource name |
+**Operation** | **string** | Operation performed |
+**Data** | [**List<BillPayment>**](BillPayment.md) | |
+**Meta** | [**Meta**](Meta.md) | | [optional]
+**Links** | [**Links**](Links.md) | | [optional]
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/gen/docs/GetExpenseResponse.md b/src/gen/docs/GetExpenseResponse.md
new file mode 100644
index 0000000000..d3ebd40533
--- /dev/null
+++ b/src/gen/docs/GetExpenseResponse.md
@@ -0,0 +1,15 @@
+# Apideck.Model.GetExpenseResponse
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**StatusCode** | **int** | HTTP Response Status Code |
+**Status** | **string** | HTTP Response Status |
+**Service** | **string** | Apideck ID of service provider |
+**Resource** | **string** | Unified API resource name |
+**Operation** | **string** | Operation performed |
+**Data** | [**Expense**](Expense.md) | |
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/gen/docs/GetExpensesResponse.md b/src/gen/docs/GetExpensesResponse.md
new file mode 100644
index 0000000000..903c7419da
--- /dev/null
+++ b/src/gen/docs/GetExpensesResponse.md
@@ -0,0 +1,17 @@
+# Apideck.Model.GetExpensesResponse
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**StatusCode** | **int** | HTTP Response Status Code |
+**Status** | **string** | HTTP Response Status |
+**Service** | **string** | Apideck ID of service provider |
+**Resource** | **string** | Unified API resource name |
+**Operation** | **string** | Operation performed |
+**Data** | [**List<Expense>**](Expense.md) | |
+**Meta** | [**Meta**](Meta.md) | | [optional]
+**Links** | [**Links**](Links.md) | | [optional]
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/gen/docs/GetTrackingCategoriesResponse.md b/src/gen/docs/GetTrackingCategoriesResponse.md
new file mode 100644
index 0000000000..030a81ce37
--- /dev/null
+++ b/src/gen/docs/GetTrackingCategoriesResponse.md
@@ -0,0 +1,17 @@
+# Apideck.Model.GetTrackingCategoriesResponse
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**StatusCode** | **int** | HTTP Response Status Code |
+**Status** | **string** | HTTP Response Status |
+**Service** | **string** | Apideck ID of service provider |
+**Resource** | **string** | Unified API resource name |
+**Operation** | **string** | Operation performed |
+**Data** | [**List<TrackingCategory>**](TrackingCategory.md) | |
+**Meta** | [**Meta**](Meta.md) | | [optional]
+**Links** | [**Links**](Links.md) | | [optional]
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/gen/docs/GetTrackingCategoryResponse.md b/src/gen/docs/GetTrackingCategoryResponse.md
new file mode 100644
index 0000000000..d46b5c8a03
--- /dev/null
+++ b/src/gen/docs/GetTrackingCategoryResponse.md
@@ -0,0 +1,15 @@
+# Apideck.Model.GetTrackingCategoryResponse
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**StatusCode** | **int** | HTTP Response Status Code |
+**Status** | **string** | HTTP Response Status |
+**Service** | **string** | Apideck ID of service provider |
+**Resource** | **string** | Unified API resource name |
+**Operation** | **string** | Operation performed |
+**Data** | [**TrackingCategory**](TrackingCategory.md) | |
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/gen/docs/HrisApi.md b/src/gen/docs/HrisApi.md
index 27ba9d88c4..8fa4f2b62f 100644
--- a/src/gen/docs/HrisApi.md
+++ b/src/gen/docs/HrisApi.md
@@ -1517,7 +1517,7 @@ Name | Type | Description | Notes
# **EmployeesOne**
-> GetEmployeeResponse EmployeesOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null, EmployeesOneFilter filter = null)
+> GetEmployeeResponse EmployeesOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null, EmployeesOneFilter filter = null, PassThroughQuery passThrough = null)
Get Employee
@@ -1552,11 +1552,12 @@ namespace Example
var raw = false; // bool? | Include raw response. Mostly used for debugging purposes (optional) (default to false)
var fields = id,updated_at; // string | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.
Example: `fields=name,email,addresses.city`
In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
var filter = new EmployeesOneFilter(); // EmployeesOneFilter | Apply filters (optional)
+ var passThrough = new PassThroughQuery(); // PassThroughQuery | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
try
{
// Get Employee
- GetEmployeeResponse result = apiInstance.EmployeesOne(id, consumerId, appId, serviceId, raw, fields, filter);
+ GetEmployeeResponse result = apiInstance.EmployeesOne(id, consumerId, appId, serviceId, raw, fields, filter, passThrough);
Debug.WriteLine(result);
}
catch (ApiException e)
@@ -1581,6 +1582,7 @@ Name | Type | Description | Notes
**raw** | **bool?**| Include raw response. Mostly used for debugging purposes | [optional] [default to false]
**fields** | **string**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional]
**filter** | [**EmployeesOneFilter**](EmployeesOneFilter.md)| Apply filters | [optional]
+ **passThrough** | [**PassThroughQuery**](PassThroughQuery.md)| Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | [optional]
### Return type
diff --git a/src/gen/docs/Invoice.md b/src/gen/docs/Invoice.md
index fd29137416..7b5afee0ca 100644
--- a/src/gen/docs/Invoice.md
+++ b/src/gen/docs/Invoice.md
@@ -29,7 +29,8 @@ Name | Type | Description | Notes
**Balance** | **decimal?** | Balance of invoice due. | [optional]
**Deposit** | **decimal?** | Amount of deposit made to this invoice. | [optional]
**CustomerMemo** | **string** | Customer memo | [optional]
-**TrackingCategory** | [**LinkedTrackingCategory**](LinkedTrackingCategory.md) | | [optional]
+**TrackingCategory** | [**DeprecatedLinkedTrackingCategory**](DeprecatedLinkedTrackingCategory.md) | | [optional]
+**TrackingCategories** | [**List<LinkedTrackingCategory>**](LinkedTrackingCategory.md) | A list of linked tracking categories. | [optional]
**LineItems** | [**List<InvoiceLineItem>**](InvoiceLineItem.md) | | [optional]
**BillingAddress** | [**Address**](Address.md) | | [optional]
**ShippingAddress** | [**Address**](Address.md) | | [optional]
diff --git a/src/gen/docs/InvoiceItem.md b/src/gen/docs/InvoiceItem.md
index 656c1cb314..f65c2f8e02 100644
--- a/src/gen/docs/InvoiceItem.md
+++ b/src/gen/docs/InvoiceItem.md
@@ -21,7 +21,8 @@ Name | Type | Description | Notes
**AssetAccount** | [**LinkedLedgerAccount**](LinkedLedgerAccount.md) | | [optional]
**IncomeAccount** | [**LinkedLedgerAccount**](LinkedLedgerAccount.md) | | [optional]
**ExpenseAccount** | [**LinkedLedgerAccount**](LinkedLedgerAccount.md) | | [optional]
-**TrackingCategory** | [**LinkedTrackingCategory**](LinkedTrackingCategory.md) | | [optional]
+**TrackingCategory** | [**DeprecatedLinkedTrackingCategory**](DeprecatedLinkedTrackingCategory.md) | | [optional]
+**TrackingCategories** | [**List<LinkedTrackingCategory>**](LinkedTrackingCategory.md) | A list of linked tracking categories. | [optional]
**Active** | **bool?** | | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**RowVersion** | **string** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional]
diff --git a/src/gen/docs/InvoiceLineItem.md b/src/gen/docs/InvoiceLineItem.md
index 7bde90a5f6..35332ad4b3 100644
--- a/src/gen/docs/InvoiceLineItem.md
+++ b/src/gen/docs/InvoiceLineItem.md
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
**Id** | **string** | A unique identifier for an object. | [optional]
**RowId** | **string** | Row ID | [optional]
**Code** | **string** | User defined item code | [optional]
-**LineNumber** | **int?** | Line number in the invoice | [optional]
+**LineNumber** | **int?** | Line number of the resource | [optional]
**Description** | **string** | User defined description | [optional]
**Type** | **string** | Item type | [optional]
**TaxAmount** | **decimal?** | Tax amount | [optional]
@@ -21,6 +21,7 @@ Name | Type | Description | Notes
**DepartmentId** | **string** | Department id | [optional]
**Item** | [**LinkedInvoiceItem**](LinkedInvoiceItem.md) | | [optional]
**TaxRate** | [**LinkedTaxRate**](LinkedTaxRate.md) | | [optional]
+**TrackingCategories** | [**List<LinkedTrackingCategory>**](LinkedTrackingCategory.md) | A list of linked tracking categories. | [optional]
**LedgerAccount** | [**LinkedLedgerAccount**](LinkedLedgerAccount.md) | | [optional]
**CustomFields** | [**List<CustomField>**](CustomField.md) | | [optional]
**RowVersion** | **string** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional]
diff --git a/src/gen/docs/InvoicesFilter.md b/src/gen/docs/InvoicesFilter.md
index 446fb5cf54..672c397fb9 100644
--- a/src/gen/docs/InvoicesFilter.md
+++ b/src/gen/docs/InvoicesFilter.md
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**UpdatedSince** | **DateTime** | | [optional]
**CreatedSince** | **DateTime** | | [optional]
+**Number** | **string** | Invoice number to search for | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/src/gen/docs/JournalEntry.md b/src/gen/docs/JournalEntry.md
index ccff4fec93..97635a3063 100644
--- a/src/gen/docs/JournalEntry.md
+++ b/src/gen/docs/JournalEntry.md
@@ -16,6 +16,8 @@ Name | Type | Description | Notes
**TaxType** | **string** | The specific category of tax associated with a transaction like sales or purchase | [optional]
**TaxCode** | **string** | Applicable tax id/code override if tax is not supplied on a line item basis. | [optional]
**Number** | **string** | Journal entry number. | [optional]
+**TrackingCategories** | [**List<LinkedTrackingCategory>**](LinkedTrackingCategory.md) | A list of linked tracking categories. | [optional]
+**AccountingPeriod** | **string** | Accounting period | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**UpdatedBy** | **string** | The user who last updated the object. | [optional] [readonly]
**CreatedBy** | **string** | The user who created the object. | [optional] [readonly]
diff --git a/src/gen/docs/JournalEntryLineItem.md b/src/gen/docs/JournalEntryLineItem.md
index 476568145c..2d5ecdd78b 100644
--- a/src/gen/docs/JournalEntryLineItem.md
+++ b/src/gen/docs/JournalEntryLineItem.md
@@ -11,12 +11,14 @@ Name | Type | Description | Notes
**TotalAmount** | **decimal?** | Debit entries are considered positive, and credit entries are considered negative. | [optional]
**Type** | **string** | Debit entries are considered positive, and credit entries are considered negative. |
**TaxRate** | [**LinkedTaxRate**](LinkedTaxRate.md) | | [optional]
-**TrackingCategory** | [**LinkedTrackingCategory**](LinkedTrackingCategory.md) | | [optional]
+**TrackingCategory** | [**DeprecatedLinkedTrackingCategory**](DeprecatedLinkedTrackingCategory.md) | | [optional]
+**TrackingCategories** | [**List<LinkedTrackingCategory>**](LinkedTrackingCategory.md) | A list of linked tracking categories. | [optional]
**LedgerAccount** | [**LinkedLedgerAccount**](LinkedLedgerAccount.md) | |
**Customer** | [**LinkedCustomer**](LinkedCustomer.md) | | [optional]
**Supplier** | [**LinkedSupplier**](LinkedSupplier.md) | | [optional]
**DepartmentId** | **string** | A unique identifier for an object. | [optional] [readonly]
**LocationId** | **string** | A unique identifier for an object. | [optional] [readonly]
+**LineNumber** | **int?** | Line number of the resource | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/src/gen/docs/Lead.md b/src/gen/docs/Lead.md
index 4d8c919aa3..7afb7a2266 100644
--- a/src/gen/docs/Lead.md
+++ b/src/gen/docs/Lead.md
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
**Name** | **string** | Full name of the lead. |
**CompanyName** | **string** | The name of the company the lead is associated with. |
**OwnerId** | **string** | The owner of the lead. | [optional]
+**OwnerName** | **string** | The name of the owner of the lead. | [optional]
**CompanyId** | **string** | The company the lead is associated with. | [optional]
**LeadId** | **string** | The identifier of the lead. | [optional]
**LeadSource** | **string** | The source of the lead. | [optional]
diff --git a/src/gen/docs/LeadsFilter.md b/src/gen/docs/LeadsFilter.md
index cb442c779a..aef41342af 100644
--- a/src/gen/docs/LeadsFilter.md
+++ b/src/gen/docs/LeadsFilter.md
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
**FirstName** | **string** | First name of the lead to filter on | [optional]
**LastName** | **string** | Last name of the lead to filter on | [optional]
**Email** | **string** | E-mail of the lead to filter on | [optional]
+**PhoneNumber** | **string** | Phone number of the lead to filter on | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/src/gen/docs/Payment.md b/src/gen/docs/Payment.md
index ad742ddc33..04374a69e3 100644
--- a/src/gen/docs/Payment.md
+++ b/src/gen/docs/Payment.md
@@ -4,31 +4,32 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Id** | **string** | Unique identifier representing the entity | [readonly]
+**Id** | **string** | A unique identifier for an object. | [readonly]
**DownstreamId** | **string** | The third-party API ID of original entity | [optional] [readonly]
**Currency** | **Currency** | | [optional]
**CurrencyRate** | **decimal?** | Currency Exchange Rate at the time entity was recorded/generated. | [optional]
-**TotalAmount** | **decimal** | Amount of payment |
-**Reference** | **string** | Optional payment reference message ie: Debit remittance detail. | [optional]
-**PaymentMethod** | **string** | Payment method name | [optional]
+**TotalAmount** | **decimal?** | The total amount of the transaction |
+**Reference** | **string** | Optional transaction reference message ie: Debit remittance detail. | [optional]
+**PaymentMethod** | **string** | Payment method used for the transaction, such as cash, credit card, bank transfer, or check | [optional]
**PaymentMethodReference** | **string** | Optional reference message returned by payment method on processing | [optional]
-**PaymentMethodId** | **string** | Unique identifier for the payment method. | [optional]
+**PaymentMethodId** | **string** | A unique identifier for an object. | [optional]
**AccountsReceivableAccountType** | **string** | Type of accounts receivable account. | [optional]
**AccountsReceivableAccountId** | **string** | Unique identifier for the account to allocate payment to. | [optional]
**Account** | [**LinkedLedgerAccount**](LinkedLedgerAccount.md) | | [optional]
-**TransactionDate** | **DateTime** | Date transaction was entered - YYYY:MM::DDThh:mm:ss.sTZD |
+**TransactionDate** | **DateTime?** | The date of the transaction - YYYY:MM::DDThh:mm:ss.sTZD |
**Customer** | [**LinkedCustomer**](LinkedCustomer.md) | | [optional]
-**Supplier** | [**LinkedSupplier**](LinkedSupplier.md) | | [optional]
+**Supplier** | [**DeprecatedLinkedSupplier**](DeprecatedLinkedSupplier.md) | | [optional]
**CompanyId** | **string** | The company or subsidiary id the transaction belongs to | [optional]
-**Reconciled** | **bool** | Payment has been reconciled | [optional]
-**Status** | **string** | Status of payment | [optional]
-**Type** | **string** | Type of payment | [optional]
+**Reconciled** | **bool?** | Indicates if the transaction has been reconciled. | [optional]
+**Status** | **PaymentStatus** | | [optional]
+**Type** | **PaymentType** | | [optional]
**Allocations** | [**List<Allocation>**](Allocation.md) | | [optional]
-**Note** | **string** | Optional note to be associated with the payment. | [optional]
-**Number** | **string** | Payment number. | [optional]
+**Note** | **string** | Note associated with the transaction | [optional]
+**Number** | **string** | Number associated with the transaction | [optional]
+**TrackingCategories** | [**List<LinkedTrackingCategory>**](LinkedTrackingCategory.md) | A list of linked tracking categories. | [optional]
**CustomFields** | [**List<CustomField>**](CustomField.md) | | [optional]
**RowVersion** | **string** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional]
-**DisplayId** | **string** | Payment id to be displayed. | [optional]
+**DisplayId** | **string** | Id to be displayed. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**UpdatedBy** | **string** | The user who last updated the object. | [optional] [readonly]
**CreatedBy** | **string** | The user who created the object. | [optional] [readonly]
diff --git a/src/gen/docs/PaymentStatus.md b/src/gen/docs/PaymentStatus.md
new file mode 100644
index 0000000000..8d7e4a3031
--- /dev/null
+++ b/src/gen/docs/PaymentStatus.md
@@ -0,0 +1,10 @@
+# Apideck.Model.PaymentStatus
+Status of payment
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/gen/docs/PaymentType.md b/src/gen/docs/PaymentType.md
new file mode 100644
index 0000000000..264e69fe36
--- /dev/null
+++ b/src/gen/docs/PaymentType.md
@@ -0,0 +1,10 @@
+# Apideck.Model.PaymentType
+Type of payment
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/gen/docs/PurchaseOrder.md b/src/gen/docs/PurchaseOrder.md
index 23ff0b1274..564afd5060 100644
--- a/src/gen/docs/PurchaseOrder.md
+++ b/src/gen/docs/PurchaseOrder.md
@@ -32,6 +32,7 @@ Name | Type | Description | Notes
**TaxCode** | **string** | Applicable tax id/code override if tax is not supplied on a line item basis. | [optional]
**Channel** | **string** | The channel through which the transaction is processed. | [optional]
**Memo** | **string** | Message for the supplier. This text appears on the Purchase Order. | [optional]
+**TrackingCategories** | [**List<LinkedTrackingCategory>**](LinkedTrackingCategory.md) | A list of linked tracking categories. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**RowVersion** | **string** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional]
**UpdatedBy** | **string** | The user who last updated the object. | [optional] [readonly]
diff --git a/src/gen/docs/PurchaseOrdersFilter.md b/src/gen/docs/PurchaseOrdersFilter.md
index 425183a319..274a166899 100644
--- a/src/gen/docs/PurchaseOrdersFilter.md
+++ b/src/gen/docs/PurchaseOrdersFilter.md
@@ -5,6 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**UpdatedSince** | **DateTime** | | [optional]
+**SupplierId** | **string** | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/src/gen/docs/TimeOffRequest.md b/src/gen/docs/TimeOffRequest.md
index 1918a9bdfd..46c6afad45 100644
--- a/src/gen/docs/TimeOffRequest.md
+++ b/src/gen/docs/TimeOffRequest.md
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
**ApprovalDate** | **string** | The date the request was approved | [optional]
**Units** | **string** | The unit of time off requested. Possible values include: `hours`, `days`, or `other`. | [optional]
**Amount** | **decimal?** | The amount of time off requested. | [optional]
+**DayPart** | **string** | The day part of the time off request. | [optional]
**Notes** | [**TimeOffRequestNotes**](TimeOffRequestNotes.md) | | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**UpdatedBy** | **string** | The user who last updated the object. | [optional] [readonly]
diff --git a/src/gen/docs/TimeOffRequestsFilter.md b/src/gen/docs/TimeOffRequestsFilter.md
index daa7b23f7f..095ac8f65e 100644
--- a/src/gen/docs/TimeOffRequestsFilter.md
+++ b/src/gen/docs/TimeOffRequestsFilter.md
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
**UpdatedSince** | **string** | Minimum date the time off request was last created or modified | [optional]
**EmployeeId** | **string** | Employee ID | [optional]
**TimeOffRequestStatus** | **string** | Time off request status to filter on | [optional]
+**CompanyId** | **string** | Company ID | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/src/gen/docs/TrackingCategory.md b/src/gen/docs/TrackingCategory.md
new file mode 100644
index 0000000000..b439410310
--- /dev/null
+++ b/src/gen/docs/TrackingCategory.md
@@ -0,0 +1,21 @@
+# Apideck.Model.TrackingCategory
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**Id** | **string** | A unique identifier for an object. | [optional] [readonly]
+**ParentId** | **string** | A unique identifier for an object. | [optional]
+**Name** | **string** | The name of the tracking category. | [optional]
+**Code** | **string** | The code of the tracking category. | [optional]
+**Status** | **string** | Based on the status some functionality is enabled or disabled. | [optional]
+**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
+**RowVersion** | **string** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional]
+**UpdatedBy** | **string** | The user who last updated the object. | [optional] [readonly]
+**CreatedBy** | **string** | The user who created the object. | [optional] [readonly]
+**UpdatedAt** | **DateTime?** | The date and time when the object was last updated. | [optional] [readonly]
+**CreatedAt** | **DateTime?** | The date and time when the object was created. | [optional] [readonly]
+**PassThrough** | **List<Object>** | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | [optional]
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/gen/docs/UpdateBillPaymentResponse.md b/src/gen/docs/UpdateBillPaymentResponse.md
new file mode 100644
index 0000000000..aa19007932
--- /dev/null
+++ b/src/gen/docs/UpdateBillPaymentResponse.md
@@ -0,0 +1,15 @@
+# Apideck.Model.UpdateBillPaymentResponse
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**StatusCode** | **int** | HTTP Response Status Code |
+**Status** | **string** | HTTP Response Status |
+**Service** | **string** | Apideck ID of service provider |
+**Resource** | **string** | Unified API resource name |
+**Operation** | **string** | Operation performed |
+**Data** | [**UnifiedId**](UnifiedId.md) | |
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/gen/docs/UpdateExpenseResponse.md b/src/gen/docs/UpdateExpenseResponse.md
new file mode 100644
index 0000000000..d025f8f7cc
--- /dev/null
+++ b/src/gen/docs/UpdateExpenseResponse.md
@@ -0,0 +1,15 @@
+# Apideck.Model.UpdateExpenseResponse
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**StatusCode** | **int** | HTTP Response Status Code |
+**Status** | **string** | HTTP Response Status |
+**Service** | **string** | Apideck ID of service provider |
+**Resource** | **string** | Unified API resource name |
+**Operation** | **string** | Operation performed |
+**Data** | [**UnifiedId**](UnifiedId.md) | |
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/gen/docs/UpdateTrackingCategoryResponse.md b/src/gen/docs/UpdateTrackingCategoryResponse.md
new file mode 100644
index 0000000000..4947e3243b
--- /dev/null
+++ b/src/gen/docs/UpdateTrackingCategoryResponse.md
@@ -0,0 +1,15 @@
+# Apideck.Model.UpdateTrackingCategoryResponse
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**StatusCode** | **int** | HTTP Response Status Code |
+**Status** | **string** | HTTP Response Status |
+**Service** | **string** | Apideck ID of service provider |
+**Resource** | **string** | Unified API resource name |
+**Operation** | **string** | Operation performed |
+**Data** | [**UnifiedId**](UnifiedId.md) | |
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/gen/src/Apideck.Test/Api/AccountingApiTests.cs b/src/gen/src/Apideck.Test/Api/AccountingApiTests.cs
index 5e9b750ed5..d8b904aadd 100644
--- a/src/gen/src/Apideck.Test/Api/AccountingApiTests.cs
+++ b/src/gen/src/Apideck.Test/Api/AccountingApiTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -146,6 +146,93 @@ public void BalanceSheetOneTest()
//Assert.IsType(response);
}
+ ///
+ /// Test BillPaymentsAdd
+ ///
+ [Fact]
+ public void BillPaymentsAddTest()
+ {
+ // TODO uncomment below to test the method and replace null with proper value
+ //BillPayment billPayment = null;
+ //bool? raw = null;
+ //string consumerId = null;
+ //string appId = null;
+ //string serviceId = null;
+ //var response = instance.BillPaymentsAdd(billPayment, raw, consumerId, appId, serviceId);
+ //Assert.IsType(response);
+ }
+
+ ///
+ /// Test BillPaymentsAll
+ ///
+ [Fact]
+ public void BillPaymentsAllTest()
+ {
+ // TODO uncomment below to test the method and replace null with proper value
+ //bool? raw = null;
+ //string consumerId = null;
+ //string appId = null;
+ //string serviceId = null;
+ //string cursor = null;
+ //int? limit = null;
+ //PaymentsFilter filter = null;
+ //PaymentsSort sort = null;
+ //PassThroughQuery passThrough = null;
+ //string fields = null;
+ //var response = instance.BillPaymentsAll(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields);
+ //Assert.IsType(response);
+ }
+
+ ///
+ /// Test BillPaymentsDelete
+ ///
+ [Fact]
+ public void BillPaymentsDeleteTest()
+ {
+ // TODO uncomment below to test the method and replace null with proper value
+ //string id = null;
+ //string consumerId = null;
+ //string appId = null;
+ //string serviceId = null;
+ //bool? raw = null;
+ //var response = instance.BillPaymentsDelete(id, consumerId, appId, serviceId, raw);
+ //Assert.IsType(response);
+ }
+
+ ///
+ /// Test BillPaymentsOne
+ ///
+ [Fact]
+ public void BillPaymentsOneTest()
+ {
+ // TODO uncomment below to test the method and replace null with proper value
+ //string id = null;
+ //string consumerId = null;
+ //string appId = null;
+ //string serviceId = null;
+ //bool? raw = null;
+ //string fields = null;
+ //var response = instance.BillPaymentsOne(id, consumerId, appId, serviceId, raw, fields);
+ //Assert.IsType(response);
+ }
+
+ ///
+ /// Test BillPaymentsUpdate
+ ///
+ [Fact]
+ public void BillPaymentsUpdateTest()
+ {
+ // TODO uncomment below to test the method and replace null with proper value
+ //string id = null;
+ //BillPayment billPayment = null;
+ //string consumerId = null;
+ //string appId = null;
+ //string serviceId = null;
+ //bool? raw = null;
+ //var response = instance.BillPaymentsUpdate(id, billPayment, consumerId, appId, serviceId, raw);
+ //Assert.IsType(response);
+ }
+
///
/// Test BillsAdd
///
@@ -508,6 +595,88 @@ public void DepartmentsUpdateTest()
//Assert.IsType(response);
}
+ ///
+ /// Test ExpensesAdd
+ ///
+ [Fact]
+ public void ExpensesAddTest()
+ {
+ // TODO uncomment below to test the method and replace null with proper value
+ //Expense expense = null;
+ //bool? raw = null;
+ //string consumerId = null;
+ //string appId = null;
+ //string serviceId = null;
+ //var response = instance.ExpensesAdd(expense, raw, consumerId, appId, serviceId);
+ //Assert.IsType(response);
+ }
+
+ ///
+ /// Test ExpensesAll
+ ///
+ [Fact]
+ public void ExpensesAllTest()
+ {
+ // TODO uncomment below to test the method and replace null with proper value
+ //bool? raw = null;
+ //string consumerId = null;
+ //string appId = null;
+ //string serviceId = null;
+ //string cursor = null;
+ //int? limit = null;
+ //var response = instance.ExpensesAll(raw, consumerId, appId, serviceId, cursor, limit);
+ //Assert.IsType(response);
+ }
+
+ ///
+ /// Test ExpensesDelete
+ ///
+ [Fact]
+ public void ExpensesDeleteTest()
+ {
+ // TODO uncomment below to test the method and replace null with proper value
+ //string id = null;
+ //string consumerId = null;
+ //string appId = null;
+ //string serviceId = null;
+ //bool? raw = null;
+ //var response = instance.ExpensesDelete(id, consumerId, appId, serviceId, raw);
+ //Assert.IsType(response);
+ }
+
+ ///
+ /// Test ExpensesOne
+ ///
+ [Fact]
+ public void ExpensesOneTest()
+ {
+ // TODO uncomment below to test the method and replace null with proper value
+ //string id = null;
+ //string consumerId = null;
+ //string appId = null;
+ //string serviceId = null;
+ //bool? raw = null;
+ //var response = instance.ExpensesOne(id, consumerId, appId, serviceId, raw);
+ //Assert.IsType(response);
+ }
+
+ ///
+ /// Test ExpensesUpdate
+ ///
+ [Fact]
+ public void ExpensesUpdateTest()
+ {
+ // TODO uncomment below to test the method and replace null with proper value
+ //string id = null;
+ //Expense expense = null;
+ //string consumerId = null;
+ //string appId = null;
+ //string serviceId = null;
+ //bool? raw = null;
+ //var response = instance.ExpensesUpdate(id, expense, consumerId, appId, serviceId, raw);
+ //Assert.IsType(response);
+ }
+
///
/// Test InvoiceItemsAdd
///
@@ -1386,5 +1555,90 @@ public void TaxRatesUpdateTest()
//var response = instance.TaxRatesUpdate(id, taxRate, consumerId, appId, serviceId, raw);
//Assert.IsType(response);
}
+
+ ///
+ /// Test TrackingCategoriesAdd
+ ///
+ [Fact]
+ public void TrackingCategoriesAddTest()
+ {
+ // TODO uncomment below to test the method and replace null with proper value
+ //TrackingCategory trackingCategory = null;
+ //bool? raw = null;
+ //string consumerId = null;
+ //string appId = null;
+ //string serviceId = null;
+ //var response = instance.TrackingCategoriesAdd(trackingCategory, raw, consumerId, appId, serviceId);
+ //Assert.IsType(response);
+ }
+
+ ///
+ /// Test TrackingCategoriesAll
+ ///
+ [Fact]
+ public void TrackingCategoriesAllTest()
+ {
+ // TODO uncomment below to test the method and replace null with proper value
+ //bool? raw = null;
+ //string consumerId = null;
+ //string appId = null;
+ //string serviceId = null;
+ //string cursor = null;
+ //int? limit = null;
+ //PassThroughQuery passThrough = null;
+ //string fields = null;
+ //var response = instance.TrackingCategoriesAll(raw, consumerId, appId, serviceId, cursor, limit, passThrough, fields);
+ //Assert.IsType(response);
+ }
+
+ ///
+ /// Test TrackingCategoriesDelete
+ ///
+ [Fact]
+ public void TrackingCategoriesDeleteTest()
+ {
+ // TODO uncomment below to test the method and replace null with proper value
+ //string id = null;
+ //string consumerId = null;
+ //string appId = null;
+ //string serviceId = null;
+ //bool? raw = null;
+ //var response = instance.TrackingCategoriesDelete(id, consumerId, appId, serviceId, raw);
+ //Assert.IsType(response);
+ }
+
+ ///
+ /// Test TrackingCategoriesOne
+ ///
+ [Fact]
+ public void TrackingCategoriesOneTest()
+ {
+ // TODO uncomment below to test the method and replace null with proper value
+ //string id = null;
+ //string consumerId = null;
+ //string appId = null;
+ //string serviceId = null;
+ //bool? raw = null;
+ //string fields = null;
+ //var response = instance.TrackingCategoriesOne(id, consumerId, appId, serviceId, raw, fields);
+ //Assert.IsType(response);
+ }
+
+ ///
+ /// Test TrackingCategoriesUpdate
+ ///
+ [Fact]
+ public void TrackingCategoriesUpdateTest()
+ {
+ // TODO uncomment below to test the method and replace null with proper value
+ //string id = null;
+ //TrackingCategory trackingCategory = null;
+ //string consumerId = null;
+ //string appId = null;
+ //string serviceId = null;
+ //bool? raw = null;
+ //var response = instance.TrackingCategoriesUpdate(id, trackingCategory, consumerId, appId, serviceId, raw);
+ //Assert.IsType(response);
+ }
}
}
diff --git a/src/gen/src/Apideck.Test/Api/AtsApiTests.cs b/src/gen/src/Apideck.Test/Api/AtsApiTests.cs
index 367c6694bc..1d06761621 100644
--- a/src/gen/src/Apideck.Test/Api/AtsApiTests.cs
+++ b/src/gen/src/Apideck.Test/Api/AtsApiTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Api/ConnectorApiTests.cs b/src/gen/src/Apideck.Test/Api/ConnectorApiTests.cs
index b8d25c2dda..ebbe247a61 100644
--- a/src/gen/src/Apideck.Test/Api/ConnectorApiTests.cs
+++ b/src/gen/src/Apideck.Test/Api/ConnectorApiTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Api/CrmApiTests.cs b/src/gen/src/Apideck.Test/Api/CrmApiTests.cs
index 86a0df5911..ff8c369e77 100644
--- a/src/gen/src/Apideck.Test/Api/CrmApiTests.cs
+++ b/src/gen/src/Apideck.Test/Api/CrmApiTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Api/EcommerceApiTests.cs b/src/gen/src/Apideck.Test/Api/EcommerceApiTests.cs
index 3cadb18e6c..fec7666e2c 100644
--- a/src/gen/src/Apideck.Test/Api/EcommerceApiTests.cs
+++ b/src/gen/src/Apideck.Test/Api/EcommerceApiTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Api/FileStorageApiTests.cs b/src/gen/src/Apideck.Test/Api/FileStorageApiTests.cs
index e8b0e36ab4..fe6bee6441 100644
--- a/src/gen/src/Apideck.Test/Api/FileStorageApiTests.cs
+++ b/src/gen/src/Apideck.Test/Api/FileStorageApiTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Api/HrisApiTests.cs b/src/gen/src/Apideck.Test/Api/HrisApiTests.cs
index fb2fd15b19..2173c419e9 100644
--- a/src/gen/src/Apideck.Test/Api/HrisApiTests.cs
+++ b/src/gen/src/Apideck.Test/Api/HrisApiTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -346,7 +346,8 @@ public void EmployeesOneTest()
//bool? raw = null;
//string fields = null;
//EmployeesOneFilter filter = null;
- //var response = instance.EmployeesOne(id, consumerId, appId, serviceId, raw, fields, filter);
+ //PassThroughQuery passThrough = null;
+ //var response = instance.EmployeesOne(id, consumerId, appId, serviceId, raw, fields, filter, passThrough);
//Assert.IsType(response);
}
diff --git a/src/gen/src/Apideck.Test/Api/IssueTrackingApiTests.cs b/src/gen/src/Apideck.Test/Api/IssueTrackingApiTests.cs
index ea2060807b..1164069208 100644
--- a/src/gen/src/Apideck.Test/Api/IssueTrackingApiTests.cs
+++ b/src/gen/src/Apideck.Test/Api/IssueTrackingApiTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Api/LeadApiTests.cs b/src/gen/src/Apideck.Test/Api/LeadApiTests.cs
index b723c3aa2d..c09a46cf2b 100644
--- a/src/gen/src/Apideck.Test/Api/LeadApiTests.cs
+++ b/src/gen/src/Apideck.Test/Api/LeadApiTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Api/PosApiTests.cs b/src/gen/src/Apideck.Test/Api/PosApiTests.cs
index 1697f55584..e0a7e1093b 100644
--- a/src/gen/src/Apideck.Test/Api/PosApiTests.cs
+++ b/src/gen/src/Apideck.Test/Api/PosApiTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Api/SmsApiTests.cs b/src/gen/src/Apideck.Test/Api/SmsApiTests.cs
index 1b3d851aac..3589cfc73b 100644
--- a/src/gen/src/Apideck.Test/Api/SmsApiTests.cs
+++ b/src/gen/src/Apideck.Test/Api/SmsApiTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Api/VaultApiTests.cs b/src/gen/src/Apideck.Test/Api/VaultApiTests.cs
index edbb68c521..6f2d623261 100644
--- a/src/gen/src/Apideck.Test/Api/VaultApiTests.cs
+++ b/src/gen/src/Apideck.Test/Api/VaultApiTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Api/WebhookApiTests.cs b/src/gen/src/Apideck.Test/Api/WebhookApiTests.cs
index e33caa5db5..a64dae0de8 100644
--- a/src/gen/src/Apideck.Test/Api/WebhookApiTests.cs
+++ b/src/gen/src/Apideck.Test/Api/WebhookApiTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/AccountingDepartmentTests.cs b/src/gen/src/Apideck.Test/Model/AccountingDepartmentTests.cs
index 89e41cf889..2586a0905e 100644
--- a/src/gen/src/Apideck.Test/Model/AccountingDepartmentTests.cs
+++ b/src/gen/src/Apideck.Test/Model/AccountingDepartmentTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/AccountingDepartmentsFilterTests.cs b/src/gen/src/Apideck.Test/Model/AccountingDepartmentsFilterTests.cs
index c17ca566a1..60b4cc3265 100644
--- a/src/gen/src/Apideck.Test/Model/AccountingDepartmentsFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/AccountingDepartmentsFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/AccountingEventTypeTests.cs b/src/gen/src/Apideck.Test/Model/AccountingEventTypeTests.cs
index beace0fa4c..485a6e975c 100644
--- a/src/gen/src/Apideck.Test/Model/AccountingEventTypeTests.cs
+++ b/src/gen/src/Apideck.Test/Model/AccountingEventTypeTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/AccountingLocationTests.cs b/src/gen/src/Apideck.Test/Model/AccountingLocationTests.cs
index c8e5125260..c8fca5265b 100644
--- a/src/gen/src/Apideck.Test/Model/AccountingLocationTests.cs
+++ b/src/gen/src/Apideck.Test/Model/AccountingLocationTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/AccountingLocationsFilterTests.cs b/src/gen/src/Apideck.Test/Model/AccountingLocationsFilterTests.cs
index d4f36b6201..797420d48c 100644
--- a/src/gen/src/Apideck.Test/Model/AccountingLocationsFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/AccountingLocationsFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ActivitiesFilterTests.cs b/src/gen/src/Apideck.Test/Model/ActivitiesFilterTests.cs
index adbb7ba4af..23c56aa09a 100644
--- a/src/gen/src/Apideck.Test/Model/ActivitiesFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ActivitiesFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -88,6 +88,14 @@ public void UpdatedSinceTest()
{
// TODO unit test for the property 'UpdatedSince'
}
+ ///
+ /// Test the property 'Type'
+ ///
+ [Fact]
+ public void TypeTest()
+ {
+ // TODO unit test for the property 'Type'
+ }
}
diff --git a/src/gen/src/Apideck.Test/Model/ActivitiesSortTests.cs b/src/gen/src/Apideck.Test/Model/ActivitiesSortTests.cs
index 249e991397..7aed22bf9e 100644
--- a/src/gen/src/Apideck.Test/Model/ActivitiesSortTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ActivitiesSortTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ActivityAttendeeTests.cs b/src/gen/src/Apideck.Test/Model/ActivityAttendeeTests.cs
index a349b9e353..b8b6aafa6a 100644
--- a/src/gen/src/Apideck.Test/Model/ActivityAttendeeTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ActivityAttendeeTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ActivityTests.cs b/src/gen/src/Apideck.Test/Model/ActivityTests.cs
index 5578543ad2..3c5173b099 100644
--- a/src/gen/src/Apideck.Test/Model/ActivityTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ActivityTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/AddressTests.cs b/src/gen/src/Apideck.Test/Model/AddressTests.cs
index c7926bf6c6..0adb3507f8 100644
--- a/src/gen/src/Apideck.Test/Model/AddressTests.cs
+++ b/src/gen/src/Apideck.Test/Model/AddressTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/AllocationTests.cs b/src/gen/src/Apideck.Test/Model/AllocationTests.cs
index ec2eee2d26..8a845965a9 100644
--- a/src/gen/src/Apideck.Test/Model/AllocationTests.cs
+++ b/src/gen/src/Apideck.Test/Model/AllocationTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ApiResourceCoverageCoverageTests.cs b/src/gen/src/Apideck.Test/Model/ApiResourceCoverageCoverageTests.cs
index 416b2f750e..6235ed49ae 100644
--- a/src/gen/src/Apideck.Test/Model/ApiResourceCoverageCoverageTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ApiResourceCoverageCoverageTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ApiResourceCoverageTests.cs b/src/gen/src/Apideck.Test/Model/ApiResourceCoverageTests.cs
index 783d3132ba..874d04af80 100644
--- a/src/gen/src/Apideck.Test/Model/ApiResourceCoverageTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ApiResourceCoverageTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ApiResourceLinkedResourcesTests.cs b/src/gen/src/Apideck.Test/Model/ApiResourceLinkedResourcesTests.cs
index d55da19a22..6b67558c8e 100644
--- a/src/gen/src/Apideck.Test/Model/ApiResourceLinkedResourcesTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ApiResourceLinkedResourcesTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ApiResourceTests.cs b/src/gen/src/Apideck.Test/Model/ApiResourceTests.cs
index aabb7001cf..9862c0ed20 100644
--- a/src/gen/src/Apideck.Test/Model/ApiResourceTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ApiResourceTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ApiResourcesTests.cs b/src/gen/src/Apideck.Test/Model/ApiResourcesTests.cs
index a942bb28da..efc7913f9f 100644
--- a/src/gen/src/Apideck.Test/Model/ApiResourcesTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ApiResourcesTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ApiStatusTests.cs b/src/gen/src/Apideck.Test/Model/ApiStatusTests.cs
index b3349a4c62..e5ec477eef 100644
--- a/src/gen/src/Apideck.Test/Model/ApiStatusTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ApiStatusTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ApiTests.cs b/src/gen/src/Apideck.Test/Model/ApiTests.cs
index 69c4c0b88c..8e90c85f4c 100644
--- a/src/gen/src/Apideck.Test/Model/ApiTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ApiTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ApisFilterTests.cs b/src/gen/src/Apideck.Test/Model/ApisFilterTests.cs
index 0282da7d2f..58a21c8d7f 100644
--- a/src/gen/src/Apideck.Test/Model/ApisFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ApisFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ApplicantSocialLinksTests.cs b/src/gen/src/Apideck.Test/Model/ApplicantSocialLinksTests.cs
index 47026160ad..198143ee3f 100644
--- a/src/gen/src/Apideck.Test/Model/ApplicantSocialLinksTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ApplicantSocialLinksTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ApplicantTests.cs b/src/gen/src/Apideck.Test/Model/ApplicantTests.cs
index 9fcf32f07f..141b9bb4a5 100644
--- a/src/gen/src/Apideck.Test/Model/ApplicantTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ApplicantTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ApplicantWebsitesTests.cs b/src/gen/src/Apideck.Test/Model/ApplicantWebsitesTests.cs
index 1045af9e91..2d2137d336 100644
--- a/src/gen/src/Apideck.Test/Model/ApplicantWebsitesTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ApplicantWebsitesTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ApplicantsFilterTests.cs b/src/gen/src/Apideck.Test/Model/ApplicantsFilterTests.cs
index ba8e7e6552..d2f37b698e 100644
--- a/src/gen/src/Apideck.Test/Model/ApplicantsFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ApplicantsFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ApplicationStageTests.cs b/src/gen/src/Apideck.Test/Model/ApplicationStageTests.cs
index b9b5d01d46..22366e149b 100644
--- a/src/gen/src/Apideck.Test/Model/ApplicationStageTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ApplicationStageTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ApplicationTests.cs b/src/gen/src/Apideck.Test/Model/ApplicationTests.cs
index fd75a47176..04eafe030d 100644
--- a/src/gen/src/Apideck.Test/Model/ApplicationTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ApplicationTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/AssigneeTests.cs b/src/gen/src/Apideck.Test/Model/AssigneeTests.cs
index d04b7b736e..469c457850 100644
--- a/src/gen/src/Apideck.Test/Model/AssigneeTests.cs
+++ b/src/gen/src/Apideck.Test/Model/AssigneeTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/AtsActivityTests.cs b/src/gen/src/Apideck.Test/Model/AtsActivityTests.cs
index 933481a6b9..51bceeda3a 100644
--- a/src/gen/src/Apideck.Test/Model/AtsActivityTests.cs
+++ b/src/gen/src/Apideck.Test/Model/AtsActivityTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/AtsEventTypeTests.cs b/src/gen/src/Apideck.Test/Model/AtsEventTypeTests.cs
index ebb3f1deec..ebddd05aba 100644
--- a/src/gen/src/Apideck.Test/Model/AtsEventTypeTests.cs
+++ b/src/gen/src/Apideck.Test/Model/AtsEventTypeTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/AttachmentReferenceTests.cs b/src/gen/src/Apideck.Test/Model/AttachmentReferenceTests.cs
index 5234ae75e7..dba380722c 100644
--- a/src/gen/src/Apideck.Test/Model/AttachmentReferenceTests.cs
+++ b/src/gen/src/Apideck.Test/Model/AttachmentReferenceTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/AttachmentReferenceTypeTests.cs b/src/gen/src/Apideck.Test/Model/AttachmentReferenceTypeTests.cs
index 47429e31b5..7d4ac3f250 100644
--- a/src/gen/src/Apideck.Test/Model/AttachmentReferenceTypeTests.cs
+++ b/src/gen/src/Apideck.Test/Model/AttachmentReferenceTypeTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/AttachmentTests.cs b/src/gen/src/Apideck.Test/Model/AttachmentTests.cs
index bdded207e3..5610f92442 100644
--- a/src/gen/src/Apideck.Test/Model/AttachmentTests.cs
+++ b/src/gen/src/Apideck.Test/Model/AttachmentTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -113,6 +113,14 @@ public void DescriptionTest()
// TODO unit test for the property 'Description'
}
///
+ /// Test the property 'ParentFolderId'
+ ///
+ [Fact]
+ public void ParentFolderIdTest()
+ {
+ // TODO unit test for the property 'ParentFolderId'
+ }
+ ///
/// Test the property 'UpdatedBy'
///
[Fact]
diff --git a/src/gen/src/Apideck.Test/Model/AuthTypeTests.cs b/src/gen/src/Apideck.Test/Model/AuthTypeTests.cs
index 0dfa25b21f..1ee291da98 100644
--- a/src/gen/src/Apideck.Test/Model/AuthTypeTests.cs
+++ b/src/gen/src/Apideck.Test/Model/AuthTypeTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/BadRequestResponseTests.cs b/src/gen/src/Apideck.Test/Model/BadRequestResponseTests.cs
index faddcd978e..f66f09ae95 100644
--- a/src/gen/src/Apideck.Test/Model/BadRequestResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/BadRequestResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/BalanceSheetAccountRecordTests.cs b/src/gen/src/Apideck.Test/Model/BalanceSheetAccountRecordTests.cs
index 218b7a0e08..010181a6bd 100644
--- a/src/gen/src/Apideck.Test/Model/BalanceSheetAccountRecordTests.cs
+++ b/src/gen/src/Apideck.Test/Model/BalanceSheetAccountRecordTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/BalanceSheetAccountTests.cs b/src/gen/src/Apideck.Test/Model/BalanceSheetAccountTests.cs
index 65e51908b4..376860936b 100644
--- a/src/gen/src/Apideck.Test/Model/BalanceSheetAccountTests.cs
+++ b/src/gen/src/Apideck.Test/Model/BalanceSheetAccountTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/BalanceSheetFilterTests.cs b/src/gen/src/Apideck.Test/Model/BalanceSheetFilterTests.cs
index e289dd352c..3dea29d020 100644
--- a/src/gen/src/Apideck.Test/Model/BalanceSheetFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/BalanceSheetFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/BalanceSheetReportsTests.cs b/src/gen/src/Apideck.Test/Model/BalanceSheetReportsTests.cs
index 1fc2c9c6a8..5e2c9ab363 100644
--- a/src/gen/src/Apideck.Test/Model/BalanceSheetReportsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/BalanceSheetReportsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/BalanceSheetTests.cs b/src/gen/src/Apideck.Test/Model/BalanceSheetTests.cs
index fc7900e572..84f0391cfa 100644
--- a/src/gen/src/Apideck.Test/Model/BalanceSheetTests.cs
+++ b/src/gen/src/Apideck.Test/Model/BalanceSheetTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/BankAccountTests.cs b/src/gen/src/Apideck.Test/Model/BankAccountTests.cs
index b6394e5531..cd420d1a25 100644
--- a/src/gen/src/Apideck.Test/Model/BankAccountTests.cs
+++ b/src/gen/src/Apideck.Test/Model/BankAccountTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/BenefitTests.cs b/src/gen/src/Apideck.Test/Model/BenefitTests.cs
index 12d6824d4e..787bd4c343 100644
--- a/src/gen/src/Apideck.Test/Model/BenefitTests.cs
+++ b/src/gen/src/Apideck.Test/Model/BenefitTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/BillLineItemTests.cs b/src/gen/src/Apideck.Test/Model/BillLineItemTests.cs
index cad14aa398..6e790e66c6 100644
--- a/src/gen/src/Apideck.Test/Model/BillLineItemTests.cs
+++ b/src/gen/src/Apideck.Test/Model/BillLineItemTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -201,6 +201,14 @@ public void LedgerAccountTest()
// TODO unit test for the property 'LedgerAccount'
}
///
+ /// Test the property 'TrackingCategories'
+ ///
+ [Fact]
+ public void TrackingCategoriesTest()
+ {
+ // TODO unit test for the property 'TrackingCategories'
+ }
+ ///
/// Test the property 'RowVersion'
///
[Fact]
diff --git a/src/gen/src/Apideck.Test/Model/BillPaymentTests.cs b/src/gen/src/Apideck.Test/Model/BillPaymentTests.cs
new file mode 100644
index 0000000000..3ac722199c
--- /dev/null
+++ b/src/gen/src/Apideck.Test/Model/BillPaymentTests.cs
@@ -0,0 +1,294 @@
+/*
+ * Apideck
+ *
+ * The Apideck OpenAPI Spec: SDK Optimized
+ *
+ * The version of the OpenAPI document: 10.7.3
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+
+using Xunit;
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Collections.Generic;
+using Apideck.Api;
+using Apideck.Model;
+using Apideck.Client;
+using System.Reflection;
+using Newtonsoft.Json;
+
+namespace Apideck.Test.Model
+{
+ ///
+ /// Class for testing BillPayment
+ ///
+ ///
+ /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
+ /// Please update the test case below to test the model.
+ ///
+ public class BillPaymentTests : IDisposable
+ {
+ // TODO uncomment below to declare an instance variable for BillPayment
+ //private BillPayment instance;
+
+ public BillPaymentTests()
+ {
+ // TODO uncomment below to create an instance of BillPayment
+ //instance = new BillPayment();
+ }
+
+ public void Dispose()
+ {
+ // Cleanup when everything is done.
+ }
+
+ ///
+ /// Test an instance of BillPayment
+ ///
+ [Fact]
+ public void BillPaymentInstanceTest()
+ {
+ // TODO uncomment below to test "IsType" BillPayment
+ //Assert.IsType(instance);
+ }
+
+
+ ///
+ /// Test the property 'Id'
+ ///
+ [Fact]
+ public void IdTest()
+ {
+ // TODO unit test for the property 'Id'
+ }
+ ///
+ /// Test the property 'DownstreamId'
+ ///
+ [Fact]
+ public void DownstreamIdTest()
+ {
+ // TODO unit test for the property 'DownstreamId'
+ }
+ ///
+ /// Test the property 'Currency'
+ ///
+ [Fact]
+ public void CurrencyTest()
+ {
+ // TODO unit test for the property 'Currency'
+ }
+ ///
+ /// Test the property 'CurrencyRate'
+ ///
+ [Fact]
+ public void CurrencyRateTest()
+ {
+ // TODO unit test for the property 'CurrencyRate'
+ }
+ ///
+ /// Test the property 'TotalAmount'
+ ///
+ [Fact]
+ public void TotalAmountTest()
+ {
+ // TODO unit test for the property 'TotalAmount'
+ }
+ ///
+ /// Test the property 'Reference'
+ ///
+ [Fact]
+ public void ReferenceTest()
+ {
+ // TODO unit test for the property 'Reference'
+ }
+ ///
+ /// Test the property 'PaymentMethod'
+ ///
+ [Fact]
+ public void PaymentMethodTest()
+ {
+ // TODO unit test for the property 'PaymentMethod'
+ }
+ ///
+ /// Test the property 'PaymentMethodReference'
+ ///
+ [Fact]
+ public void PaymentMethodReferenceTest()
+ {
+ // TODO unit test for the property 'PaymentMethodReference'
+ }
+ ///
+ /// Test the property 'PaymentMethodId'
+ ///
+ [Fact]
+ public void PaymentMethodIdTest()
+ {
+ // TODO unit test for the property 'PaymentMethodId'
+ }
+ ///
+ /// Test the property 'Account'
+ ///
+ [Fact]
+ public void AccountTest()
+ {
+ // TODO unit test for the property 'Account'
+ }
+ ///
+ /// Test the property 'TransactionDate'
+ ///
+ [Fact]
+ public void TransactionDateTest()
+ {
+ // TODO unit test for the property 'TransactionDate'
+ }
+ ///
+ /// Test the property 'Supplier'
+ ///
+ [Fact]
+ public void SupplierTest()
+ {
+ // TODO unit test for the property 'Supplier'
+ }
+ ///
+ /// Test the property 'CompanyId'
+ ///
+ [Fact]
+ public void CompanyIdTest()
+ {
+ // TODO unit test for the property 'CompanyId'
+ }
+ ///
+ /// Test the property 'Reconciled'
+ ///
+ [Fact]
+ public void ReconciledTest()
+ {
+ // TODO unit test for the property 'Reconciled'
+ }
+ ///
+ /// Test the property 'Status'
+ ///
+ [Fact]
+ public void StatusTest()
+ {
+ // TODO unit test for the property 'Status'
+ }
+ ///
+ /// Test the property 'Type'
+ ///
+ [Fact]
+ public void TypeTest()
+ {
+ // TODO unit test for the property 'Type'
+ }
+ ///
+ /// Test the property 'Allocations'
+ ///
+ [Fact]
+ public void AllocationsTest()
+ {
+ // TODO unit test for the property 'Allocations'
+ }
+ ///
+ /// Test the property 'Note'
+ ///
+ [Fact]
+ public void NoteTest()
+ {
+ // TODO unit test for the property 'Note'
+ }
+ ///
+ /// Test the property 'Number'
+ ///
+ [Fact]
+ public void NumberTest()
+ {
+ // TODO unit test for the property 'Number'
+ }
+ ///
+ /// Test the property 'TrackingCategories'
+ ///
+ [Fact]
+ public void TrackingCategoriesTest()
+ {
+ // TODO unit test for the property 'TrackingCategories'
+ }
+ ///
+ /// Test the property 'CustomFields'
+ ///
+ [Fact]
+ public void CustomFieldsTest()
+ {
+ // TODO unit test for the property 'CustomFields'
+ }
+ ///
+ /// Test the property 'RowVersion'
+ ///
+ [Fact]
+ public void RowVersionTest()
+ {
+ // TODO unit test for the property 'RowVersion'
+ }
+ ///
+ /// Test the property 'DisplayId'
+ ///
+ [Fact]
+ public void DisplayIdTest()
+ {
+ // TODO unit test for the property 'DisplayId'
+ }
+ ///
+ /// Test the property 'CustomMappings'
+ ///
+ [Fact]
+ public void CustomMappingsTest()
+ {
+ // TODO unit test for the property 'CustomMappings'
+ }
+ ///
+ /// Test the property 'UpdatedBy'
+ ///
+ [Fact]
+ public void UpdatedByTest()
+ {
+ // TODO unit test for the property 'UpdatedBy'
+ }
+ ///
+ /// Test the property 'CreatedBy'
+ ///
+ [Fact]
+ public void CreatedByTest()
+ {
+ // TODO unit test for the property 'CreatedBy'
+ }
+ ///
+ /// Test the property 'CreatedAt'
+ ///
+ [Fact]
+ public void CreatedAtTest()
+ {
+ // TODO unit test for the property 'CreatedAt'
+ }
+ ///
+ /// Test the property 'UpdatedAt'
+ ///
+ [Fact]
+ public void UpdatedAtTest()
+ {
+ // TODO unit test for the property 'UpdatedAt'
+ }
+ ///
+ /// Test the property 'PassThrough'
+ ///
+ [Fact]
+ public void PassThroughTest()
+ {
+ // TODO unit test for the property 'PassThrough'
+ }
+
+ }
+
+}
diff --git a/src/gen/src/Apideck.Test/Model/BillTests.cs b/src/gen/src/Apideck.Test/Model/BillTests.cs
index c6c21b9d02..7e42e4593a 100644
--- a/src/gen/src/Apideck.Test/Model/BillTests.cs
+++ b/src/gen/src/Apideck.Test/Model/BillTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -297,6 +297,14 @@ public void DiscountPercentageTest()
// TODO unit test for the property 'DiscountPercentage'
}
///
+ /// Test the property 'TrackingCategories'
+ ///
+ [Fact]
+ public void TrackingCategoriesTest()
+ {
+ // TODO unit test for the property 'TrackingCategories'
+ }
+ ///
/// Test the property 'UpdatedBy'
///
[Fact]
@@ -352,6 +360,14 @@ public void PassThroughTest()
{
// TODO unit test for the property 'PassThrough'
}
+ ///
+ /// Test the property 'AccountingPeriod'
+ ///
+ [Fact]
+ public void AccountingPeriodTest()
+ {
+ // TODO unit test for the property 'AccountingPeriod'
+ }
}
diff --git a/src/gen/src/Apideck.Test/Model/BillsFilterTests.cs b/src/gen/src/Apideck.Test/Model/BillsFilterTests.cs
index 91ab5c7e12..e6629d06eb 100644
--- a/src/gen/src/Apideck.Test/Model/BillsFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/BillsFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/BillsSortTests.cs b/src/gen/src/Apideck.Test/Model/BillsSortTests.cs
index 8a0085b66e..f6b7c9f74e 100644
--- a/src/gen/src/Apideck.Test/Model/BillsSortTests.cs
+++ b/src/gen/src/Apideck.Test/Model/BillsSortTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/BranchTests.cs b/src/gen/src/Apideck.Test/Model/BranchTests.cs
index b5758025ea..74ac4008db 100644
--- a/src/gen/src/Apideck.Test/Model/BranchTests.cs
+++ b/src/gen/src/Apideck.Test/Model/BranchTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CashDetailsTests.cs b/src/gen/src/Apideck.Test/Model/CashDetailsTests.cs
index 9b9bb1d21b..d575088667 100644
--- a/src/gen/src/Apideck.Test/Model/CashDetailsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CashDetailsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CollectionTagTests.cs b/src/gen/src/Apideck.Test/Model/CollectionTagTests.cs
index dc2b685982..12e3da7765 100644
--- a/src/gen/src/Apideck.Test/Model/CollectionTagTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CollectionTagTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CollectionTests.cs b/src/gen/src/Apideck.Test/Model/CollectionTests.cs
index a2194b3a9d..3af4a06cfc 100644
--- a/src/gen/src/Apideck.Test/Model/CollectionTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CollectionTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CollectionTicketCommentTests.cs b/src/gen/src/Apideck.Test/Model/CollectionTicketCommentTests.cs
index 3020b0f3b9..16b499ff1b 100644
--- a/src/gen/src/Apideck.Test/Model/CollectionTicketCommentTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CollectionTicketCommentTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CollectionUserTests.cs b/src/gen/src/Apideck.Test/Model/CollectionUserTests.cs
index 5180ce67b1..fd32395bd6 100644
--- a/src/gen/src/Apideck.Test/Model/CollectionUserTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CollectionUserTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CollectionsSortTests.cs b/src/gen/src/Apideck.Test/Model/CollectionsSortTests.cs
index dd8dd3a7ea..9fcc25fcf4 100644
--- a/src/gen/src/Apideck.Test/Model/CollectionsSortTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CollectionsSortTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CommentsSortTests.cs b/src/gen/src/Apideck.Test/Model/CommentsSortTests.cs
index d1d9d78cc9..d2bb0fa375 100644
--- a/src/gen/src/Apideck.Test/Model/CommentsSortTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CommentsSortTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CompaniesFilterTests.cs b/src/gen/src/Apideck.Test/Model/CompaniesFilterTests.cs
index be71c3ccef..c64db13ce5 100644
--- a/src/gen/src/Apideck.Test/Model/CompaniesFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CompaniesFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CompaniesSortTests.cs b/src/gen/src/Apideck.Test/Model/CompaniesSortTests.cs
index c92b1b05f4..67a84093e1 100644
--- a/src/gen/src/Apideck.Test/Model/CompaniesSortTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CompaniesSortTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CompanyInfoTests.cs b/src/gen/src/Apideck.Test/Model/CompanyInfoTests.cs
index b330a56a55..16ceac2ed1 100644
--- a/src/gen/src/Apideck.Test/Model/CompanyInfoTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CompanyInfoTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CompanyRowTypeTests.cs b/src/gen/src/Apideck.Test/Model/CompanyRowTypeTests.cs
index d95fe4b5fa..55212983f3 100644
--- a/src/gen/src/Apideck.Test/Model/CompanyRowTypeTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CompanyRowTypeTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CompanyTests.cs b/src/gen/src/Apideck.Test/Model/CompanyTests.cs
index d2dab486fc..92e8ee829c 100644
--- a/src/gen/src/Apideck.Test/Model/CompanyTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CompanyTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CompensationTests.cs b/src/gen/src/Apideck.Test/Model/CompensationTests.cs
index e22887c4b6..9cc00294d3 100644
--- a/src/gen/src/Apideck.Test/Model/CompensationTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CompensationTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConnectionConfigurationTests.cs b/src/gen/src/Apideck.Test/Model/ConnectionConfigurationTests.cs
index 7ce837c722..863a2dbe54 100644
--- a/src/gen/src/Apideck.Test/Model/ConnectionConfigurationTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConnectionConfigurationTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConnectionDefaultsTests.cs b/src/gen/src/Apideck.Test/Model/ConnectionDefaultsTests.cs
index 99e28983e9..dfb658ec59 100644
--- a/src/gen/src/Apideck.Test/Model/ConnectionDefaultsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConnectionDefaultsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConnectionImportDataCredentialsTests.cs b/src/gen/src/Apideck.Test/Model/ConnectionImportDataCredentialsTests.cs
index 172d930677..2941ba57fc 100644
--- a/src/gen/src/Apideck.Test/Model/ConnectionImportDataCredentialsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConnectionImportDataCredentialsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConnectionImportDataTests.cs b/src/gen/src/Apideck.Test/Model/ConnectionImportDataTests.cs
index e6135f95e4..0a1b2fdd2c 100644
--- a/src/gen/src/Apideck.Test/Model/ConnectionImportDataTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConnectionImportDataTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConnectionMetadataTests.cs b/src/gen/src/Apideck.Test/Model/ConnectionMetadataTests.cs
index 28f699f4b7..865b26876b 100644
--- a/src/gen/src/Apideck.Test/Model/ConnectionMetadataTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConnectionMetadataTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConnectionStateTests.cs b/src/gen/src/Apideck.Test/Model/ConnectionStateTests.cs
index 42972671df..92feb6bfaf 100644
--- a/src/gen/src/Apideck.Test/Model/ConnectionStateTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConnectionStateTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConnectionTests.cs b/src/gen/src/Apideck.Test/Model/ConnectionTests.cs
index b966385deb..a96140be45 100644
--- a/src/gen/src/Apideck.Test/Model/ConnectionTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConnectionTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConnectionWebhookTests.cs b/src/gen/src/Apideck.Test/Model/ConnectionWebhookTests.cs
index bb44efcbef..a915901eb6 100644
--- a/src/gen/src/Apideck.Test/Model/ConnectionWebhookTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConnectionWebhookTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConnectorDocTests.cs b/src/gen/src/Apideck.Test/Model/ConnectorDocTests.cs
index 4e8328765a..96f6ef9d4d 100644
--- a/src/gen/src/Apideck.Test/Model/ConnectorDocTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConnectorDocTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConnectorEventTests.cs b/src/gen/src/Apideck.Test/Model/ConnectorEventTests.cs
index 5840aa2a61..bdcfccdc5d 100644
--- a/src/gen/src/Apideck.Test/Model/ConnectorEventTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConnectorEventTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConnectorOauthScopes1Tests.cs b/src/gen/src/Apideck.Test/Model/ConnectorOauthScopes1Tests.cs
index a9296fda5a..27198870b6 100644
--- a/src/gen/src/Apideck.Test/Model/ConnectorOauthScopes1Tests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConnectorOauthScopes1Tests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConnectorOauthScopesTests.cs b/src/gen/src/Apideck.Test/Model/ConnectorOauthScopesTests.cs
index 23c63ba725..55ba1623fa 100644
--- a/src/gen/src/Apideck.Test/Model/ConnectorOauthScopesTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConnectorOauthScopesTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConnectorResourceTests.cs b/src/gen/src/Apideck.Test/Model/ConnectorResourceTests.cs
index 6bb8430d23..418d276650 100644
--- a/src/gen/src/Apideck.Test/Model/ConnectorResourceTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConnectorResourceTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConnectorSettingTests.cs b/src/gen/src/Apideck.Test/Model/ConnectorSettingTests.cs
index 9be4ec7ac3..20d35d13c1 100644
--- a/src/gen/src/Apideck.Test/Model/ConnectorSettingTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConnectorSettingTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConnectorStatusTests.cs b/src/gen/src/Apideck.Test/Model/ConnectorStatusTests.cs
index 9be4cbb25a..dcf78b81b6 100644
--- a/src/gen/src/Apideck.Test/Model/ConnectorStatusTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConnectorStatusTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConnectorTests.cs b/src/gen/src/Apideck.Test/Model/ConnectorTests.cs
index 87797ddf62..aeeb1473f5 100644
--- a/src/gen/src/Apideck.Test/Model/ConnectorTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConnectorTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConnectorTlsSupportTests.cs b/src/gen/src/Apideck.Test/Model/ConnectorTlsSupportTests.cs
index e7343188ab..a519148016 100644
--- a/src/gen/src/Apideck.Test/Model/ConnectorTlsSupportTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConnectorTlsSupportTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConnectorUnifiedApisTests.cs b/src/gen/src/Apideck.Test/Model/ConnectorUnifiedApisTests.cs
index 5f2b751513..d7519d4d26 100644
--- a/src/gen/src/Apideck.Test/Model/ConnectorUnifiedApisTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConnectorUnifiedApisTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConnectorsFilterTests.cs b/src/gen/src/Apideck.Test/Model/ConnectorsFilterTests.cs
index 25e0d16f1b..22f5c567ee 100644
--- a/src/gen/src/Apideck.Test/Model/ConnectorsFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConnectorsFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConsumerConnectionTests.cs b/src/gen/src/Apideck.Test/Model/ConsumerConnectionTests.cs
index 2637760ecc..668d776d76 100644
--- a/src/gen/src/Apideck.Test/Model/ConsumerConnectionTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConsumerConnectionTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConsumerMetadataTests.cs b/src/gen/src/Apideck.Test/Model/ConsumerMetadataTests.cs
index 85fa1e95e7..2979372485 100644
--- a/src/gen/src/Apideck.Test/Model/ConsumerMetadataTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConsumerMetadataTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConsumerRequestCountsInDateRangeResponseDataTests.cs b/src/gen/src/Apideck.Test/Model/ConsumerRequestCountsInDateRangeResponseDataTests.cs
index 22183b9117..d38ad4576e 100644
--- a/src/gen/src/Apideck.Test/Model/ConsumerRequestCountsInDateRangeResponseDataTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConsumerRequestCountsInDateRangeResponseDataTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConsumerRequestCountsInDateRangeResponseTests.cs b/src/gen/src/Apideck.Test/Model/ConsumerRequestCountsInDateRangeResponseTests.cs
index a3b9e0b529..78d434c358 100644
--- a/src/gen/src/Apideck.Test/Model/ConsumerRequestCountsInDateRangeResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConsumerRequestCountsInDateRangeResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ConsumerTests.cs b/src/gen/src/Apideck.Test/Model/ConsumerTests.cs
index 4375e65234..8fb726a4d0 100644
--- a/src/gen/src/Apideck.Test/Model/ConsumerTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ConsumerTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ContactTests.cs b/src/gen/src/Apideck.Test/Model/ContactTests.cs
index 9764045c4c..ad14d40932 100644
--- a/src/gen/src/Apideck.Test/Model/ContactTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ContactTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ContactsFilterTests.cs b/src/gen/src/Apideck.Test/Model/ContactsFilterTests.cs
index ba87657fc0..0d6c6eac66 100644
--- a/src/gen/src/Apideck.Test/Model/ContactsFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ContactsFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ContactsSortTests.cs b/src/gen/src/Apideck.Test/Model/ContactsSortTests.cs
index 7845d63de8..804a70ee50 100644
--- a/src/gen/src/Apideck.Test/Model/ContactsSortTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ContactsSortTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CopyFolderRequestTests.cs b/src/gen/src/Apideck.Test/Model/CopyFolderRequestTests.cs
index 734d617624..6e3055081d 100644
--- a/src/gen/src/Apideck.Test/Model/CopyFolderRequestTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CopyFolderRequestTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateAccountingDepartmentResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateAccountingDepartmentResponseTests.cs
index ab54d256e6..e8ee778d25 100644
--- a/src/gen/src/Apideck.Test/Model/CreateAccountingDepartmentResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateAccountingDepartmentResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateAccountingLocationResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateAccountingLocationResponseTests.cs
index b91f7250f0..d25e2348fd 100644
--- a/src/gen/src/Apideck.Test/Model/CreateAccountingLocationResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateAccountingLocationResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateActivityResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateActivityResponseTests.cs
index 9d56c51104..224aaa479c 100644
--- a/src/gen/src/Apideck.Test/Model/CreateActivityResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateActivityResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateApplicantResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateApplicantResponseTests.cs
index dc6ee08dfd..0cba662d7f 100644
--- a/src/gen/src/Apideck.Test/Model/CreateApplicantResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateApplicantResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateApplicationResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateApplicationResponseTests.cs
index 5f78da18c0..eb47ccb6ba 100644
--- a/src/gen/src/Apideck.Test/Model/CreateApplicationResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateApplicationResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateAttachmentRequestTests.cs b/src/gen/src/Apideck.Test/Model/CreateAttachmentRequestTests.cs
index edc1b0afd8..b8b566872d 100644
--- a/src/gen/src/Apideck.Test/Model/CreateAttachmentRequestTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateAttachmentRequestTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -73,6 +73,14 @@ public void DescriptionTest()
// TODO unit test for the property 'Description'
}
///
+ /// Test the property 'ParentFolderId'
+ ///
+ [Fact]
+ public void ParentFolderIdTest()
+ {
+ // TODO unit test for the property 'ParentFolderId'
+ }
+ ///
/// Test the property 'PassThrough'
///
[Fact]
diff --git a/src/gen/src/Apideck.Test/Model/CreateAttachmentResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateAttachmentResponseTests.cs
index ac6ab77772..a16e33c9ed 100644
--- a/src/gen/src/Apideck.Test/Model/CreateAttachmentResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateAttachmentResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateBillPaymentResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateBillPaymentResponseTests.cs
new file mode 100644
index 0000000000..685d5d96c5
--- /dev/null
+++ b/src/gen/src/Apideck.Test/Model/CreateBillPaymentResponseTests.cs
@@ -0,0 +1,110 @@
+/*
+ * Apideck
+ *
+ * The Apideck OpenAPI Spec: SDK Optimized
+ *
+ * The version of the OpenAPI document: 10.7.3
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+
+using Xunit;
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Collections.Generic;
+using Apideck.Api;
+using Apideck.Model;
+using Apideck.Client;
+using System.Reflection;
+using Newtonsoft.Json;
+
+namespace Apideck.Test.Model
+{
+ ///
+ /// Class for testing CreateBillPaymentResponse
+ ///
+ ///
+ /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
+ /// Please update the test case below to test the model.
+ ///
+ public class CreateBillPaymentResponseTests : IDisposable
+ {
+ // TODO uncomment below to declare an instance variable for CreateBillPaymentResponse
+ //private CreateBillPaymentResponse instance;
+
+ public CreateBillPaymentResponseTests()
+ {
+ // TODO uncomment below to create an instance of CreateBillPaymentResponse
+ //instance = new CreateBillPaymentResponse();
+ }
+
+ public void Dispose()
+ {
+ // Cleanup when everything is done.
+ }
+
+ ///
+ /// Test an instance of CreateBillPaymentResponse
+ ///
+ [Fact]
+ public void CreateBillPaymentResponseInstanceTest()
+ {
+ // TODO uncomment below to test "IsType" CreateBillPaymentResponse
+ //Assert.IsType(instance);
+ }
+
+
+ ///
+ /// Test the property 'StatusCode'
+ ///
+ [Fact]
+ public void StatusCodeTest()
+ {
+ // TODO unit test for the property 'StatusCode'
+ }
+ ///
+ /// Test the property 'Status'
+ ///
+ [Fact]
+ public void StatusTest()
+ {
+ // TODO unit test for the property 'Status'
+ }
+ ///
+ /// Test the property 'Service'
+ ///
+ [Fact]
+ public void ServiceTest()
+ {
+ // TODO unit test for the property 'Service'
+ }
+ ///
+ /// Test the property 'Resource'
+ ///
+ [Fact]
+ public void ResourceTest()
+ {
+ // TODO unit test for the property 'Resource'
+ }
+ ///
+ /// Test the property 'Operation'
+ ///
+ [Fact]
+ public void OperationTest()
+ {
+ // TODO unit test for the property 'Operation'
+ }
+ ///
+ /// Test the property 'Data'
+ ///
+ [Fact]
+ public void DataTest()
+ {
+ // TODO unit test for the property 'Data'
+ }
+
+ }
+
+}
diff --git a/src/gen/src/Apideck.Test/Model/CreateBillResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateBillResponseTests.cs
index 138ab77419..f98e9c232b 100644
--- a/src/gen/src/Apideck.Test/Model/CreateBillResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateBillResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateCommentResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateCommentResponseTests.cs
index 0d5a47264a..fd34c06470 100644
--- a/src/gen/src/Apideck.Test/Model/CreateCommentResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateCommentResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateCompanyResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateCompanyResponseTests.cs
index 5f62f35e40..b3203c74e8 100644
--- a/src/gen/src/Apideck.Test/Model/CreateCompanyResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateCompanyResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateConnectionResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateConnectionResponseTests.cs
index ce070dbc10..b9ef4d5842 100644
--- a/src/gen/src/Apideck.Test/Model/CreateConnectionResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateConnectionResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateConsumerResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateConsumerResponseTests.cs
index d60fe67741..2effa9f0a7 100644
--- a/src/gen/src/Apideck.Test/Model/CreateConsumerResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateConsumerResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateContactResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateContactResponseTests.cs
index eb81fd2fe4..d83ddbbcce 100644
--- a/src/gen/src/Apideck.Test/Model/CreateContactResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateContactResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateCreditNoteResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateCreditNoteResponseTests.cs
index 282ad8a817..57ddf3367b 100644
--- a/src/gen/src/Apideck.Test/Model/CreateCreditNoteResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateCreditNoteResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateCustomMappingRequestTests.cs b/src/gen/src/Apideck.Test/Model/CreateCustomMappingRequestTests.cs
index e2e3f95594..1926f69b2d 100644
--- a/src/gen/src/Apideck.Test/Model/CreateCustomMappingRequestTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateCustomMappingRequestTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateCustomMappingResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateCustomMappingResponseTests.cs
index 2fdd581dd8..b320c3eafd 100644
--- a/src/gen/src/Apideck.Test/Model/CreateCustomMappingResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateCustomMappingResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateCustomerResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateCustomerResponseTests.cs
index 42b8ff5918..c1b799436e 100644
--- a/src/gen/src/Apideck.Test/Model/CreateCustomerResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateCustomerResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateDepartmentResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateDepartmentResponseTests.cs
index c44065d948..52c9ef7a07 100644
--- a/src/gen/src/Apideck.Test/Model/CreateDepartmentResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateDepartmentResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateDriveGroupResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateDriveGroupResponseTests.cs
index f5007ff4cf..5cfb2bf58d 100644
--- a/src/gen/src/Apideck.Test/Model/CreateDriveGroupResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateDriveGroupResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateDriveResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateDriveResponseTests.cs
index 1422e9320a..4eb3201bdf 100644
--- a/src/gen/src/Apideck.Test/Model/CreateDriveResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateDriveResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateEcommerceCustomerResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateEcommerceCustomerResponseTests.cs
index 9a666fce01..3325c27d0a 100644
--- a/src/gen/src/Apideck.Test/Model/CreateEcommerceCustomerResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateEcommerceCustomerResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateEcommerceOrderResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateEcommerceOrderResponseTests.cs
index b5c9e902a8..752fe5f320 100644
--- a/src/gen/src/Apideck.Test/Model/CreateEcommerceOrderResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateEcommerceOrderResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateEmployeeResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateEmployeeResponseTests.cs
index 0f3c039ab1..dba5491ba3 100644
--- a/src/gen/src/Apideck.Test/Model/CreateEmployeeResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateEmployeeResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateExpenseResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateExpenseResponseTests.cs
new file mode 100644
index 0000000000..b8ec466d24
--- /dev/null
+++ b/src/gen/src/Apideck.Test/Model/CreateExpenseResponseTests.cs
@@ -0,0 +1,110 @@
+/*
+ * Apideck
+ *
+ * The Apideck OpenAPI Spec: SDK Optimized
+ *
+ * The version of the OpenAPI document: 10.7.3
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+
+using Xunit;
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Collections.Generic;
+using Apideck.Api;
+using Apideck.Model;
+using Apideck.Client;
+using System.Reflection;
+using Newtonsoft.Json;
+
+namespace Apideck.Test.Model
+{
+ ///
+ /// Class for testing CreateExpenseResponse
+ ///
+ ///
+ /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
+ /// Please update the test case below to test the model.
+ ///
+ public class CreateExpenseResponseTests : IDisposable
+ {
+ // TODO uncomment below to declare an instance variable for CreateExpenseResponse
+ //private CreateExpenseResponse instance;
+
+ public CreateExpenseResponseTests()
+ {
+ // TODO uncomment below to create an instance of CreateExpenseResponse
+ //instance = new CreateExpenseResponse();
+ }
+
+ public void Dispose()
+ {
+ // Cleanup when everything is done.
+ }
+
+ ///
+ /// Test an instance of CreateExpenseResponse
+ ///
+ [Fact]
+ public void CreateExpenseResponseInstanceTest()
+ {
+ // TODO uncomment below to test "IsType" CreateExpenseResponse
+ //Assert.IsType(instance);
+ }
+
+
+ ///
+ /// Test the property 'StatusCode'
+ ///
+ [Fact]
+ public void StatusCodeTest()
+ {
+ // TODO unit test for the property 'StatusCode'
+ }
+ ///
+ /// Test the property 'Status'
+ ///
+ [Fact]
+ public void StatusTest()
+ {
+ // TODO unit test for the property 'Status'
+ }
+ ///
+ /// Test the property 'Service'
+ ///
+ [Fact]
+ public void ServiceTest()
+ {
+ // TODO unit test for the property 'Service'
+ }
+ ///
+ /// Test the property 'Resource'
+ ///
+ [Fact]
+ public void ResourceTest()
+ {
+ // TODO unit test for the property 'Resource'
+ }
+ ///
+ /// Test the property 'Operation'
+ ///
+ [Fact]
+ public void OperationTest()
+ {
+ // TODO unit test for the property 'Operation'
+ }
+ ///
+ /// Test the property 'Data'
+ ///
+ [Fact]
+ public void DataTest()
+ {
+ // TODO unit test for the property 'Data'
+ }
+
+ }
+
+}
diff --git a/src/gen/src/Apideck.Test/Model/CreateFileRequestTests.cs b/src/gen/src/Apideck.Test/Model/CreateFileRequestTests.cs
index cd83d35c77..eea6092dcb 100644
--- a/src/gen/src/Apideck.Test/Model/CreateFileRequestTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateFileRequestTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateFileResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateFileResponseTests.cs
index 0bed02b21f..38caee09ff 100644
--- a/src/gen/src/Apideck.Test/Model/CreateFileResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateFileResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateFolderRequestTests.cs b/src/gen/src/Apideck.Test/Model/CreateFolderRequestTests.cs
index 82f42f9ebe..36757ebeb0 100644
--- a/src/gen/src/Apideck.Test/Model/CreateFolderRequestTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateFolderRequestTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateFolderResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateFolderResponseTests.cs
index 540c558232..293cdb18cf 100644
--- a/src/gen/src/Apideck.Test/Model/CreateFolderResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateFolderResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateHrisCompanyResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateHrisCompanyResponseTests.cs
index ca55300b88..5c41fd8920 100644
--- a/src/gen/src/Apideck.Test/Model/CreateHrisCompanyResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateHrisCompanyResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateInvoiceItemResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateInvoiceItemResponseTests.cs
index ef0aeba842..748b95cb41 100644
--- a/src/gen/src/Apideck.Test/Model/CreateInvoiceItemResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateInvoiceItemResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateInvoiceResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateInvoiceResponseTests.cs
index bdc60c5d6a..882a61a415 100644
--- a/src/gen/src/Apideck.Test/Model/CreateInvoiceResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateInvoiceResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateItemResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateItemResponseTests.cs
index ab738a53f0..80b7f29a56 100644
--- a/src/gen/src/Apideck.Test/Model/CreateItemResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateItemResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateJobResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateJobResponseTests.cs
index d64d9da17c..0bd4a13ba1 100644
--- a/src/gen/src/Apideck.Test/Model/CreateJobResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateJobResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateJournalEntryResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateJournalEntryResponseTests.cs
index 8bfbed5481..be09abd361 100644
--- a/src/gen/src/Apideck.Test/Model/CreateJournalEntryResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateJournalEntryResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateLeadResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateLeadResponseTests.cs
index b8d6886fd1..48c6945aca 100644
--- a/src/gen/src/Apideck.Test/Model/CreateLeadResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateLeadResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateLedgerAccountResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateLedgerAccountResponseTests.cs
index c5f266e088..d9da81ad30 100644
--- a/src/gen/src/Apideck.Test/Model/CreateLedgerAccountResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateLedgerAccountResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateLocationResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateLocationResponseTests.cs
index 8cc4a0f1ed..2c4f7627a8 100644
--- a/src/gen/src/Apideck.Test/Model/CreateLocationResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateLocationResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateMerchantResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateMerchantResponseTests.cs
index 102305c0af..6db98264e3 100644
--- a/src/gen/src/Apideck.Test/Model/CreateMerchantResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateMerchantResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateMessageResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateMessageResponseTests.cs
index 1b6b5cd1ba..929c5ec765 100644
--- a/src/gen/src/Apideck.Test/Model/CreateMessageResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateMessageResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateModifierGroupResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateModifierGroupResponseTests.cs
index f6c0ff7037..879a8ce99c 100644
--- a/src/gen/src/Apideck.Test/Model/CreateModifierGroupResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateModifierGroupResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateModifierResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateModifierResponseTests.cs
index fd9d08d073..b9c6823615 100644
--- a/src/gen/src/Apideck.Test/Model/CreateModifierResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateModifierResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateNoteResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateNoteResponseTests.cs
index 663f477375..31c4c940d9 100644
--- a/src/gen/src/Apideck.Test/Model/CreateNoteResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateNoteResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateOpportunityResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateOpportunityResponseTests.cs
index 1c6f36fce0..cc4149355a 100644
--- a/src/gen/src/Apideck.Test/Model/CreateOpportunityResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateOpportunityResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateOrderResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateOrderResponseTests.cs
index a068cdc68a..c97c679c00 100644
--- a/src/gen/src/Apideck.Test/Model/CreateOrderResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateOrderResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateOrderTypeResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateOrderTypeResponseTests.cs
index d32a82a12f..97a05edd67 100644
--- a/src/gen/src/Apideck.Test/Model/CreateOrderTypeResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateOrderTypeResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreatePaymentResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreatePaymentResponseTests.cs
index ad10e18afc..c9d49a5b94 100644
--- a/src/gen/src/Apideck.Test/Model/CreatePaymentResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreatePaymentResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreatePipelineResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreatePipelineResponseTests.cs
index 8e2a89e209..75700c4093 100644
--- a/src/gen/src/Apideck.Test/Model/CreatePipelineResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreatePipelineResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreatePosPaymentResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreatePosPaymentResponseTests.cs
index 273c392436..614c95a67f 100644
--- a/src/gen/src/Apideck.Test/Model/CreatePosPaymentResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreatePosPaymentResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateProductResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateProductResponseTests.cs
index 6096e0fb1d..7986caf392 100644
--- a/src/gen/src/Apideck.Test/Model/CreateProductResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateProductResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreatePurchaseOrderResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreatePurchaseOrderResponseTests.cs
index 847fe45519..719c55087d 100644
--- a/src/gen/src/Apideck.Test/Model/CreatePurchaseOrderResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreatePurchaseOrderResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateSessionResponseDataTests.cs b/src/gen/src/Apideck.Test/Model/CreateSessionResponseDataTests.cs
index 109b0d2353..73e2e753da 100644
--- a/src/gen/src/Apideck.Test/Model/CreateSessionResponseDataTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateSessionResponseDataTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateSessionResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateSessionResponseTests.cs
index c7a881eb46..f5cb44167c 100644
--- a/src/gen/src/Apideck.Test/Model/CreateSessionResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateSessionResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateSharedLinkResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateSharedLinkResponseTests.cs
index ddfc39da17..3fd19e8fe3 100644
--- a/src/gen/src/Apideck.Test/Model/CreateSharedLinkResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateSharedLinkResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateSubsidiaryResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateSubsidiaryResponseTests.cs
index 1ab20a0117..4c5f561b56 100644
--- a/src/gen/src/Apideck.Test/Model/CreateSubsidiaryResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateSubsidiaryResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateSupplierResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateSupplierResponseTests.cs
index d93ba9aa44..e03224342e 100644
--- a/src/gen/src/Apideck.Test/Model/CreateSupplierResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateSupplierResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateTaxRateResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateTaxRateResponseTests.cs
index 4c1fca5591..5679ca59f6 100644
--- a/src/gen/src/Apideck.Test/Model/CreateTaxRateResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateTaxRateResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateTenderResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateTenderResponseTests.cs
index 04fc22087e..4657058530 100644
--- a/src/gen/src/Apideck.Test/Model/CreateTenderResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateTenderResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateTicketResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateTicketResponseTests.cs
index 9c36cfdb91..a78337ce73 100644
--- a/src/gen/src/Apideck.Test/Model/CreateTicketResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateTicketResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateTimeOffRequestResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateTimeOffRequestResponseTests.cs
index a4dbfc91e2..b47693f689 100644
--- a/src/gen/src/Apideck.Test/Model/CreateTimeOffRequestResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateTimeOffRequestResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateTrackingCategoryResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateTrackingCategoryResponseTests.cs
new file mode 100644
index 0000000000..105d8c1246
--- /dev/null
+++ b/src/gen/src/Apideck.Test/Model/CreateTrackingCategoryResponseTests.cs
@@ -0,0 +1,110 @@
+/*
+ * Apideck
+ *
+ * The Apideck OpenAPI Spec: SDK Optimized
+ *
+ * The version of the OpenAPI document: 10.7.3
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+
+using Xunit;
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Collections.Generic;
+using Apideck.Api;
+using Apideck.Model;
+using Apideck.Client;
+using System.Reflection;
+using Newtonsoft.Json;
+
+namespace Apideck.Test.Model
+{
+ ///
+ /// Class for testing CreateTrackingCategoryResponse
+ ///
+ ///
+ /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
+ /// Please update the test case below to test the model.
+ ///
+ public class CreateTrackingCategoryResponseTests : IDisposable
+ {
+ // TODO uncomment below to declare an instance variable for CreateTrackingCategoryResponse
+ //private CreateTrackingCategoryResponse instance;
+
+ public CreateTrackingCategoryResponseTests()
+ {
+ // TODO uncomment below to create an instance of CreateTrackingCategoryResponse
+ //instance = new CreateTrackingCategoryResponse();
+ }
+
+ public void Dispose()
+ {
+ // Cleanup when everything is done.
+ }
+
+ ///
+ /// Test an instance of CreateTrackingCategoryResponse
+ ///
+ [Fact]
+ public void CreateTrackingCategoryResponseInstanceTest()
+ {
+ // TODO uncomment below to test "IsType" CreateTrackingCategoryResponse
+ //Assert.IsType(instance);
+ }
+
+
+ ///
+ /// Test the property 'StatusCode'
+ ///
+ [Fact]
+ public void StatusCodeTest()
+ {
+ // TODO unit test for the property 'StatusCode'
+ }
+ ///
+ /// Test the property 'Status'
+ ///
+ [Fact]
+ public void StatusTest()
+ {
+ // TODO unit test for the property 'Status'
+ }
+ ///
+ /// Test the property 'Service'
+ ///
+ [Fact]
+ public void ServiceTest()
+ {
+ // TODO unit test for the property 'Service'
+ }
+ ///
+ /// Test the property 'Resource'
+ ///
+ [Fact]
+ public void ResourceTest()
+ {
+ // TODO unit test for the property 'Resource'
+ }
+ ///
+ /// Test the property 'Operation'
+ ///
+ [Fact]
+ public void OperationTest()
+ {
+ // TODO unit test for the property 'Operation'
+ }
+ ///
+ /// Test the property 'Data'
+ ///
+ [Fact]
+ public void DataTest()
+ {
+ // TODO unit test for the property 'Data'
+ }
+
+ }
+
+}
diff --git a/src/gen/src/Apideck.Test/Model/CreateUploadSessionRequestTests.cs b/src/gen/src/Apideck.Test/Model/CreateUploadSessionRequestTests.cs
index 2bdddb5b9d..9e6ab36fb1 100644
--- a/src/gen/src/Apideck.Test/Model/CreateUploadSessionRequestTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateUploadSessionRequestTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateUploadSessionResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateUploadSessionResponseTests.cs
index 4fba02275a..6159417981 100644
--- a/src/gen/src/Apideck.Test/Model/CreateUploadSessionResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateUploadSessionResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateUserResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateUserResponseTests.cs
index da5eb55738..784713159e 100644
--- a/src/gen/src/Apideck.Test/Model/CreateUserResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateUserResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateWebhookRequestTests.cs b/src/gen/src/Apideck.Test/Model/CreateWebhookRequestTests.cs
index 8427080ab8..91dda9a980 100644
--- a/src/gen/src/Apideck.Test/Model/CreateWebhookRequestTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateWebhookRequestTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreateWebhookResponseTests.cs b/src/gen/src/Apideck.Test/Model/CreateWebhookResponseTests.cs
index 0d8961d7bd..8b34a50ed4 100644
--- a/src/gen/src/Apideck.Test/Model/CreateWebhookResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreateWebhookResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreditNoteTests.cs b/src/gen/src/Apideck.Test/Model/CreditNoteTests.cs
index a292537675..206fe75ee6 100644
--- a/src/gen/src/Apideck.Test/Model/CreditNoteTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreditNoteTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -257,6 +257,14 @@ public void ShippingAddressTest()
// TODO unit test for the property 'ShippingAddress'
}
///
+ /// Test the property 'TrackingCategories'
+ ///
+ [Fact]
+ public void TrackingCategoriesTest()
+ {
+ // TODO unit test for the property 'TrackingCategories'
+ }
+ ///
/// Test the property 'CustomMappings'
///
[Fact]
diff --git a/src/gen/src/Apideck.Test/Model/CreditNotesFilterTests.cs b/src/gen/src/Apideck.Test/Model/CreditNotesFilterTests.cs
index 87be189e63..2b51d1bcae 100644
--- a/src/gen/src/Apideck.Test/Model/CreditNotesFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreditNotesFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CreditNotesSortTests.cs b/src/gen/src/Apideck.Test/Model/CreditNotesSortTests.cs
index 8ddc0a1d6d..2e7b4f2e81 100644
--- a/src/gen/src/Apideck.Test/Model/CreditNotesSortTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CreditNotesSortTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CrmEventTypeTests.cs b/src/gen/src/Apideck.Test/Model/CrmEventTypeTests.cs
index f89d67983c..b846dee31a 100644
--- a/src/gen/src/Apideck.Test/Model/CrmEventTypeTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CrmEventTypeTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CurrencyTests.cs b/src/gen/src/Apideck.Test/Model/CurrencyTests.cs
index c08c827757..3a6168e347 100644
--- a/src/gen/src/Apideck.Test/Model/CurrencyTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CurrencyTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CustomFieldFinderTests.cs b/src/gen/src/Apideck.Test/Model/CustomFieldFinderTests.cs
index 8d8456a637..f2a7f481a8 100644
--- a/src/gen/src/Apideck.Test/Model/CustomFieldFinderTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CustomFieldFinderTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CustomFieldTests.cs b/src/gen/src/Apideck.Test/Model/CustomFieldTests.cs
index 3f56da765b..41d1423b6c 100644
--- a/src/gen/src/Apideck.Test/Model/CustomFieldTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CustomFieldTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CustomMappingTests.cs b/src/gen/src/Apideck.Test/Model/CustomMappingTests.cs
index e143d2a347..dfa40c2f82 100644
--- a/src/gen/src/Apideck.Test/Model/CustomMappingTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CustomMappingTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CustomerTests.cs b/src/gen/src/Apideck.Test/Model/CustomerTests.cs
index 1de94f1157..a98a307377 100644
--- a/src/gen/src/Apideck.Test/Model/CustomerTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CustomerTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CustomersFilterTests.cs b/src/gen/src/Apideck.Test/Model/CustomersFilterTests.cs
index 184ba888cf..675839d332 100644
--- a/src/gen/src/Apideck.Test/Model/CustomersFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CustomersFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/CustomersSortTests.cs b/src/gen/src/Apideck.Test/Model/CustomersSortTests.cs
index 790198c2f2..cc0db93b39 100644
--- a/src/gen/src/Apideck.Test/Model/CustomersSortTests.cs
+++ b/src/gen/src/Apideck.Test/Model/CustomersSortTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeductionTests.cs b/src/gen/src/Apideck.Test/Model/DeductionTests.cs
index 05e8146183..57deca56f6 100644
--- a/src/gen/src/Apideck.Test/Model/DeductionTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeductionTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteAccountingDepartmentResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteAccountingDepartmentResponseTests.cs
index cab3fa245e..17b093d0e7 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteAccountingDepartmentResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteAccountingDepartmentResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteAccountingLocationResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteAccountingLocationResponseTests.cs
index 08ecb790cf..eb73f249c9 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteAccountingLocationResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteAccountingLocationResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteActivityResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteActivityResponseTests.cs
index a1f2c268b0..4d478591fb 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteActivityResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteActivityResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteApplicantResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteApplicantResponseTests.cs
index 51c1159a6a..d52316db50 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteApplicantResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteApplicantResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteApplicationResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteApplicationResponseTests.cs
index 31a6a784e1..8268549a4a 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteApplicationResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteApplicationResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteAttachmentResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteAttachmentResponseTests.cs
index d8294afe1b..314bb18993 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteAttachmentResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteAttachmentResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteBillPaymentResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteBillPaymentResponseTests.cs
new file mode 100644
index 0000000000..a27d8f233c
--- /dev/null
+++ b/src/gen/src/Apideck.Test/Model/DeleteBillPaymentResponseTests.cs
@@ -0,0 +1,110 @@
+/*
+ * Apideck
+ *
+ * The Apideck OpenAPI Spec: SDK Optimized
+ *
+ * The version of the OpenAPI document: 10.7.3
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+
+using Xunit;
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Collections.Generic;
+using Apideck.Api;
+using Apideck.Model;
+using Apideck.Client;
+using System.Reflection;
+using Newtonsoft.Json;
+
+namespace Apideck.Test.Model
+{
+ ///
+ /// Class for testing DeleteBillPaymentResponse
+ ///
+ ///
+ /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
+ /// Please update the test case below to test the model.
+ ///
+ public class DeleteBillPaymentResponseTests : IDisposable
+ {
+ // TODO uncomment below to declare an instance variable for DeleteBillPaymentResponse
+ //private DeleteBillPaymentResponse instance;
+
+ public DeleteBillPaymentResponseTests()
+ {
+ // TODO uncomment below to create an instance of DeleteBillPaymentResponse
+ //instance = new DeleteBillPaymentResponse();
+ }
+
+ public void Dispose()
+ {
+ // Cleanup when everything is done.
+ }
+
+ ///
+ /// Test an instance of DeleteBillPaymentResponse
+ ///
+ [Fact]
+ public void DeleteBillPaymentResponseInstanceTest()
+ {
+ // TODO uncomment below to test "IsType" DeleteBillPaymentResponse
+ //Assert.IsType(instance);
+ }
+
+
+ ///
+ /// Test the property 'StatusCode'
+ ///
+ [Fact]
+ public void StatusCodeTest()
+ {
+ // TODO unit test for the property 'StatusCode'
+ }
+ ///
+ /// Test the property 'Status'
+ ///
+ [Fact]
+ public void StatusTest()
+ {
+ // TODO unit test for the property 'Status'
+ }
+ ///
+ /// Test the property 'Service'
+ ///
+ [Fact]
+ public void ServiceTest()
+ {
+ // TODO unit test for the property 'Service'
+ }
+ ///
+ /// Test the property 'Resource'
+ ///
+ [Fact]
+ public void ResourceTest()
+ {
+ // TODO unit test for the property 'Resource'
+ }
+ ///
+ /// Test the property 'Operation'
+ ///
+ [Fact]
+ public void OperationTest()
+ {
+ // TODO unit test for the property 'Operation'
+ }
+ ///
+ /// Test the property 'Data'
+ ///
+ [Fact]
+ public void DataTest()
+ {
+ // TODO unit test for the property 'Data'
+ }
+
+ }
+
+}
diff --git a/src/gen/src/Apideck.Test/Model/DeleteBillResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteBillResponseTests.cs
index cf45a14872..f1b22e747a 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteBillResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteBillResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteCommentResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteCommentResponseTests.cs
index 5ef27a092a..3e703fa9a2 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteCommentResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteCommentResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteCompanyResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteCompanyResponseTests.cs
index 5aad40c8e1..8e766a1df5 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteCompanyResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteCompanyResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteConsumerResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteConsumerResponseTests.cs
index 35e4846d4d..d48b0386e9 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteConsumerResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteConsumerResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteContactResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteContactResponseTests.cs
index 56c6091d41..581c4dfe81 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteContactResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteContactResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteCreditNoteResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteCreditNoteResponseTests.cs
index 29f6261d7a..1edaef085c 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteCreditNoteResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteCreditNoteResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteCustomerResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteCustomerResponseTests.cs
index e759acbbf7..7bd4d41a0e 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteCustomerResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteCustomerResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteDepartmentResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteDepartmentResponseTests.cs
index dc3d06cf3a..ab860a38cf 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteDepartmentResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteDepartmentResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteDriveGroupResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteDriveGroupResponseTests.cs
index 70067719e6..4d45e99d4c 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteDriveGroupResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteDriveGroupResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteDriveResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteDriveResponseTests.cs
index aadb5ccc70..28db496d53 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteDriveResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteDriveResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteEcommerceCustomerResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteEcommerceCustomerResponseTests.cs
index 3f5d07ab33..920c201045 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteEcommerceCustomerResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteEcommerceCustomerResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteEcommerceOrderResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteEcommerceOrderResponseTests.cs
index 1581870ccd..831c551657 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteEcommerceOrderResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteEcommerceOrderResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteEmployeeResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteEmployeeResponseTests.cs
index aa1803991e..504039a55c 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteEmployeeResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteEmployeeResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteExpenseResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteExpenseResponseTests.cs
new file mode 100644
index 0000000000..110f37c91f
--- /dev/null
+++ b/src/gen/src/Apideck.Test/Model/DeleteExpenseResponseTests.cs
@@ -0,0 +1,110 @@
+/*
+ * Apideck
+ *
+ * The Apideck OpenAPI Spec: SDK Optimized
+ *
+ * The version of the OpenAPI document: 10.7.3
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+
+using Xunit;
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Collections.Generic;
+using Apideck.Api;
+using Apideck.Model;
+using Apideck.Client;
+using System.Reflection;
+using Newtonsoft.Json;
+
+namespace Apideck.Test.Model
+{
+ ///
+ /// Class for testing DeleteExpenseResponse
+ ///
+ ///
+ /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
+ /// Please update the test case below to test the model.
+ ///
+ public class DeleteExpenseResponseTests : IDisposable
+ {
+ // TODO uncomment below to declare an instance variable for DeleteExpenseResponse
+ //private DeleteExpenseResponse instance;
+
+ public DeleteExpenseResponseTests()
+ {
+ // TODO uncomment below to create an instance of DeleteExpenseResponse
+ //instance = new DeleteExpenseResponse();
+ }
+
+ public void Dispose()
+ {
+ // Cleanup when everything is done.
+ }
+
+ ///
+ /// Test an instance of DeleteExpenseResponse
+ ///
+ [Fact]
+ public void DeleteExpenseResponseInstanceTest()
+ {
+ // TODO uncomment below to test "IsType" DeleteExpenseResponse
+ //Assert.IsType(instance);
+ }
+
+
+ ///
+ /// Test the property 'StatusCode'
+ ///
+ [Fact]
+ public void StatusCodeTest()
+ {
+ // TODO unit test for the property 'StatusCode'
+ }
+ ///
+ /// Test the property 'Status'
+ ///
+ [Fact]
+ public void StatusTest()
+ {
+ // TODO unit test for the property 'Status'
+ }
+ ///
+ /// Test the property 'Service'
+ ///
+ [Fact]
+ public void ServiceTest()
+ {
+ // TODO unit test for the property 'Service'
+ }
+ ///
+ /// Test the property 'Resource'
+ ///
+ [Fact]
+ public void ResourceTest()
+ {
+ // TODO unit test for the property 'Resource'
+ }
+ ///
+ /// Test the property 'Operation'
+ ///
+ [Fact]
+ public void OperationTest()
+ {
+ // TODO unit test for the property 'Operation'
+ }
+ ///
+ /// Test the property 'Data'
+ ///
+ [Fact]
+ public void DataTest()
+ {
+ // TODO unit test for the property 'Data'
+ }
+
+ }
+
+}
diff --git a/src/gen/src/Apideck.Test/Model/DeleteFileResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteFileResponseTests.cs
index e783abf61a..402c775333 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteFileResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteFileResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteFolderResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteFolderResponseTests.cs
index f5a920a691..a34f580ecb 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteFolderResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteFolderResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteHrisCompanyResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteHrisCompanyResponseTests.cs
index b3bf3696f7..ad4ac48413 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteHrisCompanyResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteHrisCompanyResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteInvoiceResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteInvoiceResponseTests.cs
index 7687b079e1..41036bb5b4 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteInvoiceResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteInvoiceResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteItemResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteItemResponseTests.cs
index f2541ac284..db18052589 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteItemResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteItemResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteJobResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteJobResponseTests.cs
index 7ebb249f2c..a445453a02 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteJobResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteJobResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteJournalEntryResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteJournalEntryResponseTests.cs
index 881510a7db..dfc3cbea69 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteJournalEntryResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteJournalEntryResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteLeadResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteLeadResponseTests.cs
index 8b2e42402f..039babb3c2 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteLeadResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteLeadResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteLedgerAccountResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteLedgerAccountResponseTests.cs
index f12cc9b5ce..0e1e0ebc90 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteLedgerAccountResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteLedgerAccountResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteLocationResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteLocationResponseTests.cs
index 036ffc15bd..d7c1418852 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteLocationResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteLocationResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteMerchantResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteMerchantResponseTests.cs
index bf61112c3b..69cd3986cc 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteMerchantResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteMerchantResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteMessageResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteMessageResponseTests.cs
index ad498f63ac..7b214c3d7e 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteMessageResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteMessageResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteModifierGroupResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteModifierGroupResponseTests.cs
index 205c099b61..68e4c17ef5 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteModifierGroupResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteModifierGroupResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteModifierResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteModifierResponseTests.cs
index edb927921a..d4ecd5b986 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteModifierResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteModifierResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteNoteResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteNoteResponseTests.cs
index fbadf6f583..576a1adcd3 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteNoteResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteNoteResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteOpportunityResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteOpportunityResponseTests.cs
index 8d13617867..a5b00a8646 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteOpportunityResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteOpportunityResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteOrderResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteOrderResponseTests.cs
index 3f7c414391..d5cbba706f 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteOrderResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteOrderResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteOrderTypeResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteOrderTypeResponseTests.cs
index b310220974..b22fcef150 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteOrderTypeResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteOrderTypeResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeletePaymentResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeletePaymentResponseTests.cs
index 10294fa795..d7e7f67a5c 100644
--- a/src/gen/src/Apideck.Test/Model/DeletePaymentResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeletePaymentResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeletePipelineResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeletePipelineResponseTests.cs
index 5a13e29622..c90b995239 100644
--- a/src/gen/src/Apideck.Test/Model/DeletePipelineResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeletePipelineResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeletePosPaymentResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeletePosPaymentResponseTests.cs
index 7ce48b01b5..41ebccd0c6 100644
--- a/src/gen/src/Apideck.Test/Model/DeletePosPaymentResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeletePosPaymentResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteProductResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteProductResponseTests.cs
index 82f89053f8..1d56a50242 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteProductResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteProductResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeletePurchaseOrderResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeletePurchaseOrderResponseTests.cs
index 5501f15d42..6f83d605da 100644
--- a/src/gen/src/Apideck.Test/Model/DeletePurchaseOrderResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeletePurchaseOrderResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteSharedLinkResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteSharedLinkResponseTests.cs
index e13f13bbc1..61637d5516 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteSharedLinkResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteSharedLinkResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteSubsidiaryResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteSubsidiaryResponseTests.cs
index 5cf1d5b166..7b052ca59b 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteSubsidiaryResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteSubsidiaryResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteSupplierResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteSupplierResponseTests.cs
index 581b6409dc..0a6453b52a 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteSupplierResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteSupplierResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteTaxRateResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteTaxRateResponseTests.cs
index b2ac1359bf..e6f2649dda 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteTaxRateResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteTaxRateResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteTenderResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteTenderResponseTests.cs
index 5c13951b9e..da4e4977f3 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteTenderResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteTenderResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteTicketResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteTicketResponseTests.cs
index 23d1d5125e..b1d16dc083 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteTicketResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteTicketResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteTimeOffRequestResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteTimeOffRequestResponseTests.cs
index 6d838db423..9f3d41e06a 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteTimeOffRequestResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteTimeOffRequestResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteTrackingCategoryResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteTrackingCategoryResponseTests.cs
new file mode 100644
index 0000000000..07d1babc06
--- /dev/null
+++ b/src/gen/src/Apideck.Test/Model/DeleteTrackingCategoryResponseTests.cs
@@ -0,0 +1,110 @@
+/*
+ * Apideck
+ *
+ * The Apideck OpenAPI Spec: SDK Optimized
+ *
+ * The version of the OpenAPI document: 10.7.3
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+
+using Xunit;
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Collections.Generic;
+using Apideck.Api;
+using Apideck.Model;
+using Apideck.Client;
+using System.Reflection;
+using Newtonsoft.Json;
+
+namespace Apideck.Test.Model
+{
+ ///
+ /// Class for testing DeleteTrackingCategoryResponse
+ ///
+ ///
+ /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
+ /// Please update the test case below to test the model.
+ ///
+ public class DeleteTrackingCategoryResponseTests : IDisposable
+ {
+ // TODO uncomment below to declare an instance variable for DeleteTrackingCategoryResponse
+ //private DeleteTrackingCategoryResponse instance;
+
+ public DeleteTrackingCategoryResponseTests()
+ {
+ // TODO uncomment below to create an instance of DeleteTrackingCategoryResponse
+ //instance = new DeleteTrackingCategoryResponse();
+ }
+
+ public void Dispose()
+ {
+ // Cleanup when everything is done.
+ }
+
+ ///
+ /// Test an instance of DeleteTrackingCategoryResponse
+ ///
+ [Fact]
+ public void DeleteTrackingCategoryResponseInstanceTest()
+ {
+ // TODO uncomment below to test "IsType" DeleteTrackingCategoryResponse
+ //Assert.IsType(instance);
+ }
+
+
+ ///
+ /// Test the property 'StatusCode'
+ ///
+ [Fact]
+ public void StatusCodeTest()
+ {
+ // TODO unit test for the property 'StatusCode'
+ }
+ ///
+ /// Test the property 'Status'
+ ///
+ [Fact]
+ public void StatusTest()
+ {
+ // TODO unit test for the property 'Status'
+ }
+ ///
+ /// Test the property 'Service'
+ ///
+ [Fact]
+ public void ServiceTest()
+ {
+ // TODO unit test for the property 'Service'
+ }
+ ///
+ /// Test the property 'Resource'
+ ///
+ [Fact]
+ public void ResourceTest()
+ {
+ // TODO unit test for the property 'Resource'
+ }
+ ///
+ /// Test the property 'Operation'
+ ///
+ [Fact]
+ public void OperationTest()
+ {
+ // TODO unit test for the property 'Operation'
+ }
+ ///
+ /// Test the property 'Data'
+ ///
+ [Fact]
+ public void DataTest()
+ {
+ // TODO unit test for the property 'Data'
+ }
+
+ }
+
+}
diff --git a/src/gen/src/Apideck.Test/Model/DeleteUploadSessionResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteUploadSessionResponseTests.cs
index 9fbaff5baa..ce6afb8865 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteUploadSessionResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteUploadSessionResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteUserResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteUserResponseTests.cs
index b8b89f693e..1820da76cd 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteUserResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteUserResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeleteWebhookResponseTests.cs b/src/gen/src/Apideck.Test/Model/DeleteWebhookResponseTests.cs
index 4b57d3c3e6..25e663415d 100644
--- a/src/gen/src/Apideck.Test/Model/DeleteWebhookResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DeleteWebhookResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DepartmentTests.cs b/src/gen/src/Apideck.Test/Model/DepartmentTests.cs
index e16cc9eff9..0a2cdd8e4a 100644
--- a/src/gen/src/Apideck.Test/Model/DepartmentTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DepartmentTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DeprecatedLinkedSupplierTests.cs b/src/gen/src/Apideck.Test/Model/DeprecatedLinkedSupplierTests.cs
new file mode 100644
index 0000000000..a50d51d16f
--- /dev/null
+++ b/src/gen/src/Apideck.Test/Model/DeprecatedLinkedSupplierTests.cs
@@ -0,0 +1,102 @@
+/*
+ * Apideck
+ *
+ * The Apideck OpenAPI Spec: SDK Optimized
+ *
+ * The version of the OpenAPI document: 10.7.3
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+
+using Xunit;
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Collections.Generic;
+using Apideck.Api;
+using Apideck.Model;
+using Apideck.Client;
+using System.Reflection;
+using Newtonsoft.Json;
+
+namespace Apideck.Test.Model
+{
+ ///
+ /// Class for testing DeprecatedLinkedSupplier
+ ///
+ ///
+ /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
+ /// Please update the test case below to test the model.
+ ///
+ public class DeprecatedLinkedSupplierTests : IDisposable
+ {
+ // TODO uncomment below to declare an instance variable for DeprecatedLinkedSupplier
+ //private DeprecatedLinkedSupplier instance;
+
+ public DeprecatedLinkedSupplierTests()
+ {
+ // TODO uncomment below to create an instance of DeprecatedLinkedSupplier
+ //instance = new DeprecatedLinkedSupplier();
+ }
+
+ public void Dispose()
+ {
+ // Cleanup when everything is done.
+ }
+
+ ///
+ /// Test an instance of DeprecatedLinkedSupplier
+ ///
+ [Fact]
+ public void DeprecatedLinkedSupplierInstanceTest()
+ {
+ // TODO uncomment below to test "IsType" DeprecatedLinkedSupplier
+ //Assert.IsType(instance);
+ }
+
+
+ ///
+ /// Test the property 'Id'
+ ///
+ [Fact]
+ public void IdTest()
+ {
+ // TODO unit test for the property 'Id'
+ }
+ ///
+ /// Test the property 'DisplayId'
+ ///
+ [Fact]
+ public void DisplayIdTest()
+ {
+ // TODO unit test for the property 'DisplayId'
+ }
+ ///
+ /// Test the property 'DisplayName'
+ ///
+ [Fact]
+ public void DisplayNameTest()
+ {
+ // TODO unit test for the property 'DisplayName'
+ }
+ ///
+ /// Test the property 'CompanyName'
+ ///
+ [Fact]
+ public void CompanyNameTest()
+ {
+ // TODO unit test for the property 'CompanyName'
+ }
+ ///
+ /// Test the property 'Address'
+ ///
+ [Fact]
+ public void AddressTest()
+ {
+ // TODO unit test for the property 'Address'
+ }
+
+ }
+
+}
diff --git a/src/gen/src/Apideck.Test/Model/DeprecatedLinkedTrackingCategoryTests.cs b/src/gen/src/Apideck.Test/Model/DeprecatedLinkedTrackingCategoryTests.cs
new file mode 100644
index 0000000000..0698a5d90b
--- /dev/null
+++ b/src/gen/src/Apideck.Test/Model/DeprecatedLinkedTrackingCategoryTests.cs
@@ -0,0 +1,78 @@
+/*
+ * Apideck
+ *
+ * The Apideck OpenAPI Spec: SDK Optimized
+ *
+ * The version of the OpenAPI document: 10.7.3
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+
+using Xunit;
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Collections.Generic;
+using Apideck.Api;
+using Apideck.Model;
+using Apideck.Client;
+using System.Reflection;
+using Newtonsoft.Json;
+
+namespace Apideck.Test.Model
+{
+ ///
+ /// Class for testing DeprecatedLinkedTrackingCategory
+ ///
+ ///
+ /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
+ /// Please update the test case below to test the model.
+ ///
+ public class DeprecatedLinkedTrackingCategoryTests : IDisposable
+ {
+ // TODO uncomment below to declare an instance variable for DeprecatedLinkedTrackingCategory
+ //private DeprecatedLinkedTrackingCategory instance;
+
+ public DeprecatedLinkedTrackingCategoryTests()
+ {
+ // TODO uncomment below to create an instance of DeprecatedLinkedTrackingCategory
+ //instance = new DeprecatedLinkedTrackingCategory();
+ }
+
+ public void Dispose()
+ {
+ // Cleanup when everything is done.
+ }
+
+ ///
+ /// Test an instance of DeprecatedLinkedTrackingCategory
+ ///
+ [Fact]
+ public void DeprecatedLinkedTrackingCategoryInstanceTest()
+ {
+ // TODO uncomment below to test "IsType" DeprecatedLinkedTrackingCategory
+ //Assert.IsType(instance);
+ }
+
+
+ ///
+ /// Test the property 'Id'
+ ///
+ [Fact]
+ public void IdTest()
+ {
+ // TODO unit test for the property 'Id'
+ }
+ ///
+ /// Test the property 'Name'
+ ///
+ [Fact]
+ public void NameTest()
+ {
+ // TODO unit test for the property 'Name'
+ }
+
+ }
+
+}
diff --git a/src/gen/src/Apideck.Test/Model/DriveGroupTests.cs b/src/gen/src/Apideck.Test/Model/DriveGroupTests.cs
index ed747a61e3..23ec02148b 100644
--- a/src/gen/src/Apideck.Test/Model/DriveGroupTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DriveGroupTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DriveGroupsFilterTests.cs b/src/gen/src/Apideck.Test/Model/DriveGroupsFilterTests.cs
index fe186da7cf..b90875960a 100644
--- a/src/gen/src/Apideck.Test/Model/DriveGroupsFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DriveGroupsFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DriveTests.cs b/src/gen/src/Apideck.Test/Model/DriveTests.cs
index 0d763c12e4..6e995ea974 100644
--- a/src/gen/src/Apideck.Test/Model/DriveTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DriveTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/DrivesFilterTests.cs b/src/gen/src/Apideck.Test/Model/DrivesFilterTests.cs
index bc5c9a8b20..45150b4a2a 100644
--- a/src/gen/src/Apideck.Test/Model/DrivesFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/DrivesFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EcommerceAddressTests.cs b/src/gen/src/Apideck.Test/Model/EcommerceAddressTests.cs
index 210446fe78..b09d349cd1 100644
--- a/src/gen/src/Apideck.Test/Model/EcommerceAddressTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EcommerceAddressTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EcommerceCustomerAddressesTests.cs b/src/gen/src/Apideck.Test/Model/EcommerceCustomerAddressesTests.cs
index 8aef2f8143..4095662b74 100644
--- a/src/gen/src/Apideck.Test/Model/EcommerceCustomerAddressesTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EcommerceCustomerAddressesTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EcommerceCustomerTests.cs b/src/gen/src/Apideck.Test/Model/EcommerceCustomerTests.cs
index da9cca4481..123ed2dd1f 100644
--- a/src/gen/src/Apideck.Test/Model/EcommerceCustomerTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EcommerceCustomerTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EcommerceCustomersFilterTests.cs b/src/gen/src/Apideck.Test/Model/EcommerceCustomersFilterTests.cs
index f59fe91399..f7f8286989 100644
--- a/src/gen/src/Apideck.Test/Model/EcommerceCustomersFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EcommerceCustomersFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EcommerceDiscountTests.cs b/src/gen/src/Apideck.Test/Model/EcommerceDiscountTests.cs
index 392543ffbe..daa603a995 100644
--- a/src/gen/src/Apideck.Test/Model/EcommerceDiscountTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EcommerceDiscountTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EcommerceOrderLineItemTests.cs b/src/gen/src/Apideck.Test/Model/EcommerceOrderLineItemTests.cs
index af603cd544..077bce1b80 100644
--- a/src/gen/src/Apideck.Test/Model/EcommerceOrderLineItemTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EcommerceOrderLineItemTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EcommerceOrderStatusTests.cs b/src/gen/src/Apideck.Test/Model/EcommerceOrderStatusTests.cs
index 00d2145b8c..5d5c1a9f0b 100644
--- a/src/gen/src/Apideck.Test/Model/EcommerceOrderStatusTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EcommerceOrderStatusTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EcommerceOrderTests.cs b/src/gen/src/Apideck.Test/Model/EcommerceOrderTests.cs
index 333b6b8771..b23f6f5064 100644
--- a/src/gen/src/Apideck.Test/Model/EcommerceOrderTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EcommerceOrderTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EcommerceOrdersFilterTests.cs b/src/gen/src/Apideck.Test/Model/EcommerceOrdersFilterTests.cs
index 8ac7078cb4..577c8952df 100644
--- a/src/gen/src/Apideck.Test/Model/EcommerceOrdersFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EcommerceOrdersFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EcommerceProductCategoriesTests.cs b/src/gen/src/Apideck.Test/Model/EcommerceProductCategoriesTests.cs
index 53a02b8e80..68f8f09948 100644
--- a/src/gen/src/Apideck.Test/Model/EcommerceProductCategoriesTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EcommerceProductCategoriesTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EcommerceProductImages1Tests.cs b/src/gen/src/Apideck.Test/Model/EcommerceProductImages1Tests.cs
index b4a294e13c..5cfc853f93 100644
--- a/src/gen/src/Apideck.Test/Model/EcommerceProductImages1Tests.cs
+++ b/src/gen/src/Apideck.Test/Model/EcommerceProductImages1Tests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EcommerceProductImagesTests.cs b/src/gen/src/Apideck.Test/Model/EcommerceProductImagesTests.cs
index 8e12855022..1989475209 100644
--- a/src/gen/src/Apideck.Test/Model/EcommerceProductImagesTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EcommerceProductImagesTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EcommerceProductOptions1Tests.cs b/src/gen/src/Apideck.Test/Model/EcommerceProductOptions1Tests.cs
index 5db80055cb..3831db9f33 100644
--- a/src/gen/src/Apideck.Test/Model/EcommerceProductOptions1Tests.cs
+++ b/src/gen/src/Apideck.Test/Model/EcommerceProductOptions1Tests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EcommerceProductOptionsTests.cs b/src/gen/src/Apideck.Test/Model/EcommerceProductOptionsTests.cs
index 8e0d72be7a..ccb4ded674 100644
--- a/src/gen/src/Apideck.Test/Model/EcommerceProductOptionsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EcommerceProductOptionsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EcommerceProductTests.cs b/src/gen/src/Apideck.Test/Model/EcommerceProductTests.cs
index 3ba16510eb..fec199d8f4 100644
--- a/src/gen/src/Apideck.Test/Model/EcommerceProductTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EcommerceProductTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EcommerceProductVariantsTests.cs b/src/gen/src/Apideck.Test/Model/EcommerceProductVariantsTests.cs
index 57952f73fb..adc56b3e82 100644
--- a/src/gen/src/Apideck.Test/Model/EcommerceProductVariantsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EcommerceProductVariantsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EcommerceStoreTests.cs b/src/gen/src/Apideck.Test/Model/EcommerceStoreTests.cs
index 9015161269..1375715b86 100644
--- a/src/gen/src/Apideck.Test/Model/EcommerceStoreTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EcommerceStoreTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EmailTests.cs b/src/gen/src/Apideck.Test/Model/EmailTests.cs
index 953642f4ee..4cbf934b67 100644
--- a/src/gen/src/Apideck.Test/Model/EmailTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EmailTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EmployeeCompensationTests.cs b/src/gen/src/Apideck.Test/Model/EmployeeCompensationTests.cs
index ec87a0f238..9a68319c3b 100644
--- a/src/gen/src/Apideck.Test/Model/EmployeeCompensationTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EmployeeCompensationTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EmployeeEmploymentRoleTests.cs b/src/gen/src/Apideck.Test/Model/EmployeeEmploymentRoleTests.cs
index 94addabc6d..c19a9c9486 100644
--- a/src/gen/src/Apideck.Test/Model/EmployeeEmploymentRoleTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EmployeeEmploymentRoleTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EmployeeJobTests.cs b/src/gen/src/Apideck.Test/Model/EmployeeJobTests.cs
index de0c23a608..70463857ec 100644
--- a/src/gen/src/Apideck.Test/Model/EmployeeJobTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EmployeeJobTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EmployeeListTests.cs b/src/gen/src/Apideck.Test/Model/EmployeeListTests.cs
index 8f1e4122f9..ca5e08de07 100644
--- a/src/gen/src/Apideck.Test/Model/EmployeeListTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EmployeeListTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EmployeeManagerTests.cs b/src/gen/src/Apideck.Test/Model/EmployeeManagerTests.cs
index b491b6089c..a0a93c7f97 100644
--- a/src/gen/src/Apideck.Test/Model/EmployeeManagerTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EmployeeManagerTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EmployeePayrollTests.cs b/src/gen/src/Apideck.Test/Model/EmployeePayrollTests.cs
index 18e9e605c6..ec6220fc24 100644
--- a/src/gen/src/Apideck.Test/Model/EmployeePayrollTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EmployeePayrollTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EmployeeSchedulesTests.cs b/src/gen/src/Apideck.Test/Model/EmployeeSchedulesTests.cs
index aa3180a2ee..b5115f7df0 100644
--- a/src/gen/src/Apideck.Test/Model/EmployeeSchedulesTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EmployeeSchedulesTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EmployeeTests.cs b/src/gen/src/Apideck.Test/Model/EmployeeTests.cs
index 94d9fbf824..15348127a9 100644
--- a/src/gen/src/Apideck.Test/Model/EmployeeTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EmployeeTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EmployeesFilterTests.cs b/src/gen/src/Apideck.Test/Model/EmployeesFilterTests.cs
index 0552dfc520..c70477eac2 100644
--- a/src/gen/src/Apideck.Test/Model/EmployeesFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EmployeesFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EmployeesOneFilterTests.cs b/src/gen/src/Apideck.Test/Model/EmployeesOneFilterTests.cs
index f635629b60..f53d9387ba 100644
--- a/src/gen/src/Apideck.Test/Model/EmployeesOneFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EmployeesOneFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EmployeesSortTests.cs b/src/gen/src/Apideck.Test/Model/EmployeesSortTests.cs
index 230777211a..bef3c6d5a1 100644
--- a/src/gen/src/Apideck.Test/Model/EmployeesSortTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EmployeesSortTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/EmploymentStatusTests.cs b/src/gen/src/Apideck.Test/Model/EmploymentStatusTests.cs
index 94f8728c57..7f905a8924 100644
--- a/src/gen/src/Apideck.Test/Model/EmploymentStatusTests.cs
+++ b/src/gen/src/Apideck.Test/Model/EmploymentStatusTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ErrorTests.cs b/src/gen/src/Apideck.Test/Model/ErrorTests.cs
index 7b55e9809a..fcb9b9fd8a 100644
--- a/src/gen/src/Apideck.Test/Model/ErrorTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ErrorTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ExecuteWebhookResponseTests.cs b/src/gen/src/Apideck.Test/Model/ExecuteWebhookResponseTests.cs
index 7675560fac..d705a9e8f2 100644
--- a/src/gen/src/Apideck.Test/Model/ExecuteWebhookResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ExecuteWebhookResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ExpenseLineItemTests.cs b/src/gen/src/Apideck.Test/Model/ExpenseLineItemTests.cs
new file mode 100644
index 0000000000..be1b207aab
--- /dev/null
+++ b/src/gen/src/Apideck.Test/Model/ExpenseLineItemTests.cs
@@ -0,0 +1,142 @@
+/*
+ * Apideck
+ *
+ * The Apideck OpenAPI Spec: SDK Optimized
+ *
+ * The version of the OpenAPI document: 10.7.3
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+
+using Xunit;
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Collections.Generic;
+using Apideck.Api;
+using Apideck.Model;
+using Apideck.Client;
+using System.Reflection;
+using Newtonsoft.Json;
+
+namespace Apideck.Test.Model
+{
+ ///
+ /// Class for testing ExpenseLineItem
+ ///
+ ///
+ /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
+ /// Please update the test case below to test the model.
+ ///
+ public class ExpenseLineItemTests : IDisposable
+ {
+ // TODO uncomment below to declare an instance variable for ExpenseLineItem
+ //private ExpenseLineItem instance;
+
+ public ExpenseLineItemTests()
+ {
+ // TODO uncomment below to create an instance of ExpenseLineItem
+ //instance = new ExpenseLineItem();
+ }
+
+ public void Dispose()
+ {
+ // Cleanup when everything is done.
+ }
+
+ ///
+ /// Test an instance of ExpenseLineItem
+ ///
+ [Fact]
+ public void ExpenseLineItemInstanceTest()
+ {
+ // TODO uncomment below to test "IsType" ExpenseLineItem
+ //Assert.IsType(instance);
+ }
+
+
+ ///
+ /// Test the property 'Id'
+ ///
+ [Fact]
+ public void IdTest()
+ {
+ // TODO unit test for the property 'Id'
+ }
+ ///
+ /// Test the property 'TrackingCategories'
+ ///
+ [Fact]
+ public void TrackingCategoriesTest()
+ {
+ // TODO unit test for the property 'TrackingCategories'
+ }
+ ///
+ /// Test the property 'AccountId'
+ ///
+ [Fact]
+ public void AccountIdTest()
+ {
+ // TODO unit test for the property 'AccountId'
+ }
+ ///
+ /// Test the property 'CustomerId'
+ ///
+ [Fact]
+ public void CustomerIdTest()
+ {
+ // TODO unit test for the property 'CustomerId'
+ }
+ ///
+ /// Test the property 'DepartmentId'
+ ///
+ [Fact]
+ public void DepartmentIdTest()
+ {
+ // TODO unit test for the property 'DepartmentId'
+ }
+ ///
+ /// Test the property 'LocationId'
+ ///
+ [Fact]
+ public void LocationIdTest()
+ {
+ // TODO unit test for the property 'LocationId'
+ }
+ ///
+ /// Test the property 'TaxRate'
+ ///
+ [Fact]
+ public void TaxRateTest()
+ {
+ // TODO unit test for the property 'TaxRate'
+ }
+ ///
+ /// Test the property 'Description'
+ ///
+ [Fact]
+ public void DescriptionTest()
+ {
+ // TODO unit test for the property 'Description'
+ }
+ ///
+ /// Test the property 'TotalAmount'
+ ///
+ [Fact]
+ public void TotalAmountTest()
+ {
+ // TODO unit test for the property 'TotalAmount'
+ }
+ ///
+ /// Test the property 'Billable'
+ ///
+ [Fact]
+ public void BillableTest()
+ {
+ // TODO unit test for the property 'Billable'
+ }
+
+ }
+
+}
diff --git a/src/gen/src/Apideck.Test/Model/ExpenseTests.cs b/src/gen/src/Apideck.Test/Model/ExpenseTests.cs
new file mode 100644
index 0000000000..9c4352f688
--- /dev/null
+++ b/src/gen/src/Apideck.Test/Model/ExpenseTests.cs
@@ -0,0 +1,230 @@
+/*
+ * Apideck
+ *
+ * The Apideck OpenAPI Spec: SDK Optimized
+ *
+ * The version of the OpenAPI document: 10.7.3
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+
+using Xunit;
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Collections.Generic;
+using Apideck.Api;
+using Apideck.Model;
+using Apideck.Client;
+using System.Reflection;
+using Newtonsoft.Json;
+
+namespace Apideck.Test.Model
+{
+ ///
+ /// Class for testing Expense
+ ///
+ ///
+ /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
+ /// Please update the test case below to test the model.
+ ///
+ public class ExpenseTests : IDisposable
+ {
+ // TODO uncomment below to declare an instance variable for Expense
+ //private Expense instance;
+
+ public ExpenseTests()
+ {
+ // TODO uncomment below to create an instance of Expense
+ //instance = new Expense();
+ }
+
+ public void Dispose()
+ {
+ // Cleanup when everything is done.
+ }
+
+ ///
+ /// Test an instance of Expense
+ ///
+ [Fact]
+ public void ExpenseInstanceTest()
+ {
+ // TODO uncomment below to test "IsType" Expense
+ //Assert.IsType(instance);
+ }
+
+
+ ///
+ /// Test the property 'Id'
+ ///
+ [Fact]
+ public void IdTest()
+ {
+ // TODO unit test for the property 'Id'
+ }
+ ///
+ /// Test the property 'Number'
+ ///
+ [Fact]
+ public void NumberTest()
+ {
+ // TODO unit test for the property 'Number'
+ }
+ ///
+ /// Test the property 'TransactionDate'
+ ///
+ [Fact]
+ public void TransactionDateTest()
+ {
+ // TODO unit test for the property 'TransactionDate'
+ }
+ ///
+ /// Test the property 'AccountId'
+ ///
+ [Fact]
+ public void AccountIdTest()
+ {
+ // TODO unit test for the property 'AccountId'
+ }
+ ///
+ /// Test the property 'CustomerId'
+ ///
+ [Fact]
+ public void CustomerIdTest()
+ {
+ // TODO unit test for the property 'CustomerId'
+ }
+ ///
+ /// Test the property 'SupplierId'
+ ///
+ [Fact]
+ public void SupplierIdTest()
+ {
+ // TODO unit test for the property 'SupplierId'
+ }
+ ///
+ /// Test the property 'CompanyId'
+ ///
+ [Fact]
+ public void CompanyIdTest()
+ {
+ // TODO unit test for the property 'CompanyId'
+ }
+ ///
+ /// Test the property 'DepartmentId'
+ ///
+ [Fact]
+ public void DepartmentIdTest()
+ {
+ // TODO unit test for the property 'DepartmentId'
+ }
+ ///
+ /// Test the property 'Currency'
+ ///
+ [Fact]
+ public void CurrencyTest()
+ {
+ // TODO unit test for the property 'Currency'
+ }
+ ///
+ /// Test the property 'CurrencyRate'
+ ///
+ [Fact]
+ public void CurrencyRateTest()
+ {
+ // TODO unit test for the property 'CurrencyRate'
+ }
+ ///
+ /// Test the property 'Type'
+ ///
+ [Fact]
+ public void TypeTest()
+ {
+ // TODO unit test for the property 'Type'
+ }
+ ///
+ /// Test the property 'Memo'
+ ///
+ [Fact]
+ public void MemoTest()
+ {
+ // TODO unit test for the property 'Memo'
+ }
+ ///
+ /// Test the property 'TaxRate'
+ ///
+ [Fact]
+ public void TaxRateTest()
+ {
+ // TODO unit test for the property 'TaxRate'
+ }
+ ///
+ /// Test the property 'TotalAmount'
+ ///
+ [Fact]
+ public void TotalAmountTest()
+ {
+ // TODO unit test for the property 'TotalAmount'
+ }
+ ///
+ /// Test the property 'LineItems'
+ ///
+ [Fact]
+ public void LineItemsTest()
+ {
+ // TODO unit test for the property 'LineItems'
+ }
+ ///
+ /// Test the property 'CustomFields'
+ ///
+ [Fact]
+ public void CustomFieldsTest()
+ {
+ // TODO unit test for the property 'CustomFields'
+ }
+ ///
+ /// Test the property 'CustomMappings'
+ ///
+ [Fact]
+ public void CustomMappingsTest()
+ {
+ // TODO unit test for the property 'CustomMappings'
+ }
+ ///
+ /// Test the property 'UpdatedAt'
+ ///
+ [Fact]
+ public void UpdatedAtTest()
+ {
+ // TODO unit test for the property 'UpdatedAt'
+ }
+ ///
+ /// Test the property 'CreatedAt'
+ ///
+ [Fact]
+ public void CreatedAtTest()
+ {
+ // TODO unit test for the property 'CreatedAt'
+ }
+ ///
+ /// Test the property 'RowVersion'
+ ///
+ [Fact]
+ public void RowVersionTest()
+ {
+ // TODO unit test for the property 'RowVersion'
+ }
+ ///
+ /// Test the property 'PassThrough'
+ ///
+ [Fact]
+ public void PassThroughTest()
+ {
+ // TODO unit test for the property 'PassThrough'
+ }
+
+ }
+
+}
diff --git a/src/gen/src/Apideck.Test/Model/FileStorageEventTypeTests.cs b/src/gen/src/Apideck.Test/Model/FileStorageEventTypeTests.cs
index d4c53ac677..ebc45f0da0 100644
--- a/src/gen/src/Apideck.Test/Model/FileStorageEventTypeTests.cs
+++ b/src/gen/src/Apideck.Test/Model/FileStorageEventTypeTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/FileTypeTests.cs b/src/gen/src/Apideck.Test/Model/FileTypeTests.cs
index 7dc1cc2dfd..6b4f4d81b4 100644
--- a/src/gen/src/Apideck.Test/Model/FileTypeTests.cs
+++ b/src/gen/src/Apideck.Test/Model/FileTypeTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/FilesFilterTests.cs b/src/gen/src/Apideck.Test/Model/FilesFilterTests.cs
index 1c23fd181c..8e22237f45 100644
--- a/src/gen/src/Apideck.Test/Model/FilesFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/FilesFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/FilesSearchTests.cs b/src/gen/src/Apideck.Test/Model/FilesSearchTests.cs
index 7c08564f06..05da19aa8f 100644
--- a/src/gen/src/Apideck.Test/Model/FilesSearchTests.cs
+++ b/src/gen/src/Apideck.Test/Model/FilesSearchTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/FilesSortTests.cs b/src/gen/src/Apideck.Test/Model/FilesSortTests.cs
index a90ff700c1..21aca5f292 100644
--- a/src/gen/src/Apideck.Test/Model/FilesSortTests.cs
+++ b/src/gen/src/Apideck.Test/Model/FilesSortTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/FolderTests.cs b/src/gen/src/Apideck.Test/Model/FolderTests.cs
index 9b5a3c990c..a0cb7af7cf 100644
--- a/src/gen/src/Apideck.Test/Model/FolderTests.cs
+++ b/src/gen/src/Apideck.Test/Model/FolderTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/FormFieldOptionGroupTests.cs b/src/gen/src/Apideck.Test/Model/FormFieldOptionGroupTests.cs
index ee330b1d07..eb490ac99b 100644
--- a/src/gen/src/Apideck.Test/Model/FormFieldOptionGroupTests.cs
+++ b/src/gen/src/Apideck.Test/Model/FormFieldOptionGroupTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/FormFieldOptionTests.cs b/src/gen/src/Apideck.Test/Model/FormFieldOptionTests.cs
index 47a0f99b62..ada257ef97 100644
--- a/src/gen/src/Apideck.Test/Model/FormFieldOptionTests.cs
+++ b/src/gen/src/Apideck.Test/Model/FormFieldOptionTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/FormFieldTests.cs b/src/gen/src/Apideck.Test/Model/FormFieldTests.cs
index a62d2c0b96..baab574e46 100644
--- a/src/gen/src/Apideck.Test/Model/FormFieldTests.cs
+++ b/src/gen/src/Apideck.Test/Model/FormFieldTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GenderTests.cs b/src/gen/src/Apideck.Test/Model/GenderTests.cs
index ae04ee9995..ae44d1a5e8 100644
--- a/src/gen/src/Apideck.Test/Model/GenderTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GenderTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetAccountingDepartmentResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetAccountingDepartmentResponseTests.cs
index 97aaf7c605..bd834edaa6 100644
--- a/src/gen/src/Apideck.Test/Model/GetAccountingDepartmentResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetAccountingDepartmentResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetAccountingDepartmentsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetAccountingDepartmentsResponseTests.cs
index e28453f289..aed648b626 100644
--- a/src/gen/src/Apideck.Test/Model/GetAccountingDepartmentsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetAccountingDepartmentsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetAccountingLocationResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetAccountingLocationResponseTests.cs
index f40a1acdae..71a5f23dee 100644
--- a/src/gen/src/Apideck.Test/Model/GetAccountingLocationResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetAccountingLocationResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetAccountingLocationsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetAccountingLocationsResponseTests.cs
index 102627cd5e..3ade1b5381 100644
--- a/src/gen/src/Apideck.Test/Model/GetAccountingLocationsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetAccountingLocationsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetActivitiesResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetActivitiesResponseTests.cs
index 5765363d82..4b737b37f5 100644
--- a/src/gen/src/Apideck.Test/Model/GetActivitiesResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetActivitiesResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetActivityResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetActivityResponseTests.cs
index b70077ac33..31b43905c3 100644
--- a/src/gen/src/Apideck.Test/Model/GetActivityResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetActivityResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetApiResourceCoverageResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetApiResourceCoverageResponseTests.cs
index a6690b265d..7d799ed23b 100644
--- a/src/gen/src/Apideck.Test/Model/GetApiResourceCoverageResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetApiResourceCoverageResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetApiResourceResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetApiResourceResponseTests.cs
index bc183f7b12..cca98e1561 100644
--- a/src/gen/src/Apideck.Test/Model/GetApiResourceResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetApiResourceResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetApiResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetApiResponseTests.cs
index 20d21c2072..f2a41e0bd9 100644
--- a/src/gen/src/Apideck.Test/Model/GetApiResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetApiResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetApisResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetApisResponseTests.cs
index 52065aa7b7..41f8e5e3f7 100644
--- a/src/gen/src/Apideck.Test/Model/GetApisResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetApisResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetApplicantResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetApplicantResponseTests.cs
index eb2535fa6d..83f61ff7ab 100644
--- a/src/gen/src/Apideck.Test/Model/GetApplicantResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetApplicantResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetApplicantsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetApplicantsResponseTests.cs
index 834fe86db1..783ff8a4b4 100644
--- a/src/gen/src/Apideck.Test/Model/GetApplicantsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetApplicantsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetApplicationResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetApplicationResponseTests.cs
index 89a5fa49cd..3d137a3591 100644
--- a/src/gen/src/Apideck.Test/Model/GetApplicationResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetApplicationResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetApplicationsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetApplicationsResponseTests.cs
index 9ee3ce1093..386c61786d 100644
--- a/src/gen/src/Apideck.Test/Model/GetApplicationsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetApplicationsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetAttachmentResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetAttachmentResponseTests.cs
index e3f0e360b4..b1332d0a11 100644
--- a/src/gen/src/Apideck.Test/Model/GetAttachmentResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetAttachmentResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetAttachmentsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetAttachmentsResponseTests.cs
index 3801b9defe..c665d72b35 100644
--- a/src/gen/src/Apideck.Test/Model/GetAttachmentsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetAttachmentsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetBalanceSheetResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetBalanceSheetResponseTests.cs
index 40f92850f5..7dc848001a 100644
--- a/src/gen/src/Apideck.Test/Model/GetBalanceSheetResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetBalanceSheetResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetBillPaymentResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetBillPaymentResponseTests.cs
new file mode 100644
index 0000000000..2ed4945574
--- /dev/null
+++ b/src/gen/src/Apideck.Test/Model/GetBillPaymentResponseTests.cs
@@ -0,0 +1,110 @@
+/*
+ * Apideck
+ *
+ * The Apideck OpenAPI Spec: SDK Optimized
+ *
+ * The version of the OpenAPI document: 10.7.3
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+
+using Xunit;
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Collections.Generic;
+using Apideck.Api;
+using Apideck.Model;
+using Apideck.Client;
+using System.Reflection;
+using Newtonsoft.Json;
+
+namespace Apideck.Test.Model
+{
+ ///
+ /// Class for testing GetBillPaymentResponse
+ ///
+ ///
+ /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
+ /// Please update the test case below to test the model.
+ ///
+ public class GetBillPaymentResponseTests : IDisposable
+ {
+ // TODO uncomment below to declare an instance variable for GetBillPaymentResponse
+ //private GetBillPaymentResponse instance;
+
+ public GetBillPaymentResponseTests()
+ {
+ // TODO uncomment below to create an instance of GetBillPaymentResponse
+ //instance = new GetBillPaymentResponse();
+ }
+
+ public void Dispose()
+ {
+ // Cleanup when everything is done.
+ }
+
+ ///
+ /// Test an instance of GetBillPaymentResponse
+ ///
+ [Fact]
+ public void GetBillPaymentResponseInstanceTest()
+ {
+ // TODO uncomment below to test "IsType" GetBillPaymentResponse
+ //Assert.IsType(instance);
+ }
+
+
+ ///
+ /// Test the property 'StatusCode'
+ ///
+ [Fact]
+ public void StatusCodeTest()
+ {
+ // TODO unit test for the property 'StatusCode'
+ }
+ ///
+ /// Test the property 'Status'
+ ///
+ [Fact]
+ public void StatusTest()
+ {
+ // TODO unit test for the property 'Status'
+ }
+ ///
+ /// Test the property 'Service'
+ ///
+ [Fact]
+ public void ServiceTest()
+ {
+ // TODO unit test for the property 'Service'
+ }
+ ///
+ /// Test the property 'Resource'
+ ///
+ [Fact]
+ public void ResourceTest()
+ {
+ // TODO unit test for the property 'Resource'
+ }
+ ///
+ /// Test the property 'Operation'
+ ///
+ [Fact]
+ public void OperationTest()
+ {
+ // TODO unit test for the property 'Operation'
+ }
+ ///
+ /// Test the property 'Data'
+ ///
+ [Fact]
+ public void DataTest()
+ {
+ // TODO unit test for the property 'Data'
+ }
+
+ }
+
+}
diff --git a/src/gen/src/Apideck.Test/Model/GetBillPaymentsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetBillPaymentsResponseTests.cs
new file mode 100644
index 0000000000..e3e0ffc8ba
--- /dev/null
+++ b/src/gen/src/Apideck.Test/Model/GetBillPaymentsResponseTests.cs
@@ -0,0 +1,126 @@
+/*
+ * Apideck
+ *
+ * The Apideck OpenAPI Spec: SDK Optimized
+ *
+ * The version of the OpenAPI document: 10.7.3
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+
+using Xunit;
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Collections.Generic;
+using Apideck.Api;
+using Apideck.Model;
+using Apideck.Client;
+using System.Reflection;
+using Newtonsoft.Json;
+
+namespace Apideck.Test.Model
+{
+ ///
+ /// Class for testing GetBillPaymentsResponse
+ ///
+ ///
+ /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
+ /// Please update the test case below to test the model.
+ ///
+ public class GetBillPaymentsResponseTests : IDisposable
+ {
+ // TODO uncomment below to declare an instance variable for GetBillPaymentsResponse
+ //private GetBillPaymentsResponse instance;
+
+ public GetBillPaymentsResponseTests()
+ {
+ // TODO uncomment below to create an instance of GetBillPaymentsResponse
+ //instance = new GetBillPaymentsResponse();
+ }
+
+ public void Dispose()
+ {
+ // Cleanup when everything is done.
+ }
+
+ ///
+ /// Test an instance of GetBillPaymentsResponse
+ ///
+ [Fact]
+ public void GetBillPaymentsResponseInstanceTest()
+ {
+ // TODO uncomment below to test "IsType" GetBillPaymentsResponse
+ //Assert.IsType(instance);
+ }
+
+
+ ///
+ /// Test the property 'StatusCode'
+ ///
+ [Fact]
+ public void StatusCodeTest()
+ {
+ // TODO unit test for the property 'StatusCode'
+ }
+ ///
+ /// Test the property 'Status'
+ ///
+ [Fact]
+ public void StatusTest()
+ {
+ // TODO unit test for the property 'Status'
+ }
+ ///
+ /// Test the property 'Service'
+ ///
+ [Fact]
+ public void ServiceTest()
+ {
+ // TODO unit test for the property 'Service'
+ }
+ ///
+ /// Test the property 'Resource'
+ ///
+ [Fact]
+ public void ResourceTest()
+ {
+ // TODO unit test for the property 'Resource'
+ }
+ ///
+ /// Test the property 'Operation'
+ ///
+ [Fact]
+ public void OperationTest()
+ {
+ // TODO unit test for the property 'Operation'
+ }
+ ///
+ /// Test the property 'Data'
+ ///
+ [Fact]
+ public void DataTest()
+ {
+ // TODO unit test for the property 'Data'
+ }
+ ///
+ /// Test the property 'Meta'
+ ///
+ [Fact]
+ public void MetaTest()
+ {
+ // TODO unit test for the property 'Meta'
+ }
+ ///
+ /// Test the property 'Links'
+ ///
+ [Fact]
+ public void LinksTest()
+ {
+ // TODO unit test for the property 'Links'
+ }
+
+ }
+
+}
diff --git a/src/gen/src/Apideck.Test/Model/GetBillResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetBillResponseTests.cs
index 5c5a8d9fb3..8d1d6a3579 100644
--- a/src/gen/src/Apideck.Test/Model/GetBillResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetBillResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetBillsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetBillsResponseTests.cs
index 3c43da8d80..28c52954e7 100644
--- a/src/gen/src/Apideck.Test/Model/GetBillsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetBillsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetCollectionResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetCollectionResponseTests.cs
index e4e11f808f..2096af07b7 100644
--- a/src/gen/src/Apideck.Test/Model/GetCollectionResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetCollectionResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetCollectionTagsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetCollectionTagsResponseTests.cs
index c6b9e667ff..cf82f52e1e 100644
--- a/src/gen/src/Apideck.Test/Model/GetCollectionTagsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetCollectionTagsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetCollectionUserResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetCollectionUserResponseTests.cs
index 1c4fc7078b..1f41724716 100644
--- a/src/gen/src/Apideck.Test/Model/GetCollectionUserResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetCollectionUserResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetCollectionUsersResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetCollectionUsersResponseTests.cs
index 926918c204..0c5dc5a0f1 100644
--- a/src/gen/src/Apideck.Test/Model/GetCollectionUsersResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetCollectionUsersResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetCollectionsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetCollectionsResponseTests.cs
index 9766e8e6d1..1d08e84773 100644
--- a/src/gen/src/Apideck.Test/Model/GetCollectionsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetCollectionsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetCommentResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetCommentResponseTests.cs
index 23a888e69a..479cd21608 100644
--- a/src/gen/src/Apideck.Test/Model/GetCommentResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetCommentResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetCommentsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetCommentsResponseTests.cs
index 6014b160b4..71d141f7f2 100644
--- a/src/gen/src/Apideck.Test/Model/GetCommentsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetCommentsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetCompaniesResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetCompaniesResponseTests.cs
index 6f48ad5832..68b56635fd 100644
--- a/src/gen/src/Apideck.Test/Model/GetCompaniesResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetCompaniesResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetCompanyInfoResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetCompanyInfoResponseTests.cs
index f405ea499f..18fdc06fb7 100644
--- a/src/gen/src/Apideck.Test/Model/GetCompanyInfoResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetCompanyInfoResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetCompanyResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetCompanyResponseTests.cs
index b485284679..6e75cda39d 100644
--- a/src/gen/src/Apideck.Test/Model/GetCompanyResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetCompanyResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetConnectionResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetConnectionResponseTests.cs
index 38f34beab7..1f6fcc59a7 100644
--- a/src/gen/src/Apideck.Test/Model/GetConnectionResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetConnectionResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetConnectionsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetConnectionsResponseTests.cs
index eb9c886859..c55afb2c26 100644
--- a/src/gen/src/Apideck.Test/Model/GetConnectionsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetConnectionsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetConnectorResourceExampleResponseDataTests.cs b/src/gen/src/Apideck.Test/Model/GetConnectorResourceExampleResponseDataTests.cs
index efba171724..bd56d574ee 100644
--- a/src/gen/src/Apideck.Test/Model/GetConnectorResourceExampleResponseDataTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetConnectorResourceExampleResponseDataTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetConnectorResourceExampleResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetConnectorResourceExampleResponseTests.cs
index 1c8cbc8ca3..279d69074c 100644
--- a/src/gen/src/Apideck.Test/Model/GetConnectorResourceExampleResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetConnectorResourceExampleResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetConnectorResourceResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetConnectorResourceResponseTests.cs
index 96b3c2998e..59ca3879fb 100644
--- a/src/gen/src/Apideck.Test/Model/GetConnectorResourceResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetConnectorResourceResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetConnectorResourceSchemaResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetConnectorResourceSchemaResponseTests.cs
index 7cdeafd7c5..7dab29d7bf 100644
--- a/src/gen/src/Apideck.Test/Model/GetConnectorResourceSchemaResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetConnectorResourceSchemaResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetConnectorResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetConnectorResponseTests.cs
index 0d409933c0..5adc80eb91 100644
--- a/src/gen/src/Apideck.Test/Model/GetConnectorResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetConnectorResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetConnectorsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetConnectorsResponseTests.cs
index 334b2abb83..9e82ec15b4 100644
--- a/src/gen/src/Apideck.Test/Model/GetConnectorsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetConnectorsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetConsumerResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetConsumerResponseTests.cs
index d111ada5bd..3c45d3f093 100644
--- a/src/gen/src/Apideck.Test/Model/GetConsumerResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetConsumerResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetConsumersResponseDataTests.cs b/src/gen/src/Apideck.Test/Model/GetConsumersResponseDataTests.cs
index 2ffe7f59c7..08aa6e909c 100644
--- a/src/gen/src/Apideck.Test/Model/GetConsumersResponseDataTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetConsumersResponseDataTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetConsumersResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetConsumersResponseTests.cs
index 716aeb827c..6084a35f11 100644
--- a/src/gen/src/Apideck.Test/Model/GetConsumersResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetConsumersResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetContactResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetContactResponseTests.cs
index 39bfe40645..cecebdfc14 100644
--- a/src/gen/src/Apideck.Test/Model/GetContactResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetContactResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetContactsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetContactsResponseTests.cs
index a548810044..a01010339d 100644
--- a/src/gen/src/Apideck.Test/Model/GetContactsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetContactsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetCreditNoteResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetCreditNoteResponseTests.cs
index 975f2157aa..4e9c782c0d 100644
--- a/src/gen/src/Apideck.Test/Model/GetCreditNoteResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetCreditNoteResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetCreditNotesResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetCreditNotesResponseTests.cs
index 091b28969e..6ec4f1b2c9 100644
--- a/src/gen/src/Apideck.Test/Model/GetCreditNotesResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetCreditNotesResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetCustomFieldsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetCustomFieldsResponseTests.cs
index f7cb4ec399..13f7f77224 100644
--- a/src/gen/src/Apideck.Test/Model/GetCustomFieldsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetCustomFieldsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetCustomMappingResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetCustomMappingResponseTests.cs
index e1b2b09502..c575b24c04 100644
--- a/src/gen/src/Apideck.Test/Model/GetCustomMappingResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetCustomMappingResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetCustomerResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetCustomerResponseTests.cs
index cc38aa4cc7..e1582a6234 100644
--- a/src/gen/src/Apideck.Test/Model/GetCustomerResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetCustomerResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetCustomersResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetCustomersResponseTests.cs
index 2eaf0c5e34..444947b931 100644
--- a/src/gen/src/Apideck.Test/Model/GetCustomersResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetCustomersResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetDepartmentResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetDepartmentResponseTests.cs
index c945eb5a41..726649fd6e 100644
--- a/src/gen/src/Apideck.Test/Model/GetDepartmentResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetDepartmentResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetDepartmentsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetDepartmentsResponseTests.cs
index 78eb5e4676..f01a465b07 100644
--- a/src/gen/src/Apideck.Test/Model/GetDepartmentsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetDepartmentsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetDriveGroupResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetDriveGroupResponseTests.cs
index a80bb2edb1..280bebc24e 100644
--- a/src/gen/src/Apideck.Test/Model/GetDriveGroupResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetDriveGroupResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetDriveGroupsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetDriveGroupsResponseTests.cs
index 3c0c29fa94..037ebb8afb 100644
--- a/src/gen/src/Apideck.Test/Model/GetDriveGroupsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetDriveGroupsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetDriveResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetDriveResponseTests.cs
index 01b7830dfb..bf9e2e2c41 100644
--- a/src/gen/src/Apideck.Test/Model/GetDriveResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetDriveResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetDrivesResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetDrivesResponseTests.cs
index 3a48e5ae9c..52588e3122 100644
--- a/src/gen/src/Apideck.Test/Model/GetDrivesResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetDrivesResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetEcommerceCustomerResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetEcommerceCustomerResponseTests.cs
index 76e5decb0a..42f2a7d5e8 100644
--- a/src/gen/src/Apideck.Test/Model/GetEcommerceCustomerResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetEcommerceCustomerResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetEcommerceCustomersResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetEcommerceCustomersResponseTests.cs
index ef417ded14..3ed9dedc43 100644
--- a/src/gen/src/Apideck.Test/Model/GetEcommerceCustomersResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetEcommerceCustomersResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetEcommerceOrderResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetEcommerceOrderResponseTests.cs
index 7402f7f9c3..1809440951 100644
--- a/src/gen/src/Apideck.Test/Model/GetEcommerceOrderResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetEcommerceOrderResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetEcommerceOrdersResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetEcommerceOrdersResponseTests.cs
index 09bfeadfb5..6b0eb6f2fd 100644
--- a/src/gen/src/Apideck.Test/Model/GetEcommerceOrdersResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetEcommerceOrdersResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetEmployeePayrollResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetEmployeePayrollResponseTests.cs
index be4d8d205f..a5c8c57a5e 100644
--- a/src/gen/src/Apideck.Test/Model/GetEmployeePayrollResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetEmployeePayrollResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetEmployeePayrollsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetEmployeePayrollsResponseTests.cs
index 3d5a7d1c99..22c2165d78 100644
--- a/src/gen/src/Apideck.Test/Model/GetEmployeePayrollsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetEmployeePayrollsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetEmployeeResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetEmployeeResponseTests.cs
index 06d58bac9d..f24f60f1f3 100644
--- a/src/gen/src/Apideck.Test/Model/GetEmployeeResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetEmployeeResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetEmployeeSchedulesResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetEmployeeSchedulesResponseTests.cs
index d074cce359..a29d0dee26 100644
--- a/src/gen/src/Apideck.Test/Model/GetEmployeeSchedulesResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetEmployeeSchedulesResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetEmployeesResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetEmployeesResponseTests.cs
index 2247cd9ff1..60fd423187 100644
--- a/src/gen/src/Apideck.Test/Model/GetEmployeesResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetEmployeesResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetExpenseResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetExpenseResponseTests.cs
new file mode 100644
index 0000000000..3a2d88ecf4
--- /dev/null
+++ b/src/gen/src/Apideck.Test/Model/GetExpenseResponseTests.cs
@@ -0,0 +1,110 @@
+/*
+ * Apideck
+ *
+ * The Apideck OpenAPI Spec: SDK Optimized
+ *
+ * The version of the OpenAPI document: 10.7.3
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+
+using Xunit;
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Collections.Generic;
+using Apideck.Api;
+using Apideck.Model;
+using Apideck.Client;
+using System.Reflection;
+using Newtonsoft.Json;
+
+namespace Apideck.Test.Model
+{
+ ///
+ /// Class for testing GetExpenseResponse
+ ///
+ ///
+ /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
+ /// Please update the test case below to test the model.
+ ///
+ public class GetExpenseResponseTests : IDisposable
+ {
+ // TODO uncomment below to declare an instance variable for GetExpenseResponse
+ //private GetExpenseResponse instance;
+
+ public GetExpenseResponseTests()
+ {
+ // TODO uncomment below to create an instance of GetExpenseResponse
+ //instance = new GetExpenseResponse();
+ }
+
+ public void Dispose()
+ {
+ // Cleanup when everything is done.
+ }
+
+ ///
+ /// Test an instance of GetExpenseResponse
+ ///
+ [Fact]
+ public void GetExpenseResponseInstanceTest()
+ {
+ // TODO uncomment below to test "IsType" GetExpenseResponse
+ //Assert.IsType(instance);
+ }
+
+
+ ///
+ /// Test the property 'StatusCode'
+ ///
+ [Fact]
+ public void StatusCodeTest()
+ {
+ // TODO unit test for the property 'StatusCode'
+ }
+ ///
+ /// Test the property 'Status'
+ ///
+ [Fact]
+ public void StatusTest()
+ {
+ // TODO unit test for the property 'Status'
+ }
+ ///
+ /// Test the property 'Service'
+ ///
+ [Fact]
+ public void ServiceTest()
+ {
+ // TODO unit test for the property 'Service'
+ }
+ ///
+ /// Test the property 'Resource'
+ ///
+ [Fact]
+ public void ResourceTest()
+ {
+ // TODO unit test for the property 'Resource'
+ }
+ ///
+ /// Test the property 'Operation'
+ ///
+ [Fact]
+ public void OperationTest()
+ {
+ // TODO unit test for the property 'Operation'
+ }
+ ///
+ /// Test the property 'Data'
+ ///
+ [Fact]
+ public void DataTest()
+ {
+ // TODO unit test for the property 'Data'
+ }
+
+ }
+
+}
diff --git a/src/gen/src/Apideck.Test/Model/GetExpensesResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetExpensesResponseTests.cs
new file mode 100644
index 0000000000..3bb73c7afc
--- /dev/null
+++ b/src/gen/src/Apideck.Test/Model/GetExpensesResponseTests.cs
@@ -0,0 +1,126 @@
+/*
+ * Apideck
+ *
+ * The Apideck OpenAPI Spec: SDK Optimized
+ *
+ * The version of the OpenAPI document: 10.7.3
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+
+using Xunit;
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Collections.Generic;
+using Apideck.Api;
+using Apideck.Model;
+using Apideck.Client;
+using System.Reflection;
+using Newtonsoft.Json;
+
+namespace Apideck.Test.Model
+{
+ ///
+ /// Class for testing GetExpensesResponse
+ ///
+ ///
+ /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
+ /// Please update the test case below to test the model.
+ ///
+ public class GetExpensesResponseTests : IDisposable
+ {
+ // TODO uncomment below to declare an instance variable for GetExpensesResponse
+ //private GetExpensesResponse instance;
+
+ public GetExpensesResponseTests()
+ {
+ // TODO uncomment below to create an instance of GetExpensesResponse
+ //instance = new GetExpensesResponse();
+ }
+
+ public void Dispose()
+ {
+ // Cleanup when everything is done.
+ }
+
+ ///
+ /// Test an instance of GetExpensesResponse
+ ///
+ [Fact]
+ public void GetExpensesResponseInstanceTest()
+ {
+ // TODO uncomment below to test "IsType" GetExpensesResponse
+ //Assert.IsType(instance);
+ }
+
+
+ ///
+ /// Test the property 'StatusCode'
+ ///
+ [Fact]
+ public void StatusCodeTest()
+ {
+ // TODO unit test for the property 'StatusCode'
+ }
+ ///
+ /// Test the property 'Status'
+ ///
+ [Fact]
+ public void StatusTest()
+ {
+ // TODO unit test for the property 'Status'
+ }
+ ///
+ /// Test the property 'Service'
+ ///
+ [Fact]
+ public void ServiceTest()
+ {
+ // TODO unit test for the property 'Service'
+ }
+ ///
+ /// Test the property 'Resource'
+ ///
+ [Fact]
+ public void ResourceTest()
+ {
+ // TODO unit test for the property 'Resource'
+ }
+ ///
+ /// Test the property 'Operation'
+ ///
+ [Fact]
+ public void OperationTest()
+ {
+ // TODO unit test for the property 'Operation'
+ }
+ ///
+ /// Test the property 'Data'
+ ///
+ [Fact]
+ public void DataTest()
+ {
+ // TODO unit test for the property 'Data'
+ }
+ ///
+ /// Test the property 'Meta'
+ ///
+ [Fact]
+ public void MetaTest()
+ {
+ // TODO unit test for the property 'Meta'
+ }
+ ///
+ /// Test the property 'Links'
+ ///
+ [Fact]
+ public void LinksTest()
+ {
+ // TODO unit test for the property 'Links'
+ }
+
+ }
+
+}
diff --git a/src/gen/src/Apideck.Test/Model/GetFileResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetFileResponseTests.cs
index 35fa5e41cd..5d8e78a891 100644
--- a/src/gen/src/Apideck.Test/Model/GetFileResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetFileResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetFilesResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetFilesResponseTests.cs
index 4ed50956fb..a74fb125c5 100644
--- a/src/gen/src/Apideck.Test/Model/GetFilesResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetFilesResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetFolderResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetFolderResponseTests.cs
index 34a7cc722c..2b06225376 100644
--- a/src/gen/src/Apideck.Test/Model/GetFolderResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetFolderResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetFoldersResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetFoldersResponseTests.cs
index f664c19f9a..11d888677b 100644
--- a/src/gen/src/Apideck.Test/Model/GetFoldersResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetFoldersResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetHrisCompaniesResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetHrisCompaniesResponseTests.cs
index 8a8a82019f..551c9b2b2a 100644
--- a/src/gen/src/Apideck.Test/Model/GetHrisCompaniesResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetHrisCompaniesResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetHrisCompanyResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetHrisCompanyResponseTests.cs
index 30b976d6db..33eec830a4 100644
--- a/src/gen/src/Apideck.Test/Model/GetHrisCompanyResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetHrisCompanyResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetHrisJobResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetHrisJobResponseTests.cs
index 40f10b19a4..e05dd25599 100644
--- a/src/gen/src/Apideck.Test/Model/GetHrisJobResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetHrisJobResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetHrisJobsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetHrisJobsResponseTests.cs
index 132220a636..a350c4544a 100644
--- a/src/gen/src/Apideck.Test/Model/GetHrisJobsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetHrisJobsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetInvoiceItemResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetInvoiceItemResponseTests.cs
index 570ca96a52..b23ce5ea7f 100644
--- a/src/gen/src/Apideck.Test/Model/GetInvoiceItemResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetInvoiceItemResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetInvoiceItemsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetInvoiceItemsResponseTests.cs
index a37f7406ad..4c6a1c8caf 100644
--- a/src/gen/src/Apideck.Test/Model/GetInvoiceItemsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetInvoiceItemsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetInvoiceResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetInvoiceResponseTests.cs
index dedc3dc967..fb270410e0 100644
--- a/src/gen/src/Apideck.Test/Model/GetInvoiceResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetInvoiceResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetInvoicesResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetInvoicesResponseTests.cs
index ad157af263..e8def3c08e 100644
--- a/src/gen/src/Apideck.Test/Model/GetInvoicesResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetInvoicesResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetItemResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetItemResponseTests.cs
index 637e6ef731..c9084b66ef 100644
--- a/src/gen/src/Apideck.Test/Model/GetItemResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetItemResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetItemsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetItemsResponseTests.cs
index 03b2605935..48dbe30b8a 100644
--- a/src/gen/src/Apideck.Test/Model/GetItemsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetItemsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetJobResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetJobResponseTests.cs
index 98d8ac743f..ca262973ad 100644
--- a/src/gen/src/Apideck.Test/Model/GetJobResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetJobResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetJobsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetJobsResponseTests.cs
index d7122f80f2..c41169560f 100644
--- a/src/gen/src/Apideck.Test/Model/GetJobsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetJobsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetJournalEntriesResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetJournalEntriesResponseTests.cs
index 9fc079caf7..c90ea693db 100644
--- a/src/gen/src/Apideck.Test/Model/GetJournalEntriesResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetJournalEntriesResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetJournalEntryResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetJournalEntryResponseTests.cs
index 971cbc99ed..23bc8bb07f 100644
--- a/src/gen/src/Apideck.Test/Model/GetJournalEntryResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetJournalEntryResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetLeadResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetLeadResponseTests.cs
index 99c8204bef..74107ebafe 100644
--- a/src/gen/src/Apideck.Test/Model/GetLeadResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetLeadResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetLeadsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetLeadsResponseTests.cs
index 3c0852e4be..5cf176006c 100644
--- a/src/gen/src/Apideck.Test/Model/GetLeadsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetLeadsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetLedgerAccountResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetLedgerAccountResponseTests.cs
index d48c95e398..a3af71e4f5 100644
--- a/src/gen/src/Apideck.Test/Model/GetLedgerAccountResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetLedgerAccountResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetLedgerAccountsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetLedgerAccountsResponseTests.cs
index cf6770600c..3a9fe3e2a2 100644
--- a/src/gen/src/Apideck.Test/Model/GetLedgerAccountsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetLedgerAccountsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetLocationResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetLocationResponseTests.cs
index 9b618481b2..073f791f53 100644
--- a/src/gen/src/Apideck.Test/Model/GetLocationResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetLocationResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetLocationsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetLocationsResponseTests.cs
index 3437eb3459..472a3c144f 100644
--- a/src/gen/src/Apideck.Test/Model/GetLocationsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetLocationsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetLogsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetLogsResponseTests.cs
index e11c5d2907..b9c8fd7ad7 100644
--- a/src/gen/src/Apideck.Test/Model/GetLogsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetLogsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetMerchantResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetMerchantResponseTests.cs
index e959860f59..bd4bea47d6 100644
--- a/src/gen/src/Apideck.Test/Model/GetMerchantResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetMerchantResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetMerchantsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetMerchantsResponseTests.cs
index 1cb105309d..360e152c32 100644
--- a/src/gen/src/Apideck.Test/Model/GetMerchantsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetMerchantsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetMessageResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetMessageResponseTests.cs
index b0363a4db3..e3054f4f52 100644
--- a/src/gen/src/Apideck.Test/Model/GetMessageResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetMessageResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetMessagesResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetMessagesResponseTests.cs
index 9def8302f3..d983fef0b7 100644
--- a/src/gen/src/Apideck.Test/Model/GetMessagesResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetMessagesResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetModifierGroupResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetModifierGroupResponseTests.cs
index 812f5eabe8..0640ba559f 100644
--- a/src/gen/src/Apideck.Test/Model/GetModifierGroupResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetModifierGroupResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetModifierGroupsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetModifierGroupsResponseTests.cs
index 1a2e5f3419..8d78c82de2 100644
--- a/src/gen/src/Apideck.Test/Model/GetModifierGroupsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetModifierGroupsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetModifierResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetModifierResponseTests.cs
index d186caabc4..59ac25a5d5 100644
--- a/src/gen/src/Apideck.Test/Model/GetModifierResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetModifierResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetModifiersResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetModifiersResponseTests.cs
index e8bc519a29..315958089e 100644
--- a/src/gen/src/Apideck.Test/Model/GetModifiersResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetModifiersResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetNoteResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetNoteResponseTests.cs
index e7b5c36746..c56a301eb0 100644
--- a/src/gen/src/Apideck.Test/Model/GetNoteResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetNoteResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetNotesResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetNotesResponseTests.cs
index c7640da759..c77cac7ce7 100644
--- a/src/gen/src/Apideck.Test/Model/GetNotesResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetNotesResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetOpportunitiesResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetOpportunitiesResponseTests.cs
index f6cc063f24..77fab5e73e 100644
--- a/src/gen/src/Apideck.Test/Model/GetOpportunitiesResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetOpportunitiesResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetOpportunityResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetOpportunityResponseTests.cs
index f6a2c17342..76b922367a 100644
--- a/src/gen/src/Apideck.Test/Model/GetOpportunityResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetOpportunityResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetOrderResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetOrderResponseTests.cs
index d711d6d918..6ebd814143 100644
--- a/src/gen/src/Apideck.Test/Model/GetOrderResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetOrderResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetOrderTypeResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetOrderTypeResponseTests.cs
index bb669eb27f..463dfaefd1 100644
--- a/src/gen/src/Apideck.Test/Model/GetOrderTypeResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetOrderTypeResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetOrderTypesResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetOrderTypesResponseTests.cs
index 5bfbe9b64d..642206d8ff 100644
--- a/src/gen/src/Apideck.Test/Model/GetOrderTypesResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetOrderTypesResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetOrdersResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetOrdersResponseTests.cs
index 034b57ab3f..076629cf77 100644
--- a/src/gen/src/Apideck.Test/Model/GetOrdersResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetOrdersResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetPaymentResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetPaymentResponseTests.cs
index fe4563ef84..5bb725f269 100644
--- a/src/gen/src/Apideck.Test/Model/GetPaymentResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetPaymentResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetPaymentsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetPaymentsResponseTests.cs
index 4a88814a26..c34f41619d 100644
--- a/src/gen/src/Apideck.Test/Model/GetPaymentsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetPaymentsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetPayrollResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetPayrollResponseTests.cs
index b2f9bdf6e8..5d0b0f5814 100644
--- a/src/gen/src/Apideck.Test/Model/GetPayrollResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetPayrollResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetPayrollsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetPayrollsResponseTests.cs
index a20b26a8e8..ded9c4256c 100644
--- a/src/gen/src/Apideck.Test/Model/GetPayrollsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetPayrollsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetPipelineResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetPipelineResponseTests.cs
index 9d336c8f79..cc19926ecb 100644
--- a/src/gen/src/Apideck.Test/Model/GetPipelineResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetPipelineResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetPipelinesResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetPipelinesResponseTests.cs
index 2a788f6080..9fb96540ba 100644
--- a/src/gen/src/Apideck.Test/Model/GetPipelinesResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetPipelinesResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetPosPaymentResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetPosPaymentResponseTests.cs
index 3a7b29ea92..dabe99e382 100644
--- a/src/gen/src/Apideck.Test/Model/GetPosPaymentResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetPosPaymentResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetPosPaymentsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetPosPaymentsResponseTests.cs
index 39c378b662..bf87f9712a 100644
--- a/src/gen/src/Apideck.Test/Model/GetPosPaymentsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetPosPaymentsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetProductResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetProductResponseTests.cs
index 6d3f1e3318..1c76d3bb44 100644
--- a/src/gen/src/Apideck.Test/Model/GetProductResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetProductResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetProductsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetProductsResponseTests.cs
index 7dd306e9a5..ad66c5df67 100644
--- a/src/gen/src/Apideck.Test/Model/GetProductsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetProductsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetProfitAndLossResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetProfitAndLossResponseTests.cs
index ec1a113108..81887e4cd9 100644
--- a/src/gen/src/Apideck.Test/Model/GetProfitAndLossResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetProfitAndLossResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetPurchaseOrderResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetPurchaseOrderResponseTests.cs
index dce48e6838..a4bc60f487 100644
--- a/src/gen/src/Apideck.Test/Model/GetPurchaseOrderResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetPurchaseOrderResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetPurchaseOrdersResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetPurchaseOrdersResponseTests.cs
index 8c966f2c60..0940be7ecd 100644
--- a/src/gen/src/Apideck.Test/Model/GetPurchaseOrdersResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetPurchaseOrdersResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetResourceExampleResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetResourceExampleResponseTests.cs
index e3b16b2735..426a9e1a72 100644
--- a/src/gen/src/Apideck.Test/Model/GetResourceExampleResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetResourceExampleResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetResourceSchemaResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetResourceSchemaResponseTests.cs
index f30ca112bd..cdb15bb995 100644
--- a/src/gen/src/Apideck.Test/Model/GetResourceSchemaResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetResourceSchemaResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetSharedLinkResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetSharedLinkResponseTests.cs
index 11e9eabe69..ace0075b81 100644
--- a/src/gen/src/Apideck.Test/Model/GetSharedLinkResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetSharedLinkResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetSharedLinksResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetSharedLinksResponseTests.cs
index ae7c191b3e..ab0ec75eff 100644
--- a/src/gen/src/Apideck.Test/Model/GetSharedLinksResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetSharedLinksResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetStoreResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetStoreResponseTests.cs
index 83d3dac1ac..7ac1ffec99 100644
--- a/src/gen/src/Apideck.Test/Model/GetStoreResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetStoreResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetStoresResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetStoresResponseTests.cs
index 4b9ee79ac3..f58c6c00ad 100644
--- a/src/gen/src/Apideck.Test/Model/GetStoresResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetStoresResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetSubsidiariesResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetSubsidiariesResponseTests.cs
index 086cdbabb6..cac4ea306d 100644
--- a/src/gen/src/Apideck.Test/Model/GetSubsidiariesResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetSubsidiariesResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetSubsidiaryResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetSubsidiaryResponseTests.cs
index 4576dba922..90550b6751 100644
--- a/src/gen/src/Apideck.Test/Model/GetSubsidiaryResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetSubsidiaryResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetSupplierResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetSupplierResponseTests.cs
index a4a5047fea..733f1aef72 100644
--- a/src/gen/src/Apideck.Test/Model/GetSupplierResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetSupplierResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetSuppliersResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetSuppliersResponseTests.cs
index 9bdd5af740..780c14b7e3 100644
--- a/src/gen/src/Apideck.Test/Model/GetSuppliersResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetSuppliersResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetTaxRateResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetTaxRateResponseTests.cs
index 7c786789cd..31f6517607 100644
--- a/src/gen/src/Apideck.Test/Model/GetTaxRateResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetTaxRateResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetTaxRatesResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetTaxRatesResponseTests.cs
index 53b1f6e29c..cbf6fe334a 100644
--- a/src/gen/src/Apideck.Test/Model/GetTaxRatesResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetTaxRatesResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetTenderResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetTenderResponseTests.cs
index 40a2d3a78f..4348afa55a 100644
--- a/src/gen/src/Apideck.Test/Model/GetTenderResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetTenderResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetTendersResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetTendersResponseTests.cs
index 504f3260f9..2e792cc08b 100644
--- a/src/gen/src/Apideck.Test/Model/GetTendersResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetTendersResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetTicketResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetTicketResponseTests.cs
index f371b94621..f789162631 100644
--- a/src/gen/src/Apideck.Test/Model/GetTicketResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetTicketResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetTicketsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetTicketsResponseTests.cs
index 89113a91a2..098846a455 100644
--- a/src/gen/src/Apideck.Test/Model/GetTicketsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetTicketsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetTimeOffRequestResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetTimeOffRequestResponseTests.cs
index e4b435e55e..5ce828c36e 100644
--- a/src/gen/src/Apideck.Test/Model/GetTimeOffRequestResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetTimeOffRequestResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetTimeOffRequestsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetTimeOffRequestsResponseTests.cs
index 62b47b554c..08def945a0 100644
--- a/src/gen/src/Apideck.Test/Model/GetTimeOffRequestsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetTimeOffRequestsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetTrackingCategoriesResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetTrackingCategoriesResponseTests.cs
new file mode 100644
index 0000000000..79c316eb87
--- /dev/null
+++ b/src/gen/src/Apideck.Test/Model/GetTrackingCategoriesResponseTests.cs
@@ -0,0 +1,126 @@
+/*
+ * Apideck
+ *
+ * The Apideck OpenAPI Spec: SDK Optimized
+ *
+ * The version of the OpenAPI document: 10.7.3
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+
+using Xunit;
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Collections.Generic;
+using Apideck.Api;
+using Apideck.Model;
+using Apideck.Client;
+using System.Reflection;
+using Newtonsoft.Json;
+
+namespace Apideck.Test.Model
+{
+ ///
+ /// Class for testing GetTrackingCategoriesResponse
+ ///
+ ///
+ /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
+ /// Please update the test case below to test the model.
+ ///
+ public class GetTrackingCategoriesResponseTests : IDisposable
+ {
+ // TODO uncomment below to declare an instance variable for GetTrackingCategoriesResponse
+ //private GetTrackingCategoriesResponse instance;
+
+ public GetTrackingCategoriesResponseTests()
+ {
+ // TODO uncomment below to create an instance of GetTrackingCategoriesResponse
+ //instance = new GetTrackingCategoriesResponse();
+ }
+
+ public void Dispose()
+ {
+ // Cleanup when everything is done.
+ }
+
+ ///
+ /// Test an instance of GetTrackingCategoriesResponse
+ ///
+ [Fact]
+ public void GetTrackingCategoriesResponseInstanceTest()
+ {
+ // TODO uncomment below to test "IsType" GetTrackingCategoriesResponse
+ //Assert.IsType(instance);
+ }
+
+
+ ///
+ /// Test the property 'StatusCode'
+ ///
+ [Fact]
+ public void StatusCodeTest()
+ {
+ // TODO unit test for the property 'StatusCode'
+ }
+ ///
+ /// Test the property 'Status'
+ ///
+ [Fact]
+ public void StatusTest()
+ {
+ // TODO unit test for the property 'Status'
+ }
+ ///
+ /// Test the property 'Service'
+ ///
+ [Fact]
+ public void ServiceTest()
+ {
+ // TODO unit test for the property 'Service'
+ }
+ ///
+ /// Test the property 'Resource'
+ ///
+ [Fact]
+ public void ResourceTest()
+ {
+ // TODO unit test for the property 'Resource'
+ }
+ ///
+ /// Test the property 'Operation'
+ ///
+ [Fact]
+ public void OperationTest()
+ {
+ // TODO unit test for the property 'Operation'
+ }
+ ///
+ /// Test the property 'Data'
+ ///
+ [Fact]
+ public void DataTest()
+ {
+ // TODO unit test for the property 'Data'
+ }
+ ///
+ /// Test the property 'Meta'
+ ///
+ [Fact]
+ public void MetaTest()
+ {
+ // TODO unit test for the property 'Meta'
+ }
+ ///
+ /// Test the property 'Links'
+ ///
+ [Fact]
+ public void LinksTest()
+ {
+ // TODO unit test for the property 'Links'
+ }
+
+ }
+
+}
diff --git a/src/gen/src/Apideck.Test/Model/GetTrackingCategoryResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetTrackingCategoryResponseTests.cs
new file mode 100644
index 0000000000..9436d30e2b
--- /dev/null
+++ b/src/gen/src/Apideck.Test/Model/GetTrackingCategoryResponseTests.cs
@@ -0,0 +1,110 @@
+/*
+ * Apideck
+ *
+ * The Apideck OpenAPI Spec: SDK Optimized
+ *
+ * The version of the OpenAPI document: 10.7.3
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+
+using Xunit;
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Collections.Generic;
+using Apideck.Api;
+using Apideck.Model;
+using Apideck.Client;
+using System.Reflection;
+using Newtonsoft.Json;
+
+namespace Apideck.Test.Model
+{
+ ///
+ /// Class for testing GetTrackingCategoryResponse
+ ///
+ ///
+ /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
+ /// Please update the test case below to test the model.
+ ///
+ public class GetTrackingCategoryResponseTests : IDisposable
+ {
+ // TODO uncomment below to declare an instance variable for GetTrackingCategoryResponse
+ //private GetTrackingCategoryResponse instance;
+
+ public GetTrackingCategoryResponseTests()
+ {
+ // TODO uncomment below to create an instance of GetTrackingCategoryResponse
+ //instance = new GetTrackingCategoryResponse();
+ }
+
+ public void Dispose()
+ {
+ // Cleanup when everything is done.
+ }
+
+ ///
+ /// Test an instance of GetTrackingCategoryResponse
+ ///
+ [Fact]
+ public void GetTrackingCategoryResponseInstanceTest()
+ {
+ // TODO uncomment below to test "IsType" GetTrackingCategoryResponse
+ //Assert.IsType(instance);
+ }
+
+
+ ///
+ /// Test the property 'StatusCode'
+ ///
+ [Fact]
+ public void StatusCodeTest()
+ {
+ // TODO unit test for the property 'StatusCode'
+ }
+ ///
+ /// Test the property 'Status'
+ ///
+ [Fact]
+ public void StatusTest()
+ {
+ // TODO unit test for the property 'Status'
+ }
+ ///
+ /// Test the property 'Service'
+ ///
+ [Fact]
+ public void ServiceTest()
+ {
+ // TODO unit test for the property 'Service'
+ }
+ ///
+ /// Test the property 'Resource'
+ ///
+ [Fact]
+ public void ResourceTest()
+ {
+ // TODO unit test for the property 'Resource'
+ }
+ ///
+ /// Test the property 'Operation'
+ ///
+ [Fact]
+ public void OperationTest()
+ {
+ // TODO unit test for the property 'Operation'
+ }
+ ///
+ /// Test the property 'Data'
+ ///
+ [Fact]
+ public void DataTest()
+ {
+ // TODO unit test for the property 'Data'
+ }
+
+ }
+
+}
diff --git a/src/gen/src/Apideck.Test/Model/GetUploadSessionResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetUploadSessionResponseTests.cs
index d16ddbb435..1c18648cd7 100644
--- a/src/gen/src/Apideck.Test/Model/GetUploadSessionResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetUploadSessionResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetUserResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetUserResponseTests.cs
index 2d28aa324d..5c6b13194b 100644
--- a/src/gen/src/Apideck.Test/Model/GetUserResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetUserResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetUsersResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetUsersResponseTests.cs
index f658589cbe..b19dbadaec 100644
--- a/src/gen/src/Apideck.Test/Model/GetUsersResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetUsersResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetWebhookEventLogsResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetWebhookEventLogsResponseTests.cs
index 20d9d99f2b..2b1d26dded 100644
--- a/src/gen/src/Apideck.Test/Model/GetWebhookEventLogsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetWebhookEventLogsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetWebhookResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetWebhookResponseTests.cs
index e3fc8c96a4..8c6a58b84b 100644
--- a/src/gen/src/Apideck.Test/Model/GetWebhookResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetWebhookResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/GetWebhooksResponseTests.cs b/src/gen/src/Apideck.Test/Model/GetWebhooksResponseTests.cs
index 1cf3b7ae63..658eeb5d6b 100644
--- a/src/gen/src/Apideck.Test/Model/GetWebhooksResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/GetWebhooksResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/HrisCompanyTests.cs b/src/gen/src/Apideck.Test/Model/HrisCompanyTests.cs
index f563bbb53b..1559cdb65c 100644
--- a/src/gen/src/Apideck.Test/Model/HrisCompanyTests.cs
+++ b/src/gen/src/Apideck.Test/Model/HrisCompanyTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/HrisEventTypeTests.cs b/src/gen/src/Apideck.Test/Model/HrisEventTypeTests.cs
index e088a26c36..c71f50fe93 100644
--- a/src/gen/src/Apideck.Test/Model/HrisEventTypeTests.cs
+++ b/src/gen/src/Apideck.Test/Model/HrisEventTypeTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/HrisJobLocationTests.cs b/src/gen/src/Apideck.Test/Model/HrisJobLocationTests.cs
index 8d052ca157..55a59f2032 100644
--- a/src/gen/src/Apideck.Test/Model/HrisJobLocationTests.cs
+++ b/src/gen/src/Apideck.Test/Model/HrisJobLocationTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/HrisJobTests.cs b/src/gen/src/Apideck.Test/Model/HrisJobTests.cs
index dc6afb5d87..5bf2e8cb22 100644
--- a/src/gen/src/Apideck.Test/Model/HrisJobTests.cs
+++ b/src/gen/src/Apideck.Test/Model/HrisJobTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/HrisJobsTests.cs b/src/gen/src/Apideck.Test/Model/HrisJobsTests.cs
index 9b1eb73d56..2f1c1c1344 100644
--- a/src/gen/src/Apideck.Test/Model/HrisJobsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/HrisJobsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/IntegrationStateTests.cs b/src/gen/src/Apideck.Test/Model/IntegrationStateTests.cs
index 4bb06e6f37..b56ea0a270 100644
--- a/src/gen/src/Apideck.Test/Model/IntegrationStateTests.cs
+++ b/src/gen/src/Apideck.Test/Model/IntegrationStateTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/InvoiceItemSalesDetailsTests.cs b/src/gen/src/Apideck.Test/Model/InvoiceItemSalesDetailsTests.cs
index ec6c45da5e..679240bbc8 100644
--- a/src/gen/src/Apideck.Test/Model/InvoiceItemSalesDetailsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/InvoiceItemSalesDetailsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/InvoiceItemTests.cs b/src/gen/src/Apideck.Test/Model/InvoiceItemTests.cs
index a06879ae35..b0c58044c6 100644
--- a/src/gen/src/Apideck.Test/Model/InvoiceItemTests.cs
+++ b/src/gen/src/Apideck.Test/Model/InvoiceItemTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -201,6 +201,14 @@ public void TrackingCategoryTest()
// TODO unit test for the property 'TrackingCategory'
}
///
+ /// Test the property 'TrackingCategories'
+ ///
+ [Fact]
+ public void TrackingCategoriesTest()
+ {
+ // TODO unit test for the property 'TrackingCategories'
+ }
+ ///
/// Test the property 'Active'
///
[Fact]
diff --git a/src/gen/src/Apideck.Test/Model/InvoiceItemsFilterTests.cs b/src/gen/src/Apideck.Test/Model/InvoiceItemsFilterTests.cs
index 117c070c49..031c59029c 100644
--- a/src/gen/src/Apideck.Test/Model/InvoiceItemsFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/InvoiceItemsFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/InvoiceLineItemTests.cs b/src/gen/src/Apideck.Test/Model/InvoiceLineItemTests.cs
index 2742f6552d..dad2003664 100644
--- a/src/gen/src/Apideck.Test/Model/InvoiceLineItemTests.cs
+++ b/src/gen/src/Apideck.Test/Model/InvoiceLineItemTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -193,6 +193,14 @@ public void TaxRateTest()
// TODO unit test for the property 'TaxRate'
}
///
+ /// Test the property 'TrackingCategories'
+ ///
+ [Fact]
+ public void TrackingCategoriesTest()
+ {
+ // TODO unit test for the property 'TrackingCategories'
+ }
+ ///
/// Test the property 'LedgerAccount'
///
[Fact]
diff --git a/src/gen/src/Apideck.Test/Model/InvoiceResponseTests.cs b/src/gen/src/Apideck.Test/Model/InvoiceResponseTests.cs
index e5e01628c1..67732900fc 100644
--- a/src/gen/src/Apideck.Test/Model/InvoiceResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/InvoiceResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/InvoiceTests.cs b/src/gen/src/Apideck.Test/Model/InvoiceTests.cs
index 23eb872651..da8ae7d1b8 100644
--- a/src/gen/src/Apideck.Test/Model/InvoiceTests.cs
+++ b/src/gen/src/Apideck.Test/Model/InvoiceTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -265,6 +265,14 @@ public void TrackingCategoryTest()
// TODO unit test for the property 'TrackingCategory'
}
///
+ /// Test the property 'TrackingCategories'
+ ///
+ [Fact]
+ public void TrackingCategoriesTest()
+ {
+ // TODO unit test for the property 'TrackingCategories'
+ }
+ ///
/// Test the property 'LineItems'
///
[Fact]
diff --git a/src/gen/src/Apideck.Test/Model/InvoicesFilterTests.cs b/src/gen/src/Apideck.Test/Model/InvoicesFilterTests.cs
index c3a41a9cd7..c8ec32cd91 100644
--- a/src/gen/src/Apideck.Test/Model/InvoicesFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/InvoicesFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -72,6 +72,14 @@ public void CreatedSinceTest()
{
// TODO unit test for the property 'CreatedSince'
}
+ ///
+ /// Test the property 'Number'
+ ///
+ [Fact]
+ public void NumberTest()
+ {
+ // TODO unit test for the property 'Number'
+ }
}
diff --git a/src/gen/src/Apideck.Test/Model/InvoicesSortTests.cs b/src/gen/src/Apideck.Test/Model/InvoicesSortTests.cs
index 49e6118d20..f6b8112cc5 100644
--- a/src/gen/src/Apideck.Test/Model/InvoicesSortTests.cs
+++ b/src/gen/src/Apideck.Test/Model/InvoicesSortTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/IssueTrackingEventTypeTests.cs b/src/gen/src/Apideck.Test/Model/IssueTrackingEventTypeTests.cs
index 5e77847e73..a9ad1ab47d 100644
--- a/src/gen/src/Apideck.Test/Model/IssueTrackingEventTypeTests.cs
+++ b/src/gen/src/Apideck.Test/Model/IssueTrackingEventTypeTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/IssuesFilterTests.cs b/src/gen/src/Apideck.Test/Model/IssuesFilterTests.cs
index 88c5c2ca3d..98c5acb3e2 100644
--- a/src/gen/src/Apideck.Test/Model/IssuesFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/IssuesFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ItemTests.cs b/src/gen/src/Apideck.Test/Model/ItemTests.cs
index 10b0ebec30..5a47c6823c 100644
--- a/src/gen/src/Apideck.Test/Model/ItemTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ItemTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/JobLinksTests.cs b/src/gen/src/Apideck.Test/Model/JobLinksTests.cs
index e1e23e8d50..76ff0ecc62 100644
--- a/src/gen/src/Apideck.Test/Model/JobLinksTests.cs
+++ b/src/gen/src/Apideck.Test/Model/JobLinksTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/JobSalaryTests.cs b/src/gen/src/Apideck.Test/Model/JobSalaryTests.cs
index 920a1ecd80..48f71726ae 100644
--- a/src/gen/src/Apideck.Test/Model/JobSalaryTests.cs
+++ b/src/gen/src/Apideck.Test/Model/JobSalaryTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/JobStatusTests.cs b/src/gen/src/Apideck.Test/Model/JobStatusTests.cs
index 4861a0a411..74b5eb7233 100644
--- a/src/gen/src/Apideck.Test/Model/JobStatusTests.cs
+++ b/src/gen/src/Apideck.Test/Model/JobStatusTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/JobTests.cs b/src/gen/src/Apideck.Test/Model/JobTests.cs
index e86ff63aba..8ab705b33e 100644
--- a/src/gen/src/Apideck.Test/Model/JobTests.cs
+++ b/src/gen/src/Apideck.Test/Model/JobTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/JournalEntriesFilterTests.cs b/src/gen/src/Apideck.Test/Model/JournalEntriesFilterTests.cs
index 51207d612b..ea79e4bd8a 100644
--- a/src/gen/src/Apideck.Test/Model/JournalEntriesFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/JournalEntriesFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/JournalEntriesSortTests.cs b/src/gen/src/Apideck.Test/Model/JournalEntriesSortTests.cs
index 3f9df01326..4147d36dfc 100644
--- a/src/gen/src/Apideck.Test/Model/JournalEntriesSortTests.cs
+++ b/src/gen/src/Apideck.Test/Model/JournalEntriesSortTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/JournalEntryLineItemTests.cs b/src/gen/src/Apideck.Test/Model/JournalEntryLineItemTests.cs
index 0bd871101c..ee1a3db8b3 100644
--- a/src/gen/src/Apideck.Test/Model/JournalEntryLineItemTests.cs
+++ b/src/gen/src/Apideck.Test/Model/JournalEntryLineItemTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -121,6 +121,14 @@ public void TrackingCategoryTest()
// TODO unit test for the property 'TrackingCategory'
}
///
+ /// Test the property 'TrackingCategories'
+ ///
+ [Fact]
+ public void TrackingCategoriesTest()
+ {
+ // TODO unit test for the property 'TrackingCategories'
+ }
+ ///
/// Test the property 'LedgerAccount'
///
[Fact]
@@ -160,6 +168,14 @@ public void LocationIdTest()
{
// TODO unit test for the property 'LocationId'
}
+ ///
+ /// Test the property 'LineNumber'
+ ///
+ [Fact]
+ public void LineNumberTest()
+ {
+ // TODO unit test for the property 'LineNumber'
+ }
}
diff --git a/src/gen/src/Apideck.Test/Model/JournalEntryTests.cs b/src/gen/src/Apideck.Test/Model/JournalEntryTests.cs
index 4ee9091dc6..3705a6e61a 100644
--- a/src/gen/src/Apideck.Test/Model/JournalEntryTests.cs
+++ b/src/gen/src/Apideck.Test/Model/JournalEntryTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -153,6 +153,22 @@ public void NumberTest()
// TODO unit test for the property 'Number'
}
///
+ /// Test the property 'TrackingCategories'
+ ///
+ [Fact]
+ public void TrackingCategoriesTest()
+ {
+ // TODO unit test for the property 'TrackingCategories'
+ }
+ ///
+ /// Test the property 'AccountingPeriod'
+ ///
+ [Fact]
+ public void AccountingPeriodTest()
+ {
+ // TODO unit test for the property 'AccountingPeriod'
+ }
+ ///
/// Test the property 'CustomMappings'
///
[Fact]
diff --git a/src/gen/src/Apideck.Test/Model/LeadEventTypeTests.cs b/src/gen/src/Apideck.Test/Model/LeadEventTypeTests.cs
index 4736b18407..fa95e15d1f 100644
--- a/src/gen/src/Apideck.Test/Model/LeadEventTypeTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LeadEventTypeTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/LeadTests.cs b/src/gen/src/Apideck.Test/Model/LeadTests.cs
index dd3dd4cdd2..1bcbfcade9 100644
--- a/src/gen/src/Apideck.Test/Model/LeadTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LeadTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -89,6 +89,14 @@ public void OwnerIdTest()
// TODO unit test for the property 'OwnerId'
}
///
+ /// Test the property 'OwnerName'
+ ///
+ [Fact]
+ public void OwnerNameTest()
+ {
+ // TODO unit test for the property 'OwnerName'
+ }
+ ///
/// Test the property 'CompanyId'
///
[Fact]
diff --git a/src/gen/src/Apideck.Test/Model/LeadsFilterTests.cs b/src/gen/src/Apideck.Test/Model/LeadsFilterTests.cs
index fb6c6b9751..67017783fe 100644
--- a/src/gen/src/Apideck.Test/Model/LeadsFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LeadsFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -88,6 +88,14 @@ public void EmailTest()
{
// TODO unit test for the property 'Email'
}
+ ///
+ /// Test the property 'PhoneNumber'
+ ///
+ [Fact]
+ public void PhoneNumberTest()
+ {
+ // TODO unit test for the property 'PhoneNumber'
+ }
}
diff --git a/src/gen/src/Apideck.Test/Model/LeadsSortTests.cs b/src/gen/src/Apideck.Test/Model/LeadsSortTests.cs
index 52c7549a23..5e2e0f288b 100644
--- a/src/gen/src/Apideck.Test/Model/LeadsSortTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LeadsSortTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/LedgerAccountCategoriesTests.cs b/src/gen/src/Apideck.Test/Model/LedgerAccountCategoriesTests.cs
index d017d2fdbe..f51b3a5576 100644
--- a/src/gen/src/Apideck.Test/Model/LedgerAccountCategoriesTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LedgerAccountCategoriesTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/LedgerAccountParentAccountTests.cs b/src/gen/src/Apideck.Test/Model/LedgerAccountParentAccountTests.cs
index 68251d4601..0efd8fc567 100644
--- a/src/gen/src/Apideck.Test/Model/LedgerAccountParentAccountTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LedgerAccountParentAccountTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/LedgerAccountTests.cs b/src/gen/src/Apideck.Test/Model/LedgerAccountTests.cs
index d6989aa673..9cb1159cc8 100644
--- a/src/gen/src/Apideck.Test/Model/LedgerAccountTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LedgerAccountTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/LedgerAccountsFilterTests.cs b/src/gen/src/Apideck.Test/Model/LedgerAccountsFilterTests.cs
index 615eea23bb..b9da9d4604 100644
--- a/src/gen/src/Apideck.Test/Model/LedgerAccountsFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LedgerAccountsFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/LedgerAccountsSortTests.cs b/src/gen/src/Apideck.Test/Model/LedgerAccountsSortTests.cs
index 0f264496d8..62730d2773 100644
--- a/src/gen/src/Apideck.Test/Model/LedgerAccountsSortTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LedgerAccountsSortTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/LinkedConnectorResourceTests.cs b/src/gen/src/Apideck.Test/Model/LinkedConnectorResourceTests.cs
index 9767ced524..5ffcf82fb4 100644
--- a/src/gen/src/Apideck.Test/Model/LinkedConnectorResourceTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LinkedConnectorResourceTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/LinkedCustomerTests.cs b/src/gen/src/Apideck.Test/Model/LinkedCustomerTests.cs
index a65bab714c..3f8ba428a1 100644
--- a/src/gen/src/Apideck.Test/Model/LinkedCustomerTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LinkedCustomerTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/LinkedEcommerceCustomerTests.cs b/src/gen/src/Apideck.Test/Model/LinkedEcommerceCustomerTests.cs
index 914f4e0264..5126036a65 100644
--- a/src/gen/src/Apideck.Test/Model/LinkedEcommerceCustomerTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LinkedEcommerceCustomerTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/LinkedEcommerceOrderTests.cs b/src/gen/src/Apideck.Test/Model/LinkedEcommerceOrderTests.cs
index 6875c9bb27..a97b34ccd1 100644
--- a/src/gen/src/Apideck.Test/Model/LinkedEcommerceOrderTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LinkedEcommerceOrderTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/LinkedFolderTests.cs b/src/gen/src/Apideck.Test/Model/LinkedFolderTests.cs
index de6ad30abc..650438bb75 100644
--- a/src/gen/src/Apideck.Test/Model/LinkedFolderTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LinkedFolderTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/LinkedInvoiceItemTests.cs b/src/gen/src/Apideck.Test/Model/LinkedInvoiceItemTests.cs
index 442e230dd7..3510d7f9ec 100644
--- a/src/gen/src/Apideck.Test/Model/LinkedInvoiceItemTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LinkedInvoiceItemTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/LinkedLedgerAccountTests.cs b/src/gen/src/Apideck.Test/Model/LinkedLedgerAccountTests.cs
index 1548e89b19..55603147a2 100644
--- a/src/gen/src/Apideck.Test/Model/LinkedLedgerAccountTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LinkedLedgerAccountTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/LinkedParentCustomerTests.cs b/src/gen/src/Apideck.Test/Model/LinkedParentCustomerTests.cs
index 6052b3c119..ade567a4d0 100644
--- a/src/gen/src/Apideck.Test/Model/LinkedParentCustomerTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LinkedParentCustomerTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/LinkedSupplierTests.cs b/src/gen/src/Apideck.Test/Model/LinkedSupplierTests.cs
index 6e0fb4a5a6..4c5ce1fe80 100644
--- a/src/gen/src/Apideck.Test/Model/LinkedSupplierTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LinkedSupplierTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/LinkedTaxRateTests.cs b/src/gen/src/Apideck.Test/Model/LinkedTaxRateTests.cs
index 9fa2b4b4bb..b19036757f 100644
--- a/src/gen/src/Apideck.Test/Model/LinkedTaxRateTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LinkedTaxRateTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/LinkedTrackingCategoryTests.cs b/src/gen/src/Apideck.Test/Model/LinkedTrackingCategoryTests.cs
index cdb70d176e..94217672eb 100644
--- a/src/gen/src/Apideck.Test/Model/LinkedTrackingCategoryTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LinkedTrackingCategoryTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/LinksTests.cs b/src/gen/src/Apideck.Test/Model/LinksTests.cs
index 213908cca9..346a9e7d90 100644
--- a/src/gen/src/Apideck.Test/Model/LinksTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LinksTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/LocationTests.cs b/src/gen/src/Apideck.Test/Model/LocationTests.cs
index 94d500ea01..f222ec8978 100644
--- a/src/gen/src/Apideck.Test/Model/LocationTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LocationTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/LogOperationTests.cs b/src/gen/src/Apideck.Test/Model/LogOperationTests.cs
index cbc83aa7b4..325d04be70 100644
--- a/src/gen/src/Apideck.Test/Model/LogOperationTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LogOperationTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/LogServiceTests.cs b/src/gen/src/Apideck.Test/Model/LogServiceTests.cs
index ddef8c2a37..34f17acf37 100644
--- a/src/gen/src/Apideck.Test/Model/LogServiceTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LogServiceTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/LogTests.cs b/src/gen/src/Apideck.Test/Model/LogTests.cs
index f2110447ad..a2b1b0f15f 100644
--- a/src/gen/src/Apideck.Test/Model/LogTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LogTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/LogsFilterTests.cs b/src/gen/src/Apideck.Test/Model/LogsFilterTests.cs
index ee3dfe071b..6bef80c56a 100644
--- a/src/gen/src/Apideck.Test/Model/LogsFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/LogsFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/MerchantTests.cs b/src/gen/src/Apideck.Test/Model/MerchantTests.cs
index 5a483b6513..ef69097aba 100644
--- a/src/gen/src/Apideck.Test/Model/MerchantTests.cs
+++ b/src/gen/src/Apideck.Test/Model/MerchantTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/MessageTests.cs b/src/gen/src/Apideck.Test/Model/MessageTests.cs
index 13dd7601c2..9d6d33ec7e 100644
--- a/src/gen/src/Apideck.Test/Model/MessageTests.cs
+++ b/src/gen/src/Apideck.Test/Model/MessageTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/MetaCursorsTests.cs b/src/gen/src/Apideck.Test/Model/MetaCursorsTests.cs
index c74f4925b3..5d58b6285c 100644
--- a/src/gen/src/Apideck.Test/Model/MetaCursorsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/MetaCursorsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/MetaTests.cs b/src/gen/src/Apideck.Test/Model/MetaTests.cs
index 4e3f23d3b4..c101d9af5c 100644
--- a/src/gen/src/Apideck.Test/Model/MetaTests.cs
+++ b/src/gen/src/Apideck.Test/Model/MetaTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ModifierGroupFilterTests.cs b/src/gen/src/Apideck.Test/Model/ModifierGroupFilterTests.cs
index 62a772c755..79685aec3b 100644
--- a/src/gen/src/Apideck.Test/Model/ModifierGroupFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ModifierGroupFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ModifierGroupTests.cs b/src/gen/src/Apideck.Test/Model/ModifierGroupTests.cs
index 4b82f05cb5..2335365dff 100644
--- a/src/gen/src/Apideck.Test/Model/ModifierGroupTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ModifierGroupTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ModifierTests.cs b/src/gen/src/Apideck.Test/Model/ModifierTests.cs
index f6d70d4d37..e6a823cbff 100644
--- a/src/gen/src/Apideck.Test/Model/ModifierTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ModifierTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/NotFoundResponseTests.cs b/src/gen/src/Apideck.Test/Model/NotFoundResponseTests.cs
index 383a3a0f15..6c7dda2814 100644
--- a/src/gen/src/Apideck.Test/Model/NotFoundResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/NotFoundResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/NotImplementedResponseTests.cs b/src/gen/src/Apideck.Test/Model/NotImplementedResponseTests.cs
index 4cfc794d34..0b2c9d9e96 100644
--- a/src/gen/src/Apideck.Test/Model/NotImplementedResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/NotImplementedResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/NoteTests.cs b/src/gen/src/Apideck.Test/Model/NoteTests.cs
index 7601433436..73ba89cd4d 100644
--- a/src/gen/src/Apideck.Test/Model/NoteTests.cs
+++ b/src/gen/src/Apideck.Test/Model/NoteTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/OAuthGrantTypeTests.cs b/src/gen/src/Apideck.Test/Model/OAuthGrantTypeTests.cs
index 82c9d08586..8752bc626d 100644
--- a/src/gen/src/Apideck.Test/Model/OAuthGrantTypeTests.cs
+++ b/src/gen/src/Apideck.Test/Model/OAuthGrantTypeTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/OfferTests.cs b/src/gen/src/Apideck.Test/Model/OfferTests.cs
index ce1ebc7864..44823aac09 100644
--- a/src/gen/src/Apideck.Test/Model/OfferTests.cs
+++ b/src/gen/src/Apideck.Test/Model/OfferTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/OpportunitiesFilterTests.cs b/src/gen/src/Apideck.Test/Model/OpportunitiesFilterTests.cs
index 15a1f75b47..924b195912 100644
--- a/src/gen/src/Apideck.Test/Model/OpportunitiesFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/OpportunitiesFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/OpportunitiesSortTests.cs b/src/gen/src/Apideck.Test/Model/OpportunitiesSortTests.cs
index ce67f47425..87e25715f5 100644
--- a/src/gen/src/Apideck.Test/Model/OpportunitiesSortTests.cs
+++ b/src/gen/src/Apideck.Test/Model/OpportunitiesSortTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/OpportunityTests.cs b/src/gen/src/Apideck.Test/Model/OpportunityTests.cs
index fe01c4f2ed..1998a7bdf4 100644
--- a/src/gen/src/Apideck.Test/Model/OpportunityTests.cs
+++ b/src/gen/src/Apideck.Test/Model/OpportunityTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/OrderCustomersTests.cs b/src/gen/src/Apideck.Test/Model/OrderCustomersTests.cs
index 1fd4830a4c..c7abaa0078 100644
--- a/src/gen/src/Apideck.Test/Model/OrderCustomersTests.cs
+++ b/src/gen/src/Apideck.Test/Model/OrderCustomersTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/OrderDiscountsTests.cs b/src/gen/src/Apideck.Test/Model/OrderDiscountsTests.cs
index 900114910d..12fa7046e4 100644
--- a/src/gen/src/Apideck.Test/Model/OrderDiscountsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/OrderDiscountsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/OrderFulfillmentsTests.cs b/src/gen/src/Apideck.Test/Model/OrderFulfillmentsTests.cs
index 31a082fe9f..80cc5a7c8c 100644
--- a/src/gen/src/Apideck.Test/Model/OrderFulfillmentsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/OrderFulfillmentsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/OrderLineItemsTests.cs b/src/gen/src/Apideck.Test/Model/OrderLineItemsTests.cs
index 4b4e2d0798..fc54e34f7f 100644
--- a/src/gen/src/Apideck.Test/Model/OrderLineItemsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/OrderLineItemsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/OrderPaymentsTests.cs b/src/gen/src/Apideck.Test/Model/OrderPaymentsTests.cs
index b09e3c4c4f..5dbd513be4 100644
--- a/src/gen/src/Apideck.Test/Model/OrderPaymentsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/OrderPaymentsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/OrderPickupDetailsCurbsidePickupDetailsTests.cs b/src/gen/src/Apideck.Test/Model/OrderPickupDetailsCurbsidePickupDetailsTests.cs
index 51c561d82c..283ac45ce4 100644
--- a/src/gen/src/Apideck.Test/Model/OrderPickupDetailsCurbsidePickupDetailsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/OrderPickupDetailsCurbsidePickupDetailsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/OrderPickupDetailsRecipientTests.cs b/src/gen/src/Apideck.Test/Model/OrderPickupDetailsRecipientTests.cs
index 27573f2984..3e4860cb49 100644
--- a/src/gen/src/Apideck.Test/Model/OrderPickupDetailsRecipientTests.cs
+++ b/src/gen/src/Apideck.Test/Model/OrderPickupDetailsRecipientTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/OrderPickupDetailsTests.cs b/src/gen/src/Apideck.Test/Model/OrderPickupDetailsTests.cs
index 949784e1b7..e5622d9afd 100644
--- a/src/gen/src/Apideck.Test/Model/OrderPickupDetailsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/OrderPickupDetailsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/OrderRefundsTests.cs b/src/gen/src/Apideck.Test/Model/OrderRefundsTests.cs
index 350638b01d..f92e6073de 100644
--- a/src/gen/src/Apideck.Test/Model/OrderRefundsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/OrderRefundsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/OrderTendersTests.cs b/src/gen/src/Apideck.Test/Model/OrderTendersTests.cs
index a903cfba03..303170f30d 100644
--- a/src/gen/src/Apideck.Test/Model/OrderTendersTests.cs
+++ b/src/gen/src/Apideck.Test/Model/OrderTendersTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/OrderTests.cs b/src/gen/src/Apideck.Test/Model/OrderTests.cs
index 08ab6cefaf..00fa4224f7 100644
--- a/src/gen/src/Apideck.Test/Model/OrderTests.cs
+++ b/src/gen/src/Apideck.Test/Model/OrderTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/OrderTypeTests.cs b/src/gen/src/Apideck.Test/Model/OrderTypeTests.cs
index e0ab03ffcf..69b2001e15 100644
--- a/src/gen/src/Apideck.Test/Model/OrderTypeTests.cs
+++ b/src/gen/src/Apideck.Test/Model/OrderTypeTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/OrdersSortTests.cs b/src/gen/src/Apideck.Test/Model/OrdersSortTests.cs
index 0cc9e5de0b..c94175260a 100644
--- a/src/gen/src/Apideck.Test/Model/OrdersSortTests.cs
+++ b/src/gen/src/Apideck.Test/Model/OrdersSortTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/OwnerTests.cs b/src/gen/src/Apideck.Test/Model/OwnerTests.cs
index f35a8677fb..68e35f5b2d 100644
--- a/src/gen/src/Apideck.Test/Model/OwnerTests.cs
+++ b/src/gen/src/Apideck.Test/Model/OwnerTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/PaginationCoverageTests.cs b/src/gen/src/Apideck.Test/Model/PaginationCoverageTests.cs
index eacb7cd26f..9506ee1728 100644
--- a/src/gen/src/Apideck.Test/Model/PaginationCoverageTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PaginationCoverageTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/PassThroughQueryTests.cs b/src/gen/src/Apideck.Test/Model/PassThroughQueryTests.cs
index aaf936bbdd..3ce2a634da 100644
--- a/src/gen/src/Apideck.Test/Model/PassThroughQueryTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PassThroughQueryTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/PaymentCardTests.cs b/src/gen/src/Apideck.Test/Model/PaymentCardTests.cs
index d8e8965749..3e3cb28404 100644
--- a/src/gen/src/Apideck.Test/Model/PaymentCardTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PaymentCardTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/PaymentFrequencyTests.cs b/src/gen/src/Apideck.Test/Model/PaymentFrequencyTests.cs
index dfaace99c5..a575586181 100644
--- a/src/gen/src/Apideck.Test/Model/PaymentFrequencyTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PaymentFrequencyTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/PaymentRequiredResponseTests.cs b/src/gen/src/Apideck.Test/Model/PaymentRequiredResponseTests.cs
index b2ff840c10..2dc96e5633 100644
--- a/src/gen/src/Apideck.Test/Model/PaymentRequiredResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PaymentRequiredResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/PaymentStatusTests.cs b/src/gen/src/Apideck.Test/Model/PaymentStatusTests.cs
new file mode 100644
index 0000000000..a5a795c1b4
--- /dev/null
+++ b/src/gen/src/Apideck.Test/Model/PaymentStatusTests.cs
@@ -0,0 +1,62 @@
+/*
+ * Apideck
+ *
+ * The Apideck OpenAPI Spec: SDK Optimized
+ *
+ * The version of the OpenAPI document: 10.7.3
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+
+using Xunit;
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Collections.Generic;
+using Apideck.Api;
+using Apideck.Model;
+using Apideck.Client;
+using System.Reflection;
+using Newtonsoft.Json;
+
+namespace Apideck.Test.Model
+{
+ ///
+ /// Class for testing PaymentStatus
+ ///
+ ///
+ /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
+ /// Please update the test case below to test the model.
+ ///
+ public class PaymentStatusTests : IDisposable
+ {
+ // TODO uncomment below to declare an instance variable for PaymentStatus
+ //private PaymentStatus instance;
+
+ public PaymentStatusTests()
+ {
+ // TODO uncomment below to create an instance of PaymentStatus
+ //instance = new PaymentStatus();
+ }
+
+ public void Dispose()
+ {
+ // Cleanup when everything is done.
+ }
+
+ ///
+ /// Test an instance of PaymentStatus
+ ///
+ [Fact]
+ public void PaymentStatusInstanceTest()
+ {
+ // TODO uncomment below to test "IsType" PaymentStatus
+ //Assert.IsType(instance);
+ }
+
+
+
+ }
+
+}
diff --git a/src/gen/src/Apideck.Test/Model/PaymentTests.cs b/src/gen/src/Apideck.Test/Model/PaymentTests.cs
index 1cd2be6a10..a096776373 100644
--- a/src/gen/src/Apideck.Test/Model/PaymentTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PaymentTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -233,6 +233,14 @@ public void NumberTest()
// TODO unit test for the property 'Number'
}
///
+ /// Test the property 'TrackingCategories'
+ ///
+ [Fact]
+ public void TrackingCategoriesTest()
+ {
+ // TODO unit test for the property 'TrackingCategories'
+ }
+ ///
/// Test the property 'CustomFields'
///
[Fact]
diff --git a/src/gen/src/Apideck.Test/Model/PaymentTypeTests.cs b/src/gen/src/Apideck.Test/Model/PaymentTypeTests.cs
new file mode 100644
index 0000000000..3c156984a4
--- /dev/null
+++ b/src/gen/src/Apideck.Test/Model/PaymentTypeTests.cs
@@ -0,0 +1,62 @@
+/*
+ * Apideck
+ *
+ * The Apideck OpenAPI Spec: SDK Optimized
+ *
+ * The version of the OpenAPI document: 10.7.3
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+
+using Xunit;
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Collections.Generic;
+using Apideck.Api;
+using Apideck.Model;
+using Apideck.Client;
+using System.Reflection;
+using Newtonsoft.Json;
+
+namespace Apideck.Test.Model
+{
+ ///
+ /// Class for testing PaymentType
+ ///
+ ///
+ /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
+ /// Please update the test case below to test the model.
+ ///
+ public class PaymentTypeTests : IDisposable
+ {
+ // TODO uncomment below to declare an instance variable for PaymentType
+ //private PaymentType instance;
+
+ public PaymentTypeTests()
+ {
+ // TODO uncomment below to create an instance of PaymentType
+ //instance = new PaymentType();
+ }
+
+ public void Dispose()
+ {
+ // Cleanup when everything is done.
+ }
+
+ ///
+ /// Test an instance of PaymentType
+ ///
+ [Fact]
+ public void PaymentTypeInstanceTest()
+ {
+ // TODO uncomment below to test "IsType" PaymentType
+ //Assert.IsType(instance);
+ }
+
+
+
+ }
+
+}
diff --git a/src/gen/src/Apideck.Test/Model/PaymentUnitTests.cs b/src/gen/src/Apideck.Test/Model/PaymentUnitTests.cs
index af974320ed..f67afd0f79 100644
--- a/src/gen/src/Apideck.Test/Model/PaymentUnitTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PaymentUnitTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/PaymentsFilterTests.cs b/src/gen/src/Apideck.Test/Model/PaymentsFilterTests.cs
index a39cddab20..2bd83e5b3e 100644
--- a/src/gen/src/Apideck.Test/Model/PaymentsFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PaymentsFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/PaymentsSortTests.cs b/src/gen/src/Apideck.Test/Model/PaymentsSortTests.cs
index 11d86597b7..215c37eec8 100644
--- a/src/gen/src/Apideck.Test/Model/PaymentsSortTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PaymentsSortTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/PayrollTests.cs b/src/gen/src/Apideck.Test/Model/PayrollTests.cs
index 61c1305477..a42022f865 100644
--- a/src/gen/src/Apideck.Test/Model/PayrollTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PayrollTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/PayrollTotalsTests.cs b/src/gen/src/Apideck.Test/Model/PayrollTotalsTests.cs
index 843c51dfc3..218e614cd7 100644
--- a/src/gen/src/Apideck.Test/Model/PayrollTotalsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PayrollTotalsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/PayrollsFilterTests.cs b/src/gen/src/Apideck.Test/Model/PayrollsFilterTests.cs
index d25d788d8b..4ef84b8b76 100644
--- a/src/gen/src/Apideck.Test/Model/PayrollsFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PayrollsFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/PersonTests.cs b/src/gen/src/Apideck.Test/Model/PersonTests.cs
index e30af16a92..a523bf89d8 100644
--- a/src/gen/src/Apideck.Test/Model/PersonTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PersonTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/PhoneNumberTests.cs b/src/gen/src/Apideck.Test/Model/PhoneNumberTests.cs
index 1f0c45dfa0..62f8d66f6c 100644
--- a/src/gen/src/Apideck.Test/Model/PhoneNumberTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PhoneNumberTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/PipelineStagesTests.cs b/src/gen/src/Apideck.Test/Model/PipelineStagesTests.cs
index 4636b3255b..9a937fe7db 100644
--- a/src/gen/src/Apideck.Test/Model/PipelineStagesTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PipelineStagesTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/PipelineTests.cs b/src/gen/src/Apideck.Test/Model/PipelineTests.cs
index 62b0719189..ba80b34866 100644
--- a/src/gen/src/Apideck.Test/Model/PipelineTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PipelineTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/PosBankAccountAchDetailsTests.cs b/src/gen/src/Apideck.Test/Model/PosBankAccountAchDetailsTests.cs
index 74358c4f4f..b20bcdea68 100644
--- a/src/gen/src/Apideck.Test/Model/PosBankAccountAchDetailsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PosBankAccountAchDetailsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/PosBankAccountTests.cs b/src/gen/src/Apideck.Test/Model/PosBankAccountTests.cs
index f55ec722a6..2b47652806 100644
--- a/src/gen/src/Apideck.Test/Model/PosBankAccountTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PosBankAccountTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/PosPaymentCardDetailsTests.cs b/src/gen/src/Apideck.Test/Model/PosPaymentCardDetailsTests.cs
index ce6d521cfe..f79046c013 100644
--- a/src/gen/src/Apideck.Test/Model/PosPaymentCardDetailsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PosPaymentCardDetailsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/PosPaymentExternalDetailsTests.cs b/src/gen/src/Apideck.Test/Model/PosPaymentExternalDetailsTests.cs
index a51ce5a6cc..7f6351e670 100644
--- a/src/gen/src/Apideck.Test/Model/PosPaymentExternalDetailsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PosPaymentExternalDetailsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/PosPaymentTests.cs b/src/gen/src/Apideck.Test/Model/PosPaymentTests.cs
index 7138eee909..dc8c7c2779 100644
--- a/src/gen/src/Apideck.Test/Model/PosPaymentTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PosPaymentTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/PriceTests.cs b/src/gen/src/Apideck.Test/Model/PriceTests.cs
index 4d65cd8487..49ab4458c1 100644
--- a/src/gen/src/Apideck.Test/Model/PriceTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PriceTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ProbationPeriodTests.cs b/src/gen/src/Apideck.Test/Model/ProbationPeriodTests.cs
index dba0e35a90..8dcfc0565c 100644
--- a/src/gen/src/Apideck.Test/Model/ProbationPeriodTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ProbationPeriodTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ProfitAndLossExpensesTests.cs b/src/gen/src/Apideck.Test/Model/ProfitAndLossExpensesTests.cs
index 08bb44fd2b..985eeaa146 100644
--- a/src/gen/src/Apideck.Test/Model/ProfitAndLossExpensesTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ProfitAndLossExpensesTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ProfitAndLossFilterTests.cs b/src/gen/src/Apideck.Test/Model/ProfitAndLossFilterTests.cs
index 28b6fed3e4..bb7ee6e974 100644
--- a/src/gen/src/Apideck.Test/Model/ProfitAndLossFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ProfitAndLossFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ProfitAndLossGrossProfitTests.cs b/src/gen/src/Apideck.Test/Model/ProfitAndLossGrossProfitTests.cs
index ac37b22f11..863b2d8874 100644
--- a/src/gen/src/Apideck.Test/Model/ProfitAndLossGrossProfitTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ProfitAndLossGrossProfitTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ProfitAndLossIncomeTests.cs b/src/gen/src/Apideck.Test/Model/ProfitAndLossIncomeTests.cs
index a9aee8e31c..e7ca0b4932 100644
--- a/src/gen/src/Apideck.Test/Model/ProfitAndLossIncomeTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ProfitAndLossIncomeTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ProfitAndLossNetIncomeTests.cs b/src/gen/src/Apideck.Test/Model/ProfitAndLossNetIncomeTests.cs
index 285e5062a2..6e06a7f173 100644
--- a/src/gen/src/Apideck.Test/Model/ProfitAndLossNetIncomeTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ProfitAndLossNetIncomeTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ProfitAndLossNetOperatingIncomeTests.cs b/src/gen/src/Apideck.Test/Model/ProfitAndLossNetOperatingIncomeTests.cs
index 925f8a8e5a..ad960597e7 100644
--- a/src/gen/src/Apideck.Test/Model/ProfitAndLossNetOperatingIncomeTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ProfitAndLossNetOperatingIncomeTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ProfitAndLossRecordTests.cs b/src/gen/src/Apideck.Test/Model/ProfitAndLossRecordTests.cs
index 052b8c661f..2b7887f727 100644
--- a/src/gen/src/Apideck.Test/Model/ProfitAndLossRecordTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ProfitAndLossRecordTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ProfitAndLossSectionTests.cs b/src/gen/src/Apideck.Test/Model/ProfitAndLossSectionTests.cs
index b10ffac823..5a29709f91 100644
--- a/src/gen/src/Apideck.Test/Model/ProfitAndLossSectionTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ProfitAndLossSectionTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ProfitAndLossTests.cs b/src/gen/src/Apideck.Test/Model/ProfitAndLossTests.cs
index 08caedd7f0..ed90d3254c 100644
--- a/src/gen/src/Apideck.Test/Model/ProfitAndLossTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ProfitAndLossTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/PurchaseOrderTests.cs b/src/gen/src/Apideck.Test/Model/PurchaseOrderTests.cs
index b372d06c2a..d9781e8155 100644
--- a/src/gen/src/Apideck.Test/Model/PurchaseOrderTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PurchaseOrderTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -281,6 +281,14 @@ public void MemoTest()
// TODO unit test for the property 'Memo'
}
///
+ /// Test the property 'TrackingCategories'
+ ///
+ [Fact]
+ public void TrackingCategoriesTest()
+ {
+ // TODO unit test for the property 'TrackingCategories'
+ }
+ ///
/// Test the property 'CustomMappings'
///
[Fact]
diff --git a/src/gen/src/Apideck.Test/Model/PurchaseOrdersFilterTests.cs b/src/gen/src/Apideck.Test/Model/PurchaseOrdersFilterTests.cs
index 60ae8ba2d6..c659d70d6b 100644
--- a/src/gen/src/Apideck.Test/Model/PurchaseOrdersFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PurchaseOrdersFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -64,6 +64,14 @@ public void UpdatedSinceTest()
{
// TODO unit test for the property 'UpdatedSince'
}
+ ///
+ /// Test the property 'SupplierId'
+ ///
+ [Fact]
+ public void SupplierIdTest()
+ {
+ // TODO unit test for the property 'SupplierId'
+ }
}
diff --git a/src/gen/src/Apideck.Test/Model/PurchaseOrdersSortTests.cs b/src/gen/src/Apideck.Test/Model/PurchaseOrdersSortTests.cs
index f8b4d162c0..799c755a7e 100644
--- a/src/gen/src/Apideck.Test/Model/PurchaseOrdersSortTests.cs
+++ b/src/gen/src/Apideck.Test/Model/PurchaseOrdersSortTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/RequestCountAllocationTests.cs b/src/gen/src/Apideck.Test/Model/RequestCountAllocationTests.cs
index cc6a21118f..a945aa5a73 100644
--- a/src/gen/src/Apideck.Test/Model/RequestCountAllocationTests.cs
+++ b/src/gen/src/Apideck.Test/Model/RequestCountAllocationTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/RequestRateTests.cs b/src/gen/src/Apideck.Test/Model/RequestRateTests.cs
index bc7dc86936..b25ced7c85 100644
--- a/src/gen/src/Apideck.Test/Model/RequestRateTests.cs
+++ b/src/gen/src/Apideck.Test/Model/RequestRateTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ResolveWebhookResponseTests.cs b/src/gen/src/Apideck.Test/Model/ResolveWebhookResponseTests.cs
index fee4225dfe..cad9e6a38e 100644
--- a/src/gen/src/Apideck.Test/Model/ResolveWebhookResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ResolveWebhookResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ResourceExampleTests.cs b/src/gen/src/Apideck.Test/Model/ResourceExampleTests.cs
index 339d5ad2a2..e10cbf6de7 100644
--- a/src/gen/src/Apideck.Test/Model/ResourceExampleTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ResourceExampleTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ResourceStatusTests.cs b/src/gen/src/Apideck.Test/Model/ResourceStatusTests.cs
index 22e88887f6..b9a2b0f623 100644
--- a/src/gen/src/Apideck.Test/Model/ResourceStatusTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ResourceStatusTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ScheduleTests.cs b/src/gen/src/Apideck.Test/Model/ScheduleTests.cs
index 97a9191f5f..e15a98077e 100644
--- a/src/gen/src/Apideck.Test/Model/ScheduleTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ScheduleTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ScheduleWorkPatternOddWeeksTests.cs b/src/gen/src/Apideck.Test/Model/ScheduleWorkPatternOddWeeksTests.cs
index dd4560c1d9..9d94e3faf5 100644
--- a/src/gen/src/Apideck.Test/Model/ScheduleWorkPatternOddWeeksTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ScheduleWorkPatternOddWeeksTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ScheduleWorkPatternTests.cs b/src/gen/src/Apideck.Test/Model/ScheduleWorkPatternTests.cs
index 38e3a521f1..11a6be8310 100644
--- a/src/gen/src/Apideck.Test/Model/ScheduleWorkPatternTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ScheduleWorkPatternTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/SchemaSupportTests.cs b/src/gen/src/Apideck.Test/Model/SchemaSupportTests.cs
index d405c4f7c4..f877a78099 100644
--- a/src/gen/src/Apideck.Test/Model/SchemaSupportTests.cs
+++ b/src/gen/src/Apideck.Test/Model/SchemaSupportTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ServiceChargeTests.cs b/src/gen/src/Apideck.Test/Model/ServiceChargeTests.cs
index 97ddc022af..1a195ff0c4 100644
--- a/src/gen/src/Apideck.Test/Model/ServiceChargeTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ServiceChargeTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/SessionSettingsTests.cs b/src/gen/src/Apideck.Test/Model/SessionSettingsTests.cs
index 85f0e862cd..fdd1bf42fa 100644
--- a/src/gen/src/Apideck.Test/Model/SessionSettingsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/SessionSettingsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/SessionTests.cs b/src/gen/src/Apideck.Test/Model/SessionTests.cs
index 60f974dc3c..f0d8f231f1 100644
--- a/src/gen/src/Apideck.Test/Model/SessionTests.cs
+++ b/src/gen/src/Apideck.Test/Model/SessionTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/SessionThemeTests.cs b/src/gen/src/Apideck.Test/Model/SessionThemeTests.cs
index 73e73a2e9a..8a39518f72 100644
--- a/src/gen/src/Apideck.Test/Model/SessionThemeTests.cs
+++ b/src/gen/src/Apideck.Test/Model/SessionThemeTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/SharedLinkTargetTests.cs b/src/gen/src/Apideck.Test/Model/SharedLinkTargetTests.cs
index 6ddac5cbf0..6942aaf967 100644
--- a/src/gen/src/Apideck.Test/Model/SharedLinkTargetTests.cs
+++ b/src/gen/src/Apideck.Test/Model/SharedLinkTargetTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/SharedLinkTests.cs b/src/gen/src/Apideck.Test/Model/SharedLinkTests.cs
index 3763eb8b70..892b5bb5ee 100644
--- a/src/gen/src/Apideck.Test/Model/SharedLinkTests.cs
+++ b/src/gen/src/Apideck.Test/Model/SharedLinkTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/SimpleFormFieldOptionTests.cs b/src/gen/src/Apideck.Test/Model/SimpleFormFieldOptionTests.cs
index 407fd01e6b..be7edc7355 100644
--- a/src/gen/src/Apideck.Test/Model/SimpleFormFieldOptionTests.cs
+++ b/src/gen/src/Apideck.Test/Model/SimpleFormFieldOptionTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/SocialLinkTests.cs b/src/gen/src/Apideck.Test/Model/SocialLinkTests.cs
index 9c8448361c..ab49d722b7 100644
--- a/src/gen/src/Apideck.Test/Model/SocialLinkTests.cs
+++ b/src/gen/src/Apideck.Test/Model/SocialLinkTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/SortDirectionTests.cs b/src/gen/src/Apideck.Test/Model/SortDirectionTests.cs
index f1fffc839d..f9785ae4ac 100644
--- a/src/gen/src/Apideck.Test/Model/SortDirectionTests.cs
+++ b/src/gen/src/Apideck.Test/Model/SortDirectionTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/StatusTests.cs b/src/gen/src/Apideck.Test/Model/StatusTests.cs
index ada64f0dbd..dcc79eacb5 100644
--- a/src/gen/src/Apideck.Test/Model/StatusTests.cs
+++ b/src/gen/src/Apideck.Test/Model/StatusTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/SubsidiaryReferenceTests.cs b/src/gen/src/Apideck.Test/Model/SubsidiaryReferenceTests.cs
index a24c3ed899..13af630add 100644
--- a/src/gen/src/Apideck.Test/Model/SubsidiaryReferenceTests.cs
+++ b/src/gen/src/Apideck.Test/Model/SubsidiaryReferenceTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/SubsidiaryTests.cs b/src/gen/src/Apideck.Test/Model/SubsidiaryTests.cs
index bd883085eb..b26f41eb4d 100644
--- a/src/gen/src/Apideck.Test/Model/SubsidiaryTests.cs
+++ b/src/gen/src/Apideck.Test/Model/SubsidiaryTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/SupplierTests.cs b/src/gen/src/Apideck.Test/Model/SupplierTests.cs
index 0dcc2599ea..4baf875925 100644
--- a/src/gen/src/Apideck.Test/Model/SupplierTests.cs
+++ b/src/gen/src/Apideck.Test/Model/SupplierTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/SuppliersFilterTests.cs b/src/gen/src/Apideck.Test/Model/SuppliersFilterTests.cs
index ba0ba07fc3..3c410d2275 100644
--- a/src/gen/src/Apideck.Test/Model/SuppliersFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/SuppliersFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/SuppliersSortTests.cs b/src/gen/src/Apideck.Test/Model/SuppliersSortTests.cs
index 854f203bc4..3964fdcdf1 100644
--- a/src/gen/src/Apideck.Test/Model/SuppliersSortTests.cs
+++ b/src/gen/src/Apideck.Test/Model/SuppliersSortTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/SupportedPropertyTests.cs b/src/gen/src/Apideck.Test/Model/SupportedPropertyTests.cs
index 9ac9fdc70c..48f4199ed7 100644
--- a/src/gen/src/Apideck.Test/Model/SupportedPropertyTests.cs
+++ b/src/gen/src/Apideck.Test/Model/SupportedPropertyTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/TaxRateTests.cs b/src/gen/src/Apideck.Test/Model/TaxRateTests.cs
index 5b2e337141..fa3ddcf520 100644
--- a/src/gen/src/Apideck.Test/Model/TaxRateTests.cs
+++ b/src/gen/src/Apideck.Test/Model/TaxRateTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/TaxRatesFilterTests.cs b/src/gen/src/Apideck.Test/Model/TaxRatesFilterTests.cs
index ff6218d499..2577c12435 100644
--- a/src/gen/src/Apideck.Test/Model/TaxRatesFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/TaxRatesFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/TaxTests.cs b/src/gen/src/Apideck.Test/Model/TaxTests.cs
index 2724857857..3fb7e69a56 100644
--- a/src/gen/src/Apideck.Test/Model/TaxTests.cs
+++ b/src/gen/src/Apideck.Test/Model/TaxTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/TeamTests.cs b/src/gen/src/Apideck.Test/Model/TeamTests.cs
index 79e6314157..bb199db906 100644
--- a/src/gen/src/Apideck.Test/Model/TeamTests.cs
+++ b/src/gen/src/Apideck.Test/Model/TeamTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/TenderTests.cs b/src/gen/src/Apideck.Test/Model/TenderTests.cs
index f893daa026..602014b2a9 100644
--- a/src/gen/src/Apideck.Test/Model/TenderTests.cs
+++ b/src/gen/src/Apideck.Test/Model/TenderTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/TicketTests.cs b/src/gen/src/Apideck.Test/Model/TicketTests.cs
index 59e8d339a9..360fd12ba9 100644
--- a/src/gen/src/Apideck.Test/Model/TicketTests.cs
+++ b/src/gen/src/Apideck.Test/Model/TicketTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/TicketsSortTests.cs b/src/gen/src/Apideck.Test/Model/TicketsSortTests.cs
index aa0897f782..9a66a21f8d 100644
--- a/src/gen/src/Apideck.Test/Model/TicketsSortTests.cs
+++ b/src/gen/src/Apideck.Test/Model/TicketsSortTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/TimeOffRequestNotesTests.cs b/src/gen/src/Apideck.Test/Model/TimeOffRequestNotesTests.cs
index 96ee74a939..849434fa60 100644
--- a/src/gen/src/Apideck.Test/Model/TimeOffRequestNotesTests.cs
+++ b/src/gen/src/Apideck.Test/Model/TimeOffRequestNotesTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/TimeOffRequestTests.cs b/src/gen/src/Apideck.Test/Model/TimeOffRequestTests.cs
index 9fd555aa73..02c80eb059 100644
--- a/src/gen/src/Apideck.Test/Model/TimeOffRequestTests.cs
+++ b/src/gen/src/Apideck.Test/Model/TimeOffRequestTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -153,6 +153,14 @@ public void AmountTest()
// TODO unit test for the property 'Amount'
}
///
+ /// Test the property 'DayPart'
+ ///
+ [Fact]
+ public void DayPartTest()
+ {
+ // TODO unit test for the property 'DayPart'
+ }
+ ///
/// Test the property 'Notes'
///
[Fact]
diff --git a/src/gen/src/Apideck.Test/Model/TimeOffRequestsFilterTests.cs b/src/gen/src/Apideck.Test/Model/TimeOffRequestsFilterTests.cs
index bdc2c8ebd1..fdd3bc4db0 100644
--- a/src/gen/src/Apideck.Test/Model/TimeOffRequestsFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/TimeOffRequestsFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -96,6 +96,14 @@ public void TimeOffRequestStatusTest()
{
// TODO unit test for the property 'TimeOffRequestStatus'
}
+ ///
+ /// Test the property 'CompanyId'
+ ///
+ [Fact]
+ public void CompanyIdTest()
+ {
+ // TODO unit test for the property 'CompanyId'
+ }
}
diff --git a/src/gen/src/Apideck.Test/Model/TooManyRequestsResponseDetailTests.cs b/src/gen/src/Apideck.Test/Model/TooManyRequestsResponseDetailTests.cs
index 8ed02cde31..f554eb47c5 100644
--- a/src/gen/src/Apideck.Test/Model/TooManyRequestsResponseDetailTests.cs
+++ b/src/gen/src/Apideck.Test/Model/TooManyRequestsResponseDetailTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/TooManyRequestsResponseTests.cs b/src/gen/src/Apideck.Test/Model/TooManyRequestsResponseTests.cs
index 95161f4254..e5cdd72a2a 100644
--- a/src/gen/src/Apideck.Test/Model/TooManyRequestsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/TooManyRequestsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/TrackingCategoryTests.cs b/src/gen/src/Apideck.Test/Model/TrackingCategoryTests.cs
new file mode 100644
index 0000000000..82a7fac0b6
--- /dev/null
+++ b/src/gen/src/Apideck.Test/Model/TrackingCategoryTests.cs
@@ -0,0 +1,158 @@
+/*
+ * Apideck
+ *
+ * The Apideck OpenAPI Spec: SDK Optimized
+ *
+ * The version of the OpenAPI document: 10.7.3
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+
+using Xunit;
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Collections.Generic;
+using Apideck.Api;
+using Apideck.Model;
+using Apideck.Client;
+using System.Reflection;
+using Newtonsoft.Json;
+
+namespace Apideck.Test.Model
+{
+ ///
+ /// Class for testing TrackingCategory
+ ///
+ ///
+ /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
+ /// Please update the test case below to test the model.
+ ///
+ public class TrackingCategoryTests : IDisposable
+ {
+ // TODO uncomment below to declare an instance variable for TrackingCategory
+ //private TrackingCategory instance;
+
+ public TrackingCategoryTests()
+ {
+ // TODO uncomment below to create an instance of TrackingCategory
+ //instance = new TrackingCategory();
+ }
+
+ public void Dispose()
+ {
+ // Cleanup when everything is done.
+ }
+
+ ///
+ /// Test an instance of TrackingCategory
+ ///
+ [Fact]
+ public void TrackingCategoryInstanceTest()
+ {
+ // TODO uncomment below to test "IsType" TrackingCategory
+ //Assert.IsType(instance);
+ }
+
+
+ ///
+ /// Test the property 'Id'
+ ///
+ [Fact]
+ public void IdTest()
+ {
+ // TODO unit test for the property 'Id'
+ }
+ ///
+ /// Test the property 'ParentId'
+ ///
+ [Fact]
+ public void ParentIdTest()
+ {
+ // TODO unit test for the property 'ParentId'
+ }
+ ///
+ /// Test the property 'Name'
+ ///
+ [Fact]
+ public void NameTest()
+ {
+ // TODO unit test for the property 'Name'
+ }
+ ///
+ /// Test the property 'Code'
+ ///
+ [Fact]
+ public void CodeTest()
+ {
+ // TODO unit test for the property 'Code'
+ }
+ ///
+ /// Test the property 'Status'
+ ///
+ [Fact]
+ public void StatusTest()
+ {
+ // TODO unit test for the property 'Status'
+ }
+ ///
+ /// Test the property 'CustomMappings'
+ ///
+ [Fact]
+ public void CustomMappingsTest()
+ {
+ // TODO unit test for the property 'CustomMappings'
+ }
+ ///
+ /// Test the property 'RowVersion'
+ ///
+ [Fact]
+ public void RowVersionTest()
+ {
+ // TODO unit test for the property 'RowVersion'
+ }
+ ///
+ /// Test the property 'UpdatedBy'
+ ///
+ [Fact]
+ public void UpdatedByTest()
+ {
+ // TODO unit test for the property 'UpdatedBy'
+ }
+ ///
+ /// Test the property 'CreatedBy'
+ ///
+ [Fact]
+ public void CreatedByTest()
+ {
+ // TODO unit test for the property 'CreatedBy'
+ }
+ ///
+ /// Test the property 'UpdatedAt'
+ ///
+ [Fact]
+ public void UpdatedAtTest()
+ {
+ // TODO unit test for the property 'UpdatedAt'
+ }
+ ///
+ /// Test the property 'CreatedAt'
+ ///
+ [Fact]
+ public void CreatedAtTest()
+ {
+ // TODO unit test for the property 'CreatedAt'
+ }
+ ///
+ /// Test the property 'PassThrough'
+ ///
+ [Fact]
+ public void PassThroughTest()
+ {
+ // TODO unit test for the property 'PassThrough'
+ }
+
+ }
+
+}
diff --git a/src/gen/src/Apideck.Test/Model/TrackingItemTests.cs b/src/gen/src/Apideck.Test/Model/TrackingItemTests.cs
index 3fcf309dc7..7f4868be25 100644
--- a/src/gen/src/Apideck.Test/Model/TrackingItemTests.cs
+++ b/src/gen/src/Apideck.Test/Model/TrackingItemTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UnauthorizedResponseTests.cs b/src/gen/src/Apideck.Test/Model/UnauthorizedResponseTests.cs
index 8852f3e3c4..9ca907022f 100644
--- a/src/gen/src/Apideck.Test/Model/UnauthorizedResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UnauthorizedResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UnexpectedErrorResponseTests.cs b/src/gen/src/Apideck.Test/Model/UnexpectedErrorResponseTests.cs
index b5f5bd4b3f..87d1618eb4 100644
--- a/src/gen/src/Apideck.Test/Model/UnexpectedErrorResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UnexpectedErrorResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UnifiedApiIdTests.cs b/src/gen/src/Apideck.Test/Model/UnifiedApiIdTests.cs
index aec83c76ed..a4813a4e51 100644
--- a/src/gen/src/Apideck.Test/Model/UnifiedApiIdTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UnifiedApiIdTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UnifiedFilePermissionsTests.cs b/src/gen/src/Apideck.Test/Model/UnifiedFilePermissionsTests.cs
index 9f00799b2a..9905d9010a 100644
--- a/src/gen/src/Apideck.Test/Model/UnifiedFilePermissionsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UnifiedFilePermissionsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UnifiedFileTests.cs b/src/gen/src/Apideck.Test/Model/UnifiedFileTests.cs
index 4bf49f07a3..a6ca15e7e4 100644
--- a/src/gen/src/Apideck.Test/Model/UnifiedFileTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UnifiedFileTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UnifiedIdTests.cs b/src/gen/src/Apideck.Test/Model/UnifiedIdTests.cs
index 7cf7299b34..707b9e5d97 100644
--- a/src/gen/src/Apideck.Test/Model/UnifiedIdTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UnifiedIdTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UnprocessableResponseTests.cs b/src/gen/src/Apideck.Test/Model/UnprocessableResponseTests.cs
index 58009ff7f8..91c527277f 100644
--- a/src/gen/src/Apideck.Test/Model/UnprocessableResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UnprocessableResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateAccountingDepartmentResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateAccountingDepartmentResponseTests.cs
index 9ce4a4adae..cd6f12744c 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateAccountingDepartmentResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateAccountingDepartmentResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateAccountingLocationResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateAccountingLocationResponseTests.cs
index 0688f3dc98..ff4385007f 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateAccountingLocationResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateAccountingLocationResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateActivityResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateActivityResponseTests.cs
index a01e1676b6..60c2b0d041 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateActivityResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateActivityResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateApplicantResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateApplicantResponseTests.cs
index 323b6fe4c6..596f01d1ab 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateApplicantResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateApplicantResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateApplicationResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateApplicationResponseTests.cs
index f03dc41878..a87b0e5072 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateApplicationResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateApplicationResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateBillPaymentResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateBillPaymentResponseTests.cs
new file mode 100644
index 0000000000..d325570def
--- /dev/null
+++ b/src/gen/src/Apideck.Test/Model/UpdateBillPaymentResponseTests.cs
@@ -0,0 +1,110 @@
+/*
+ * Apideck
+ *
+ * The Apideck OpenAPI Spec: SDK Optimized
+ *
+ * The version of the OpenAPI document: 10.7.3
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+
+using Xunit;
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Collections.Generic;
+using Apideck.Api;
+using Apideck.Model;
+using Apideck.Client;
+using System.Reflection;
+using Newtonsoft.Json;
+
+namespace Apideck.Test.Model
+{
+ ///
+ /// Class for testing UpdateBillPaymentResponse
+ ///
+ ///
+ /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
+ /// Please update the test case below to test the model.
+ ///
+ public class UpdateBillPaymentResponseTests : IDisposable
+ {
+ // TODO uncomment below to declare an instance variable for UpdateBillPaymentResponse
+ //private UpdateBillPaymentResponse instance;
+
+ public UpdateBillPaymentResponseTests()
+ {
+ // TODO uncomment below to create an instance of UpdateBillPaymentResponse
+ //instance = new UpdateBillPaymentResponse();
+ }
+
+ public void Dispose()
+ {
+ // Cleanup when everything is done.
+ }
+
+ ///
+ /// Test an instance of UpdateBillPaymentResponse
+ ///
+ [Fact]
+ public void UpdateBillPaymentResponseInstanceTest()
+ {
+ // TODO uncomment below to test "IsType" UpdateBillPaymentResponse
+ //Assert.IsType(instance);
+ }
+
+
+ ///
+ /// Test the property 'StatusCode'
+ ///
+ [Fact]
+ public void StatusCodeTest()
+ {
+ // TODO unit test for the property 'StatusCode'
+ }
+ ///
+ /// Test the property 'Status'
+ ///
+ [Fact]
+ public void StatusTest()
+ {
+ // TODO unit test for the property 'Status'
+ }
+ ///
+ /// Test the property 'Service'
+ ///
+ [Fact]
+ public void ServiceTest()
+ {
+ // TODO unit test for the property 'Service'
+ }
+ ///
+ /// Test the property 'Resource'
+ ///
+ [Fact]
+ public void ResourceTest()
+ {
+ // TODO unit test for the property 'Resource'
+ }
+ ///
+ /// Test the property 'Operation'
+ ///
+ [Fact]
+ public void OperationTest()
+ {
+ // TODO unit test for the property 'Operation'
+ }
+ ///
+ /// Test the property 'Data'
+ ///
+ [Fact]
+ public void DataTest()
+ {
+ // TODO unit test for the property 'Data'
+ }
+
+ }
+
+}
diff --git a/src/gen/src/Apideck.Test/Model/UpdateBillResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateBillResponseTests.cs
index c9b0f26039..ee20a5e078 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateBillResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateBillResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateCommentResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateCommentResponseTests.cs
index afe14e8627..355022864d 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateCommentResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateCommentResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateCompanyResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateCompanyResponseTests.cs
index a8d5a19361..6d984b6474 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateCompanyResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateCompanyResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateConnectionResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateConnectionResponseTests.cs
index d9d1e37c59..14b5401992 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateConnectionResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateConnectionResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateConsumerRequestTests.cs b/src/gen/src/Apideck.Test/Model/UpdateConsumerRequestTests.cs
index 71b5fe561d..74cdd75f70 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateConsumerRequestTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateConsumerRequestTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateConsumerResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateConsumerResponseTests.cs
index 93337befee..c5bca9304b 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateConsumerResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateConsumerResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateContactResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateContactResponseTests.cs
index c9c5e23d3f..0c979db71b 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateContactResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateContactResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateCreditNoteResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateCreditNoteResponseTests.cs
index 02e286d48d..8ebb0cfd34 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateCreditNoteResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateCreditNoteResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateCustomMappingRequestTests.cs b/src/gen/src/Apideck.Test/Model/UpdateCustomMappingRequestTests.cs
index 5cbf0e0ab6..a0ef2520fc 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateCustomMappingRequestTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateCustomMappingRequestTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateCustomMappingResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateCustomMappingResponseTests.cs
index 0ce31771ff..3781e85136 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateCustomMappingResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateCustomMappingResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateCustomerResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateCustomerResponseTests.cs
index ac2c59b929..abf87529bf 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateCustomerResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateCustomerResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateDepartmentResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateDepartmentResponseTests.cs
index 47eb90d94e..7ce94896d2 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateDepartmentResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateDepartmentResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateDriveGroupResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateDriveGroupResponseTests.cs
index 66e9e12dee..392d72a8db 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateDriveGroupResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateDriveGroupResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateDriveResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateDriveResponseTests.cs
index d8d4c267ed..373a981fcd 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateDriveResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateDriveResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateEcommerceCustomerResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateEcommerceCustomerResponseTests.cs
index 2cfc9a6537..fe6d4976ed 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateEcommerceCustomerResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateEcommerceCustomerResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateEcommerceOrderResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateEcommerceOrderResponseTests.cs
index 44380c771e..5fc70ca8ce 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateEcommerceOrderResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateEcommerceOrderResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateEmployeeResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateEmployeeResponseTests.cs
index 83bd32f674..8fcede4ab5 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateEmployeeResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateEmployeeResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateExpenseResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateExpenseResponseTests.cs
new file mode 100644
index 0000000000..51c4f74d5b
--- /dev/null
+++ b/src/gen/src/Apideck.Test/Model/UpdateExpenseResponseTests.cs
@@ -0,0 +1,110 @@
+/*
+ * Apideck
+ *
+ * The Apideck OpenAPI Spec: SDK Optimized
+ *
+ * The version of the OpenAPI document: 10.7.3
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+
+using Xunit;
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Collections.Generic;
+using Apideck.Api;
+using Apideck.Model;
+using Apideck.Client;
+using System.Reflection;
+using Newtonsoft.Json;
+
+namespace Apideck.Test.Model
+{
+ ///
+ /// Class for testing UpdateExpenseResponse
+ ///
+ ///
+ /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
+ /// Please update the test case below to test the model.
+ ///
+ public class UpdateExpenseResponseTests : IDisposable
+ {
+ // TODO uncomment below to declare an instance variable for UpdateExpenseResponse
+ //private UpdateExpenseResponse instance;
+
+ public UpdateExpenseResponseTests()
+ {
+ // TODO uncomment below to create an instance of UpdateExpenseResponse
+ //instance = new UpdateExpenseResponse();
+ }
+
+ public void Dispose()
+ {
+ // Cleanup when everything is done.
+ }
+
+ ///
+ /// Test an instance of UpdateExpenseResponse
+ ///
+ [Fact]
+ public void UpdateExpenseResponseInstanceTest()
+ {
+ // TODO uncomment below to test "IsType" UpdateExpenseResponse
+ //Assert.IsType(instance);
+ }
+
+
+ ///
+ /// Test the property 'StatusCode'
+ ///
+ [Fact]
+ public void StatusCodeTest()
+ {
+ // TODO unit test for the property 'StatusCode'
+ }
+ ///
+ /// Test the property 'Status'
+ ///
+ [Fact]
+ public void StatusTest()
+ {
+ // TODO unit test for the property 'Status'
+ }
+ ///
+ /// Test the property 'Service'
+ ///
+ [Fact]
+ public void ServiceTest()
+ {
+ // TODO unit test for the property 'Service'
+ }
+ ///
+ /// Test the property 'Resource'
+ ///
+ [Fact]
+ public void ResourceTest()
+ {
+ // TODO unit test for the property 'Resource'
+ }
+ ///
+ /// Test the property 'Operation'
+ ///
+ [Fact]
+ public void OperationTest()
+ {
+ // TODO unit test for the property 'Operation'
+ }
+ ///
+ /// Test the property 'Data'
+ ///
+ [Fact]
+ public void DataTest()
+ {
+ // TODO unit test for the property 'Data'
+ }
+
+ }
+
+}
diff --git a/src/gen/src/Apideck.Test/Model/UpdateFileRequestTests.cs b/src/gen/src/Apideck.Test/Model/UpdateFileRequestTests.cs
index ef2ac728fb..39d02299a0 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateFileRequestTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateFileRequestTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateFileResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateFileResponseTests.cs
index f533986451..32d153f6a9 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateFileResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateFileResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateFolderRequestTests.cs b/src/gen/src/Apideck.Test/Model/UpdateFolderRequestTests.cs
index 25150dfc57..f54afa7f72 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateFolderRequestTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateFolderRequestTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateFolderResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateFolderResponseTests.cs
index 90751de349..dc68e42450 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateFolderResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateFolderResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateHrisCompanyResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateHrisCompanyResponseTests.cs
index 8490c8f3a2..f89bcbfad1 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateHrisCompanyResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateHrisCompanyResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateInvoiceItemsResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateInvoiceItemsResponseTests.cs
index aa74e06aa7..264cb46823 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateInvoiceItemsResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateInvoiceItemsResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateInvoiceResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateInvoiceResponseTests.cs
index 4d3af667c4..1121ef7e68 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateInvoiceResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateInvoiceResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateItemResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateItemResponseTests.cs
index 00b2c3c654..fc5e36296b 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateItemResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateItemResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateJobResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateJobResponseTests.cs
index 157a65b60d..3729ca9ee5 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateJobResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateJobResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateJournalEntryResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateJournalEntryResponseTests.cs
index b5f467bbfe..4f2b1f9799 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateJournalEntryResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateJournalEntryResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateLeadResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateLeadResponseTests.cs
index 194f71a339..1f107b79a2 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateLeadResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateLeadResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateLedgerAccountResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateLedgerAccountResponseTests.cs
index b120f38433..3b66049d49 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateLedgerAccountResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateLedgerAccountResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateLocationResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateLocationResponseTests.cs
index 6366309868..6aa6a239de 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateLocationResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateLocationResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateMerchantResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateMerchantResponseTests.cs
index 738e7fb833..c908569efd 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateMerchantResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateMerchantResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateMessageResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateMessageResponseTests.cs
index cf71ce09eb..2509181945 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateMessageResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateMessageResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateModifierGroupResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateModifierGroupResponseTests.cs
index 67c92467db..cb44dd3cf6 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateModifierGroupResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateModifierGroupResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateModifierResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateModifierResponseTests.cs
index 79c6d8a585..4a8ffabe92 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateModifierResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateModifierResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateNoteResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateNoteResponseTests.cs
index 81bc4228a2..5a7a190c04 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateNoteResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateNoteResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateOpportunityResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateOpportunityResponseTests.cs
index c239e499d3..8a8fa29233 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateOpportunityResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateOpportunityResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateOrderResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateOrderResponseTests.cs
index 84576c3c2c..1a2ca184bf 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateOrderResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateOrderResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateOrderTypeResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateOrderTypeResponseTests.cs
index 63626bc589..0a164a87f7 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateOrderTypeResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateOrderTypeResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdatePaymentResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdatePaymentResponseTests.cs
index 3195827939..9c56be2f3a 100644
--- a/src/gen/src/Apideck.Test/Model/UpdatePaymentResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdatePaymentResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdatePipelineResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdatePipelineResponseTests.cs
index e25836cf31..dd9912fe1e 100644
--- a/src/gen/src/Apideck.Test/Model/UpdatePipelineResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdatePipelineResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdatePosPaymentResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdatePosPaymentResponseTests.cs
index b57c3a69d8..b26fe221c6 100644
--- a/src/gen/src/Apideck.Test/Model/UpdatePosPaymentResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdatePosPaymentResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateProductResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateProductResponseTests.cs
index 7dd099b298..ab18c018f5 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateProductResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateProductResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdatePurchaseOrderResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdatePurchaseOrderResponseTests.cs
index d5f489398a..0706f692f3 100644
--- a/src/gen/src/Apideck.Test/Model/UpdatePurchaseOrderResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdatePurchaseOrderResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateSharedLinkResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateSharedLinkResponseTests.cs
index a0dcb3122e..765435c4e4 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateSharedLinkResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateSharedLinkResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateSubsidiaryResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateSubsidiaryResponseTests.cs
index fc136587c7..1bf4a4e2c7 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateSubsidiaryResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateSubsidiaryResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateSupplierResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateSupplierResponseTests.cs
index 056343bd28..18a693cf51 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateSupplierResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateSupplierResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateTaxRateResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateTaxRateResponseTests.cs
index 20496fb410..49ee4992cf 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateTaxRateResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateTaxRateResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateTenderResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateTenderResponseTests.cs
index 283a176b32..3c5e7bb0ef 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateTenderResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateTenderResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateTicketResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateTicketResponseTests.cs
index d9c5cf3e13..0c2dde3279 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateTicketResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateTicketResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateTimeOffRequestResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateTimeOffRequestResponseTests.cs
index 0534bd02be..583b44a62f 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateTimeOffRequestResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateTimeOffRequestResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateTrackingCategoryResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateTrackingCategoryResponseTests.cs
new file mode 100644
index 0000000000..a15c16363c
--- /dev/null
+++ b/src/gen/src/Apideck.Test/Model/UpdateTrackingCategoryResponseTests.cs
@@ -0,0 +1,110 @@
+/*
+ * Apideck
+ *
+ * The Apideck OpenAPI Spec: SDK Optimized
+ *
+ * The version of the OpenAPI document: 10.7.3
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+
+using Xunit;
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Collections.Generic;
+using Apideck.Api;
+using Apideck.Model;
+using Apideck.Client;
+using System.Reflection;
+using Newtonsoft.Json;
+
+namespace Apideck.Test.Model
+{
+ ///
+ /// Class for testing UpdateTrackingCategoryResponse
+ ///
+ ///
+ /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
+ /// Please update the test case below to test the model.
+ ///
+ public class UpdateTrackingCategoryResponseTests : IDisposable
+ {
+ // TODO uncomment below to declare an instance variable for UpdateTrackingCategoryResponse
+ //private UpdateTrackingCategoryResponse instance;
+
+ public UpdateTrackingCategoryResponseTests()
+ {
+ // TODO uncomment below to create an instance of UpdateTrackingCategoryResponse
+ //instance = new UpdateTrackingCategoryResponse();
+ }
+
+ public void Dispose()
+ {
+ // Cleanup when everything is done.
+ }
+
+ ///
+ /// Test an instance of UpdateTrackingCategoryResponse
+ ///
+ [Fact]
+ public void UpdateTrackingCategoryResponseInstanceTest()
+ {
+ // TODO uncomment below to test "IsType" UpdateTrackingCategoryResponse
+ //Assert.IsType(instance);
+ }
+
+
+ ///
+ /// Test the property 'StatusCode'
+ ///
+ [Fact]
+ public void StatusCodeTest()
+ {
+ // TODO unit test for the property 'StatusCode'
+ }
+ ///
+ /// Test the property 'Status'
+ ///
+ [Fact]
+ public void StatusTest()
+ {
+ // TODO unit test for the property 'Status'
+ }
+ ///
+ /// Test the property 'Service'
+ ///
+ [Fact]
+ public void ServiceTest()
+ {
+ // TODO unit test for the property 'Service'
+ }
+ ///
+ /// Test the property 'Resource'
+ ///
+ [Fact]
+ public void ResourceTest()
+ {
+ // TODO unit test for the property 'Resource'
+ }
+ ///
+ /// Test the property 'Operation'
+ ///
+ [Fact]
+ public void OperationTest()
+ {
+ // TODO unit test for the property 'Operation'
+ }
+ ///
+ /// Test the property 'Data'
+ ///
+ [Fact]
+ public void DataTest()
+ {
+ // TODO unit test for the property 'Data'
+ }
+
+ }
+
+}
diff --git a/src/gen/src/Apideck.Test/Model/UpdateUploadSessionResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateUploadSessionResponseTests.cs
index 831fbd99de..ac2cd72b2f 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateUploadSessionResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateUploadSessionResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateUserResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateUserResponseTests.cs
index fcf6f2cd2f..818cfda039 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateUserResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateUserResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateWebhookRequestTests.cs b/src/gen/src/Apideck.Test/Model/UpdateWebhookRequestTests.cs
index cdba47d88c..dffae956d9 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateWebhookRequestTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateWebhookRequestTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UpdateWebhookResponseTests.cs b/src/gen/src/Apideck.Test/Model/UpdateWebhookResponseTests.cs
index 34d688b75d..806ce79dd0 100644
--- a/src/gen/src/Apideck.Test/Model/UpdateWebhookResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UpdateWebhookResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UploadSessionTests.cs b/src/gen/src/Apideck.Test/Model/UploadSessionTests.cs
index dbec58e337..18f2c4119b 100644
--- a/src/gen/src/Apideck.Test/Model/UploadSessionTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UploadSessionTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/UserTests.cs b/src/gen/src/Apideck.Test/Model/UserTests.cs
index 3927621ae4..7ed02bad6d 100644
--- a/src/gen/src/Apideck.Test/Model/UserTests.cs
+++ b/src/gen/src/Apideck.Test/Model/UserTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ValidateConnectionStateResponseDataTests.cs b/src/gen/src/Apideck.Test/Model/ValidateConnectionStateResponseDataTests.cs
index 0d25c1e2a7..34571f2b43 100644
--- a/src/gen/src/Apideck.Test/Model/ValidateConnectionStateResponseDataTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ValidateConnectionStateResponseDataTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/ValidateConnectionStateResponseTests.cs b/src/gen/src/Apideck.Test/Model/ValidateConnectionStateResponseTests.cs
index 77d8649671..7a63e66c6d 100644
--- a/src/gen/src/Apideck.Test/Model/ValidateConnectionStateResponseTests.cs
+++ b/src/gen/src/Apideck.Test/Model/ValidateConnectionStateResponseTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/VaultEventTypeTests.cs b/src/gen/src/Apideck.Test/Model/VaultEventTypeTests.cs
index f87bc40fc9..a3dfd6396d 100644
--- a/src/gen/src/Apideck.Test/Model/VaultEventTypeTests.cs
+++ b/src/gen/src/Apideck.Test/Model/VaultEventTypeTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/VirtualWebhooksTests.cs b/src/gen/src/Apideck.Test/Model/VirtualWebhooksTests.cs
index 1e774e350f..61b05445eb 100644
--- a/src/gen/src/Apideck.Test/Model/VirtualWebhooksTests.cs
+++ b/src/gen/src/Apideck.Test/Model/VirtualWebhooksTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/WalletDetailsTests.cs b/src/gen/src/Apideck.Test/Model/WalletDetailsTests.cs
index fb8c43889f..b29cd6d619 100644
--- a/src/gen/src/Apideck.Test/Model/WalletDetailsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/WalletDetailsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/WebhookEventLogAttemptsTests.cs b/src/gen/src/Apideck.Test/Model/WebhookEventLogAttemptsTests.cs
index ae86b7769b..7041ac2cc4 100644
--- a/src/gen/src/Apideck.Test/Model/WebhookEventLogAttemptsTests.cs
+++ b/src/gen/src/Apideck.Test/Model/WebhookEventLogAttemptsTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/WebhookEventLogServiceTests.cs b/src/gen/src/Apideck.Test/Model/WebhookEventLogServiceTests.cs
index 91033f845d..6ab39b23b6 100644
--- a/src/gen/src/Apideck.Test/Model/WebhookEventLogServiceTests.cs
+++ b/src/gen/src/Apideck.Test/Model/WebhookEventLogServiceTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/WebhookEventLogTests.cs b/src/gen/src/Apideck.Test/Model/WebhookEventLogTests.cs
index b4f3dc328d..364bbd7865 100644
--- a/src/gen/src/Apideck.Test/Model/WebhookEventLogTests.cs
+++ b/src/gen/src/Apideck.Test/Model/WebhookEventLogTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/WebhookEventLogsFilterServiceTests.cs b/src/gen/src/Apideck.Test/Model/WebhookEventLogsFilterServiceTests.cs
index 6b0c765f4d..a13609e10c 100644
--- a/src/gen/src/Apideck.Test/Model/WebhookEventLogsFilterServiceTests.cs
+++ b/src/gen/src/Apideck.Test/Model/WebhookEventLogsFilterServiceTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/WebhookEventLogsFilterTests.cs b/src/gen/src/Apideck.Test/Model/WebhookEventLogsFilterTests.cs
index 7e6dcdc0bb..4fbace8eee 100644
--- a/src/gen/src/Apideck.Test/Model/WebhookEventLogsFilterTests.cs
+++ b/src/gen/src/Apideck.Test/Model/WebhookEventLogsFilterTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/WebhookEventTests.cs b/src/gen/src/Apideck.Test/Model/WebhookEventTests.cs
index f18f01862b..97edb7ac57 100644
--- a/src/gen/src/Apideck.Test/Model/WebhookEventTests.cs
+++ b/src/gen/src/Apideck.Test/Model/WebhookEventTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/WebhookEventTypeTests.cs b/src/gen/src/Apideck.Test/Model/WebhookEventTypeTests.cs
index 421ba55244..24013ae75c 100644
--- a/src/gen/src/Apideck.Test/Model/WebhookEventTypeTests.cs
+++ b/src/gen/src/Apideck.Test/Model/WebhookEventTypeTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/WebhookSubscriptionTests.cs b/src/gen/src/Apideck.Test/Model/WebhookSubscriptionTests.cs
index b7c36d0855..05eabe92dd 100644
--- a/src/gen/src/Apideck.Test/Model/WebhookSubscriptionTests.cs
+++ b/src/gen/src/Apideck.Test/Model/WebhookSubscriptionTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/WebhookSupportTests.cs b/src/gen/src/Apideck.Test/Model/WebhookSupportTests.cs
index 34f8a1acda..dd0fdf56c6 100644
--- a/src/gen/src/Apideck.Test/Model/WebhookSupportTests.cs
+++ b/src/gen/src/Apideck.Test/Model/WebhookSupportTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/WebhookTests.cs b/src/gen/src/Apideck.Test/Model/WebhookTests.cs
index a855545e20..848428d39a 100644
--- a/src/gen/src/Apideck.Test/Model/WebhookTests.cs
+++ b/src/gen/src/Apideck.Test/Model/WebhookTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck.Test/Model/WebsiteTests.cs b/src/gen/src/Apideck.Test/Model/WebsiteTests.cs
index 25b60662a9..fcc9ac57bb 100644
--- a/src/gen/src/Apideck.Test/Model/WebsiteTests.cs
+++ b/src/gen/src/Apideck.Test/Model/WebsiteTests.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/gen/src/Apideck/Api/AccountingApi.cs b/src/gen/src/Apideck/Api/AccountingApi.cs
index e4d626938f..3b03560ddc 100644
--- a/src/gen/src/Apideck/Api/AccountingApi.cs
+++ b/src/gen/src/Apideck/Api/AccountingApi.cs
@@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
- * The version of the OpenAPI document: 10.6.3
+ * The version of the OpenAPI document: 10.7.3
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -196,6 +196,165 @@ public interface IAccountingApiSync : IApiAccessor
/// ApiResponse of GetBalanceSheetResponse
ApiResponse BalanceSheetOneWithHttpInfo(string consumerId = default(string), string appId = default(string), string serviceId = default(string), PassThroughQuery passThrough = default(PassThroughQuery), BalanceSheetFilter filter = default(BalanceSheetFilter), bool? raw = default(bool?));
///
+ /// Create Bill Payment
+ ///
+ ///
+ /// Create Bill Payment
+ ///
+ /// Thrown when fails to make API call
+ ///
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// CreateBillPaymentResponse
+ CreateBillPaymentResponse BillPaymentsAdd(BillPayment billPayment, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string));
+
+ ///
+ /// Create Bill Payment
+ ///
+ ///
+ /// Create Bill Payment
+ ///
+ /// Thrown when fails to make API call
+ ///
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// ApiResponse of CreateBillPaymentResponse
+ ApiResponse BillPaymentsAddWithHttpInfo(BillPayment billPayment, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string));
+ ///
+ /// List Bill Payments
+ ///
+ ///
+ /// List Bill Payments
+ ///
+ /// Thrown when fails to make API call
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
+ /// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
+ /// Apply filters (optional)
+ /// Apply sorting (optional)
+ /// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// GetBillPaymentsResponse
+ GetBillPaymentsResponse BillPaymentsAll(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), PaymentsFilter filter = default(PaymentsFilter), PaymentsSort sort = default(PaymentsSort), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string));
+
+ ///
+ /// List Bill Payments
+ ///
+ ///
+ /// List Bill Payments
+ ///
+ /// Thrown when fails to make API call
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
+ /// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
+ /// Apply filters (optional)
+ /// Apply sorting (optional)
+ /// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// ApiResponse of GetBillPaymentsResponse
+ ApiResponse BillPaymentsAllWithHttpInfo(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), PaymentsFilter filter = default(PaymentsFilter), PaymentsSort sort = default(PaymentsSort), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string));
+ ///
+ /// Delete Bill Payment
+ ///
+ ///
+ /// Delete Bill Payment
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// DeleteBillPaymentResponse
+ DeleteBillPaymentResponse BillPaymentsDelete(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?));
+
+ ///
+ /// Delete Bill Payment
+ ///
+ ///
+ /// Delete Bill Payment
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ApiResponse of DeleteBillPaymentResponse
+ ApiResponse BillPaymentsDeleteWithHttpInfo(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?));
+ ///
+ /// Get Bill Payment
+ ///
+ ///
+ /// Get Bill Payment
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// GetBillPaymentResponse
+ GetBillPaymentResponse BillPaymentsOne(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string));
+
+ ///
+ /// Get Bill Payment
+ ///
+ ///
+ /// Get Bill Payment
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// ApiResponse of GetBillPaymentResponse
+ ApiResponse BillPaymentsOneWithHttpInfo(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string));
+ ///
+ /// Update Bill Payment
+ ///
+ ///
+ /// Update Bill Payment
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ ///
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// UpdateBillPaymentResponse
+ UpdateBillPaymentResponse BillPaymentsUpdate(string id, BillPayment billPayment, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?));
+
+ ///
+ /// Update Bill Payment
+ ///
+ ///
+ /// Update Bill Payment
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ ///
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ApiResponse of UpdateBillPaymentResponse
+ ApiResponse BillPaymentsUpdateWithHttpInfo(string id, BillPayment billPayment, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?));
+ ///
/// Create Bill
///
///
@@ -857,6 +1016,155 @@ public interface IAccountingApiSync : IApiAccessor
/// ApiResponse of UpdateAccountingDepartmentResponse
ApiResponse DepartmentsUpdateWithHttpInfo(string id, AccountingDepartment accountingDepartment, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?));
///
+ /// Create Expense
+ ///
+ ///
+ /// Create Expense
+ ///
+ /// Thrown when fails to make API call
+ ///
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// CreateExpenseResponse
+ CreateExpenseResponse ExpensesAdd(Expense expense, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string));
+
+ ///
+ /// Create Expense
+ ///
+ ///
+ /// Create Expense
+ ///
+ /// Thrown when fails to make API call
+ ///
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// ApiResponse of CreateExpenseResponse
+ ApiResponse ExpensesAddWithHttpInfo(Expense expense, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string));
+ ///
+ /// List Expenses
+ ///
+ ///
+ /// List Expenses
+ ///
+ /// Thrown when fails to make API call
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
+ /// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
+ /// GetExpensesResponse
+ GetExpensesResponse ExpensesAll(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?));
+
+ ///
+ /// List Expenses
+ ///
+ ///
+ /// List Expenses
+ ///
+ /// Thrown when fails to make API call
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
+ /// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
+ /// ApiResponse of GetExpensesResponse
+ ApiResponse ExpensesAllWithHttpInfo(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?));
+ ///
+ /// Delete Expense
+ ///
+ ///
+ /// Delete Expense
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// DeleteExpenseResponse
+ DeleteExpenseResponse ExpensesDelete(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?));
+
+ ///
+ /// Delete Expense
+ ///
+ ///
+ /// Delete Expense
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ApiResponse of DeleteExpenseResponse
+ ApiResponse ExpensesDeleteWithHttpInfo(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?));
+ ///
+ /// Get Expense
+ ///
+ ///
+ /// Get Expense
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// GetExpenseResponse
+ GetExpenseResponse ExpensesOne(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?));
+
+ ///
+ /// Get Expense
+ ///
+ ///
+ /// Get Expense
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ApiResponse of GetExpenseResponse
+ ApiResponse ExpensesOneWithHttpInfo(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?));
+ ///
+ /// Update Expense
+ ///
+ ///
+ /// Update Expense
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ ///
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// UpdateExpenseResponse
+ UpdateExpenseResponse ExpensesUpdate(string id, Expense expense, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?));
+
+ ///
+ /// Update Expense
+ ///
+ ///
+ /// Update Expense
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ ///
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ApiResponse of UpdateExpenseResponse
+ ApiResponse ExpensesUpdateWithHttpInfo(string id, Expense expense, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?));
+ ///
/// Create Invoice Item
///
///
@@ -2461,68 +2769,223 @@ public interface IAccountingApiSync : IApiAccessor
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ApiResponse of UpdateTaxRateResponse
ApiResponse TaxRatesUpdateWithHttpInfo(string id, TaxRate taxRate, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?));
- #endregion Synchronous Operations
- }
-
- ///
- /// Represents a collection of functions to interact with the API endpoints
- ///
- public interface IAccountingApiAsync : IApiAccessor
- {
- #region Asynchronous Operations
///
- /// List Attachments
+ /// Create Tracking Category
///
///
- /// List Attachments
+ /// Create Tracking Category
///
/// Thrown when fails to make API call
- /// The reference type of the document.
- /// The reference id of the object to retrieve.
+ ///
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
- /// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
- /// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
- /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
- /// Cancellation Token to cancel the request.
- /// Task of GetAttachmentsResponse
- System.Threading.Tasks.Task AttachmentsAllAsync(AttachmentReferenceType referenceType, string referenceId, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// CreateTrackingCategoryResponse
+ CreateTrackingCategoryResponse TrackingCategoriesAdd(TrackingCategory trackingCategory, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string));
///
- /// List Attachments
+ /// Create Tracking Category
///
///
- /// List Attachments
+ /// Create Tracking Category
///
/// Thrown when fails to make API call
- /// The reference type of the document.
- /// The reference id of the object to retrieve.
+ ///
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
- /// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
- /// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
- /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
- /// Cancellation Token to cancel the request.
- /// Task of ApiResponse (GetAttachmentsResponse)
- System.Threading.Tasks.Task> AttachmentsAllWithHttpInfoAsync(AttachmentReferenceType referenceType, string referenceId, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// ApiResponse of CreateTrackingCategoryResponse
+ ApiResponse TrackingCategoriesAddWithHttpInfo(TrackingCategory trackingCategory, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string));
///
- /// Delete Attachment
+ /// List Tracking Categories
///
///
- /// Delete Attachment
+ /// List Tracking Categories
///
/// Thrown when fails to make API call
- /// The reference type of the document.
- /// The reference id of the object to retrieve.
- /// ID of the record you are acting upon.
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
- /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
+ /// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
+ /// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// GetTrackingCategoriesResponse
+ GetTrackingCategoriesResponse TrackingCategoriesAll(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string));
+
+ ///
+ /// List Tracking Categories
+ ///
+ ///
+ /// List Tracking Categories
+ ///
+ /// Thrown when fails to make API call
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
+ /// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
+ /// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// ApiResponse of GetTrackingCategoriesResponse
+ ApiResponse TrackingCategoriesAllWithHttpInfo(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string));
+ ///
+ /// Delete Tracking Category
+ ///
+ ///
+ /// Delete Tracking Category
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// DeleteTrackingCategoryResponse
+ DeleteTrackingCategoryResponse TrackingCategoriesDelete(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?));
+
+ ///
+ /// Delete Tracking Category
+ ///
+ ///
+ /// Delete Tracking Category
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ApiResponse of DeleteTrackingCategoryResponse
+ ApiResponse TrackingCategoriesDeleteWithHttpInfo(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?));
+ ///
+ /// Get Tracking Category
+ ///
+ ///
+ /// Get Tracking Category
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// GetTrackingCategoryResponse
+ GetTrackingCategoryResponse TrackingCategoriesOne(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string));
+
+ ///
+ /// Get Tracking Category
+ ///
+ ///
+ /// Get Tracking Category
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// ApiResponse of GetTrackingCategoryResponse
+ ApiResponse TrackingCategoriesOneWithHttpInfo(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string));
+ ///
+ /// Update Tracking Category
+ ///
+ ///
+ /// Update Tracking Category
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ ///
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// UpdateTrackingCategoryResponse
+ UpdateTrackingCategoryResponse TrackingCategoriesUpdate(string id, TrackingCategory trackingCategory, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?));
+
+ ///
+ /// Update Tracking Category
+ ///
+ ///
+ /// Update Tracking Category
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ ///
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ApiResponse of UpdateTrackingCategoryResponse
+ ApiResponse TrackingCategoriesUpdateWithHttpInfo(string id, TrackingCategory trackingCategory, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?));
+ #endregion Synchronous Operations
+ }
+
+ ///
+ /// Represents a collection of functions to interact with the API endpoints
+ ///
+ public interface IAccountingApiAsync : IApiAccessor
+ {
+ #region Asynchronous Operations
+ ///
+ /// List Attachments
+ ///
+ ///
+ /// List Attachments
+ ///
+ /// Thrown when fails to make API call
+ /// The reference type of the document.
+ /// The reference id of the object to retrieve.
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
+ /// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// Cancellation Token to cancel the request.
+ /// Task of GetAttachmentsResponse
+ System.Threading.Tasks.Task AttachmentsAllAsync(AttachmentReferenceType referenceType, string referenceId, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+
+ ///
+ /// List Attachments
+ ///
+ ///
+ /// List Attachments
+ ///
+ /// Thrown when fails to make API call
+ /// The reference type of the document.
+ /// The reference id of the object to retrieve.
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
+ /// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// Cancellation Token to cancel the request.
+ /// Task of ApiResponse (GetAttachmentsResponse)
+ System.Threading.Tasks.Task> AttachmentsAllWithHttpInfoAsync(AttachmentReferenceType referenceType, string referenceId, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ ///
+ /// Delete Attachment
+ ///
+ ///
+ /// Delete Attachment
+ ///
+ /// Thrown when fails to make API call
+ /// The reference type of the document.
+ /// The reference id of the object to retrieve.
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// Cancellation Token to cancel the request.
/// Task of DeleteAttachmentResponse
System.Threading.Tasks.Task AttachmentsDeleteAsync(AttachmentReferenceType referenceType, string referenceId, string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
@@ -2650,41 +3113,41 @@ public interface IAccountingApiAsync : IApiAccessor
/// Task of ApiResponse (GetBalanceSheetResponse)
System.Threading.Tasks.Task> BalanceSheetOneWithHttpInfoAsync(string consumerId = default(string), string appId = default(string), string serviceId = default(string), PassThroughQuery passThrough = default(PassThroughQuery), BalanceSheetFilter filter = default(BalanceSheetFilter), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Create Bill
+ /// Create Bill Payment
///
///
- /// Create Bill
+ /// Create Bill Payment
///
/// Thrown when fails to make API call
- ///
+ ///
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Cancellation Token to cancel the request.
- /// Task of CreateBillResponse
- System.Threading.Tasks.Task BillsAddAsync(Bill bill, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of CreateBillPaymentResponse
+ System.Threading.Tasks.Task BillPaymentsAddAsync(BillPayment billPayment, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Create Bill
+ /// Create Bill Payment
///
///
- /// Create Bill
+ /// Create Bill Payment
///
/// Thrown when fails to make API call
- ///
+ ///
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Cancellation Token to cancel the request.
- /// Task of ApiResponse (CreateBillResponse)
- System.Threading.Tasks.Task> BillsAddWithHttpInfoAsync(Bill bill, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of ApiResponse (CreateBillPaymentResponse)
+ System.Threading.Tasks.Task> BillPaymentsAddWithHttpInfoAsync(BillPayment billPayment, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// List Bills
+ /// List Bill Payments
///
///
- /// List Bills
+ /// List Bill Payments
///
/// Thrown when fails to make API call
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
@@ -2698,14 +3161,14 @@ public interface IAccountingApiAsync : IApiAccessor
/// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
/// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
/// Cancellation Token to cancel the request.
- /// Task of GetBillsResponse
- System.Threading.Tasks.Task BillsAllAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), BillsFilter filter = default(BillsFilter), BillsSort sort = default(BillsSort), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of GetBillPaymentsResponse
+ System.Threading.Tasks.Task BillPaymentsAllAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), PaymentsFilter filter = default(PaymentsFilter), PaymentsSort sort = default(PaymentsSort), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// List Bills
+ /// List Bill Payments
///
///
- /// List Bills
+ /// List Bill Payments
///
/// Thrown when fails to make API call
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
@@ -2719,13 +3182,13 @@ public interface IAccountingApiAsync : IApiAccessor
/// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
/// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
/// Cancellation Token to cancel the request.
- /// Task of ApiResponse (GetBillsResponse)
- System.Threading.Tasks.Task> BillsAllWithHttpInfoAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), BillsFilter filter = default(BillsFilter), BillsSort sort = default(BillsSort), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of ApiResponse (GetBillPaymentsResponse)
+ System.Threading.Tasks.Task> BillPaymentsAllWithHttpInfoAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), PaymentsFilter filter = default(PaymentsFilter), PaymentsSort sort = default(PaymentsSort), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Delete Bill
+ /// Delete Bill Payment
///
///
- /// Delete Bill
+ /// Delete Bill Payment
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
@@ -2734,14 +3197,14 @@ public interface IAccountingApiAsync : IApiAccessor
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// Cancellation Token to cancel the request.
- /// Task of DeleteBillResponse
- System.Threading.Tasks.Task BillsDeleteAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of DeleteBillPaymentResponse
+ System.Threading.Tasks.Task BillPaymentsDeleteAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Delete Bill
+ /// Delete Bill Payment
///
///
- /// Delete Bill
+ /// Delete Bill Payment
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
@@ -2750,13 +3213,13 @@ public interface IAccountingApiAsync : IApiAccessor
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// Cancellation Token to cancel the request.
- /// Task of ApiResponse (DeleteBillResponse)
- System.Threading.Tasks.Task> BillsDeleteWithHttpInfoAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of ApiResponse (DeleteBillPaymentResponse)
+ System.Threading.Tasks.Task> BillPaymentsDeleteWithHttpInfoAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Get Bill
+ /// Get Bill Payment
///
///
- /// Get Bill
+ /// Get Bill Payment
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
@@ -2766,14 +3229,14 @@ public interface IAccountingApiAsync : IApiAccessor
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
/// Cancellation Token to cancel the request.
- /// Task of GetBillResponse
- System.Threading.Tasks.Task BillsOneAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of GetBillPaymentResponse
+ System.Threading.Tasks.Task BillPaymentsOneAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Get Bill
+ /// Get Bill Payment
///
///
- /// Get Bill
+ /// Get Bill Payment
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
@@ -2783,108 +3246,98 @@ public interface IAccountingApiAsync : IApiAccessor
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
/// Cancellation Token to cancel the request.
- /// Task of ApiResponse (GetBillResponse)
- System.Threading.Tasks.Task> BillsOneWithHttpInfoAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of ApiResponse (GetBillPaymentResponse)
+ System.Threading.Tasks.Task> BillPaymentsOneWithHttpInfoAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Update Bill
+ /// Update Bill Payment
///
///
- /// Update Bill
+ /// Update Bill Payment
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
- ///
+ ///
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// Cancellation Token to cancel the request.
- /// Task of UpdateBillResponse
- System.Threading.Tasks.Task BillsUpdateAsync(string id, Bill bill, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of UpdateBillPaymentResponse
+ System.Threading.Tasks.Task BillPaymentsUpdateAsync(string id, BillPayment billPayment, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Update Bill
+ /// Update Bill Payment
///
///
- /// Update Bill
+ /// Update Bill Payment
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
- ///
+ ///
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// Cancellation Token to cancel the request.
- /// Task of ApiResponse (UpdateBillResponse)
- System.Threading.Tasks.Task> BillsUpdateWithHttpInfoAsync(string id, Bill bill, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of ApiResponse (UpdateBillPaymentResponse)
+ System.Threading.Tasks.Task> BillPaymentsUpdateWithHttpInfoAsync(string id, BillPayment billPayment, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Get company info
+ /// Create Bill
///
///
- /// Get company info
+ /// Create Bill
///
/// Thrown when fails to make API call
+ ///
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
- /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
/// Cancellation Token to cancel the request.
- /// Task of GetCompanyInfoResponse
- System.Threading.Tasks.Task CompanyInfoOneAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of CreateBillResponse
+ System.Threading.Tasks.Task BillsAddAsync(Bill bill, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Get company info
+ /// Create Bill
///
///
- /// Get company info
+ /// Create Bill
///
/// Thrown when fails to make API call
+ ///
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
- /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
/// Cancellation Token to cancel the request.
- /// Task of ApiResponse (GetCompanyInfoResponse)
- System.Threading.Tasks.Task> CompanyInfoOneWithHttpInfoAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of ApiResponse (CreateBillResponse)
+ System.Threading.Tasks.Task> BillsAddWithHttpInfoAsync(Bill bill, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Create Credit Note
+ /// List Bills
///
///
- /// Create Credit Note
+ /// List Bills
///
/// Thrown when fails to make API call
- ///
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
+ /// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
+ /// Apply filters (optional)
+ /// Apply sorting (optional)
+ /// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
/// Cancellation Token to cancel the request.
- /// Task of CreateCreditNoteResponse
- System.Threading.Tasks.Task CreditNotesAddAsync(CreditNote creditNote, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of GetBillsResponse
+ System.Threading.Tasks.Task BillsAllAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), BillsFilter filter = default(BillsFilter), BillsSort sort = default(BillsSort), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Create Credit Note
- ///
- ///
- /// Create Credit Note
- ///
- /// Thrown when fails to make API call
- ///
- /// Include raw response. Mostly used for debugging purposes (optional, default to false)
- /// ID of the consumer which you want to get or push data from (optional)
- /// The ID of your Unify application (optional)
- /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
- /// Cancellation Token to cancel the request.
- /// Task of ApiResponse (CreateCreditNoteResponse)
- System.Threading.Tasks.Task> CreditNotesAddWithHttpInfoAsync(CreditNote creditNote, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
- ///
- /// List Credit Notes
+ /// List Bills
///
///
- /// List Credit Notes
+ /// List Bills
///
/// Thrown when fails to make API call
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
@@ -2898,22 +3351,201 @@ public interface IAccountingApiAsync : IApiAccessor
/// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
/// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
/// Cancellation Token to cancel the request.
- /// Task of GetCreditNotesResponse
- System.Threading.Tasks.Task CreditNotesAllAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), CreditNotesFilter filter = default(CreditNotesFilter), CreditNotesSort sort = default(CreditNotesSort), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
-
+ /// Task of ApiResponse (GetBillsResponse)
+ System.Threading.Tasks.Task> BillsAllWithHttpInfoAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), BillsFilter filter = default(BillsFilter), BillsSort sort = default(BillsSort), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// List Credit Notes
+ /// Delete Bill
///
///
- /// List Credit Notes
+ /// Delete Bill
///
/// Thrown when fails to make API call
- /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the record you are acting upon.
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
- /// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
- /// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// Cancellation Token to cancel the request.
+ /// Task of DeleteBillResponse
+ System.Threading.Tasks.Task BillsDeleteAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+
+ ///
+ /// Delete Bill
+ ///
+ ///
+ /// Delete Bill
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// Cancellation Token to cancel the request.
+ /// Task of ApiResponse (DeleteBillResponse)
+ System.Threading.Tasks.Task> BillsDeleteWithHttpInfoAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ ///
+ /// Get Bill
+ ///
+ ///
+ /// Get Bill
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// Cancellation Token to cancel the request.
+ /// Task of GetBillResponse
+ System.Threading.Tasks.Task BillsOneAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+
+ ///
+ /// Get Bill
+ ///
+ ///
+ /// Get Bill
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// Cancellation Token to cancel the request.
+ /// Task of ApiResponse (GetBillResponse)
+ System.Threading.Tasks.Task> BillsOneWithHttpInfoAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ ///
+ /// Update Bill
+ ///
+ ///
+ /// Update Bill
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ ///
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// Cancellation Token to cancel the request.
+ /// Task of UpdateBillResponse
+ System.Threading.Tasks.Task BillsUpdateAsync(string id, Bill bill, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+
+ ///
+ /// Update Bill
+ ///
+ ///
+ /// Update Bill
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ ///
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// Cancellation Token to cancel the request.
+ /// Task of ApiResponse (UpdateBillResponse)
+ System.Threading.Tasks.Task> BillsUpdateWithHttpInfoAsync(string id, Bill bill, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ ///
+ /// Get company info
+ ///
+ ///
+ /// Get company info
+ ///
+ /// Thrown when fails to make API call
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// Cancellation Token to cancel the request.
+ /// Task of GetCompanyInfoResponse
+ System.Threading.Tasks.Task CompanyInfoOneAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+
+ ///
+ /// Get company info
+ ///
+ ///
+ /// Get company info
+ ///
+ /// Thrown when fails to make API call
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// Cancellation Token to cancel the request.
+ /// Task of ApiResponse (GetCompanyInfoResponse)
+ System.Threading.Tasks.Task> CompanyInfoOneWithHttpInfoAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ ///
+ /// Create Credit Note
+ ///
+ ///
+ /// Create Credit Note
+ ///
+ /// Thrown when fails to make API call
+ ///
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Cancellation Token to cancel the request.
+ /// Task of CreateCreditNoteResponse
+ System.Threading.Tasks.Task CreditNotesAddAsync(CreditNote creditNote, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+
+ ///
+ /// Create Credit Note
+ ///
+ ///
+ /// Create Credit Note
+ ///
+ /// Thrown when fails to make API call
+ ///
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Cancellation Token to cancel the request.
+ /// Task of ApiResponse (CreateCreditNoteResponse)
+ System.Threading.Tasks.Task> CreditNotesAddWithHttpInfoAsync(CreditNote creditNote, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ ///
+ /// List Credit Notes
+ ///
+ ///
+ /// List Credit Notes
+ ///
+ /// Thrown when fails to make API call
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
+ /// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
+ /// Apply filters (optional)
+ /// Apply sorting (optional)
+ /// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// Cancellation Token to cancel the request.
+ /// Task of GetCreditNotesResponse
+ System.Threading.Tasks.Task CreditNotesAllAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), CreditNotesFilter filter = default(CreditNotesFilter), CreditNotesSort sort = default(CreditNotesSort), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+
+ ///
+ /// List Credit Notes
+ ///
+ ///
+ /// List Credit Notes
+ ///
+ /// Thrown when fails to make API call
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
+ /// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
/// Apply filters (optional)
/// Apply sorting (optional)
/// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
@@ -3353,41 +3985,41 @@ public interface IAccountingApiAsync : IApiAccessor
/// Task of ApiResponse (UpdateAccountingDepartmentResponse)
System.Threading.Tasks.Task> DepartmentsUpdateWithHttpInfoAsync(string id, AccountingDepartment accountingDepartment, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Create Invoice Item
+ /// Create Expense
///
///
- /// Create Invoice Item
+ /// Create Expense
///
/// Thrown when fails to make API call
- ///
+ ///
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Cancellation Token to cancel the request.
- /// Task of CreateInvoiceItemResponse
- System.Threading.Tasks.Task InvoiceItemsAddAsync(InvoiceItem invoiceItem, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of CreateExpenseResponse
+ System.Threading.Tasks.Task ExpensesAddAsync(Expense expense, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Create Invoice Item
+ /// Create Expense
///
///
- /// Create Invoice Item
+ /// Create Expense
///
/// Thrown when fails to make API call
- ///
+ ///
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Cancellation Token to cancel the request.
- /// Task of ApiResponse (CreateInvoiceItemResponse)
- System.Threading.Tasks.Task> InvoiceItemsAddWithHttpInfoAsync(InvoiceItem invoiceItem, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of ApiResponse (CreateExpenseResponse)
+ System.Threading.Tasks.Task> ExpensesAddWithHttpInfoAsync(Expense expense, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// List Invoice Items
+ /// List Expenses
///
///
- /// List Invoice Items
+ /// List Expenses
///
/// Thrown when fails to make API call
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
@@ -3396,18 +4028,15 @@ public interface IAccountingApiAsync : IApiAccessor
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
/// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
- /// Apply filters (optional)
- /// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
- /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
/// Cancellation Token to cancel the request.
- /// Task of GetInvoiceItemsResponse
- System.Threading.Tasks.Task InvoiceItemsAllAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), InvoiceItemsFilter filter = default(InvoiceItemsFilter), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of GetExpensesResponse
+ System.Threading.Tasks.Task ExpensesAllAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// List Invoice Items
+ /// List Expenses
///
///
- /// List Invoice Items
+ /// List Expenses
///
/// Thrown when fails to make API call
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
@@ -3416,17 +4045,14 @@ public interface IAccountingApiAsync : IApiAccessor
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
/// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
- /// Apply filters (optional)
- /// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
- /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
/// Cancellation Token to cancel the request.
- /// Task of ApiResponse (GetInvoiceItemsResponse)
- System.Threading.Tasks.Task> InvoiceItemsAllWithHttpInfoAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), InvoiceItemsFilter filter = default(InvoiceItemsFilter), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of ApiResponse (GetExpensesResponse)
+ System.Threading.Tasks.Task> ExpensesAllWithHttpInfoAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Delete Invoice Item
+ /// Delete Expense
///
///
- /// Delete Invoice Item
+ /// Delete Expense
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
@@ -3435,14 +4061,14 @@ public interface IAccountingApiAsync : IApiAccessor
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// Cancellation Token to cancel the request.
- /// Task of DeleteTaxRateResponse
- System.Threading.Tasks.Task InvoiceItemsDeleteAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of DeleteExpenseResponse
+ System.Threading.Tasks.Task ExpensesDeleteAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Delete Invoice Item
+ /// Delete Expense
///
///
- /// Delete Invoice Item
+ /// Delete Expense
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
@@ -3451,13 +4077,13 @@ public interface IAccountingApiAsync : IApiAccessor
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// Cancellation Token to cancel the request.
- /// Task of ApiResponse (DeleteTaxRateResponse)
- System.Threading.Tasks.Task> InvoiceItemsDeleteWithHttpInfoAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of ApiResponse (DeleteExpenseResponse)
+ System.Threading.Tasks.Task> ExpensesDeleteWithHttpInfoAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Get Invoice Item
+ /// Get Expense
///
///
- /// Get Invoice Item
+ /// Get Expense
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
@@ -3465,16 +4091,15 @@ public interface IAccountingApiAsync : IApiAccessor
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
- /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
/// Cancellation Token to cancel the request.
- /// Task of GetInvoiceItemResponse
- System.Threading.Tasks.Task InvoiceItemsOneAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of GetExpenseResponse
+ System.Threading.Tasks.Task ExpensesOneAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Get Invoice Item
+ /// Get Expense
///
///
- /// Get Invoice Item
+ /// Get Expense
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
@@ -3482,76 +4107,242 @@ public interface IAccountingApiAsync : IApiAccessor
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
- /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
/// Cancellation Token to cancel the request.
- /// Task of ApiResponse (GetInvoiceItemResponse)
- System.Threading.Tasks.Task> InvoiceItemsOneWithHttpInfoAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of ApiResponse (GetExpenseResponse)
+ System.Threading.Tasks.Task> ExpensesOneWithHttpInfoAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Update Invoice Item
+ /// Update Expense
///
///
- /// Update Invoice Item
+ /// Update Expense
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
- ///
+ ///
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// Cancellation Token to cancel the request.
- /// Task of UpdateInvoiceItemsResponse
- System.Threading.Tasks.Task InvoiceItemsUpdateAsync(string id, InvoiceItem invoiceItem, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of UpdateExpenseResponse
+ System.Threading.Tasks.Task ExpensesUpdateAsync(string id, Expense expense, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Update Invoice Item
+ /// Update Expense
///
///
- /// Update Invoice Item
+ /// Update Expense
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
- ///
+ ///
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// Cancellation Token to cancel the request.
- /// Task of ApiResponse (UpdateInvoiceItemsResponse)
- System.Threading.Tasks.Task> InvoiceItemsUpdateWithHttpInfoAsync(string id, InvoiceItem invoiceItem, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of ApiResponse (UpdateExpenseResponse)
+ System.Threading.Tasks.Task> ExpensesUpdateWithHttpInfoAsync(string id, Expense expense, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Create Invoice
+ /// Create Invoice Item
///
///
- /// Create Invoice
+ /// Create Invoice Item
///
/// Thrown when fails to make API call
- ///
+ ///
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Cancellation Token to cancel the request.
- /// Task of CreateInvoiceResponse
- System.Threading.Tasks.Task InvoicesAddAsync(Invoice invoice, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of CreateInvoiceItemResponse
+ System.Threading.Tasks.Task InvoiceItemsAddAsync(InvoiceItem invoiceItem, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Create Invoice
+ /// Create Invoice Item
///
///
- /// Create Invoice
+ /// Create Invoice Item
///
/// Thrown when fails to make API call
- ///
+ ///
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Cancellation Token to cancel the request.
- /// Task of ApiResponse (CreateInvoiceResponse)
- System.Threading.Tasks.Task> InvoicesAddWithHttpInfoAsync(Invoice invoice, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ /// Task of ApiResponse (CreateInvoiceItemResponse)
+ System.Threading.Tasks.Task> InvoiceItemsAddWithHttpInfoAsync(InvoiceItem invoiceItem, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// List Invoices
+ /// List Invoice Items
+ ///
+ ///
+ /// List Invoice Items
+ ///
+ /// Thrown when fails to make API call
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
+ /// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
+ /// Apply filters (optional)
+ /// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// Cancellation Token to cancel the request.
+ /// Task of GetInvoiceItemsResponse
+ System.Threading.Tasks.Task InvoiceItemsAllAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), InvoiceItemsFilter filter = default(InvoiceItemsFilter), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+
+ ///
+ /// List Invoice Items
+ ///
+ ///
+ /// List Invoice Items
+ ///
+ /// Thrown when fails to make API call
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
+ /// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
+ /// Apply filters (optional)
+ /// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// Cancellation Token to cancel the request.
+ /// Task of ApiResponse (GetInvoiceItemsResponse)
+ System.Threading.Tasks.Task> InvoiceItemsAllWithHttpInfoAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), InvoiceItemsFilter filter = default(InvoiceItemsFilter), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ ///
+ /// Delete Invoice Item
+ ///
+ ///
+ /// Delete Invoice Item
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// Cancellation Token to cancel the request.
+ /// Task of DeleteTaxRateResponse
+ System.Threading.Tasks.Task InvoiceItemsDeleteAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+
+ ///
+ /// Delete Invoice Item
+ ///
+ ///
+ /// Delete Invoice Item
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// Cancellation Token to cancel the request.
+ /// Task of ApiResponse (DeleteTaxRateResponse)
+ System.Threading.Tasks.Task> InvoiceItemsDeleteWithHttpInfoAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ ///
+ /// Get Invoice Item
+ ///
+ ///
+ /// Get Invoice Item
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// Cancellation Token to cancel the request.
+ /// Task of GetInvoiceItemResponse
+ System.Threading.Tasks.Task InvoiceItemsOneAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+
+ ///
+ /// Get Invoice Item
+ ///
+ ///
+ /// Get Invoice Item
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// Cancellation Token to cancel the request.
+ /// Task of ApiResponse (GetInvoiceItemResponse)
+ System.Threading.Tasks.Task> InvoiceItemsOneWithHttpInfoAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ ///
+ /// Update Invoice Item
+ ///
+ ///
+ /// Update Invoice Item
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ ///
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// Cancellation Token to cancel the request.
+ /// Task of UpdateInvoiceItemsResponse
+ System.Threading.Tasks.Task InvoiceItemsUpdateAsync(string id, InvoiceItem invoiceItem, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+
+ ///
+ /// Update Invoice Item
+ ///
+ ///
+ /// Update Invoice Item
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ ///
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// Cancellation Token to cancel the request.
+ /// Task of ApiResponse (UpdateInvoiceItemsResponse)
+ System.Threading.Tasks.Task> InvoiceItemsUpdateWithHttpInfoAsync(string id, InvoiceItem invoiceItem, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ ///
+ /// Create Invoice
+ ///
+ ///
+ /// Create Invoice
+ ///
+ /// Thrown when fails to make API call
+ ///
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Cancellation Token to cancel the request.
+ /// Task of CreateInvoiceResponse
+ System.Threading.Tasks.Task InvoicesAddAsync(Invoice invoice, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+
+ ///
+ /// Create Invoice
+ ///
+ ///
+ /// Create Invoice
+ ///
+ /// Thrown when fails to make API call
+ ///
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Cancellation Token to cancel the request.
+ /// Task of ApiResponse (CreateInvoiceResponse)
+ System.Threading.Tasks.Task> InvoicesAddWithHttpInfoAsync(Invoice invoice, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ ///
+ /// List Invoices
///
///
/// List Invoices
@@ -5059,77 +5850,242 @@ public interface IAccountingApiAsync : IApiAccessor
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (UpdateTaxRateResponse)
System.Threading.Tasks.Task> TaxRatesUpdateWithHttpInfoAsync(string id, TaxRate taxRate, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
- #endregion Asynchronous Operations
- }
-
- ///
- /// Represents a collection of functions to interact with the API endpoints
- ///
- public interface IAccountingApi : IAccountingApiSync, IAccountingApiAsync
- {
-
- }
-
- ///
- /// Represents a collection of functions to interact with the API endpoints
- ///
- public partial class AccountingApi : IAccountingApi
- {
- private Apideck.Client.ExceptionFactory _exceptionFactory = (name, response) => null;
-
///
- /// Initializes a new instance of the class.
+ /// Create Tracking Category
///
- ///
- public AccountingApi() : this((string)null)
- {
- }
+ ///
+ /// Create Tracking Category
+ ///
+ /// Thrown when fails to make API call
+ ///
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Cancellation Token to cancel the request.
+ /// Task of CreateTrackingCategoryResponse
+ System.Threading.Tasks.Task TrackingCategoriesAddAsync(TrackingCategory trackingCategory, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Initializes a new instance of the class.
+ /// Create Tracking Category
///
- ///
- public AccountingApi(string basePath)
- {
- this.Configuration = Apideck.Client.Configuration.MergeConfigurations(
- Apideck.Client.GlobalConfiguration.Instance,
- new Apideck.Client.Configuration { BasePath = basePath }
- );
- this.Client = new Apideck.Client.ApiClient(this.Configuration.BasePath);
- this.AsynchronousClient = new Apideck.Client.ApiClient(this.Configuration.BasePath);
- this.ExceptionFactory = Apideck.Client.Configuration.DefaultExceptionFactory;
- }
-
+ ///
+ /// Create Tracking Category
+ ///
+ /// Thrown when fails to make API call
+ ///
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Cancellation Token to cancel the request.
+ /// Task of ApiResponse (CreateTrackingCategoryResponse)
+ System.Threading.Tasks.Task> TrackingCategoriesAddWithHttpInfoAsync(TrackingCategory trackingCategory, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Initializes a new instance of the class
- /// using Configuration object
+ /// List Tracking Categories
///
- /// An instance of Configuration
- ///
- public AccountingApi(Apideck.Client.Configuration configuration)
- {
- if (configuration == null) throw new ArgumentNullException("configuration");
-
- this.Configuration = Apideck.Client.Configuration.MergeConfigurations(
- Apideck.Client.GlobalConfiguration.Instance,
- configuration
- );
- this.Client = new Apideck.Client.ApiClient(this.Configuration.BasePath);
- this.AsynchronousClient = new Apideck.Client.ApiClient(this.Configuration.BasePath);
- ExceptionFactory = Apideck.Client.Configuration.DefaultExceptionFactory;
- }
+ ///
+ /// List Tracking Categories
+ ///
+ /// Thrown when fails to make API call
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
+ /// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
+ /// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// Cancellation Token to cancel the request.
+ /// Task of GetTrackingCategoriesResponse
+ System.Threading.Tasks.Task TrackingCategoriesAllAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Initializes a new instance of the class
- /// using a Configuration object and client instance.
+ /// List Tracking Categories
///
- /// The client interface for synchronous API access.
- /// The client interface for asynchronous API access.
- /// The configuration object.
- public AccountingApi(Apideck.Client.ISynchronousClient client, Apideck.Client.IAsynchronousClient asyncClient, Apideck.Client.IReadableConfiguration configuration)
- {
- if (client == null) throw new ArgumentNullException("client");
- if (asyncClient == null) throw new ArgumentNullException("asyncClient");
+ ///
+ /// List Tracking Categories
+ ///
+ /// Thrown when fails to make API call
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
+ /// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
+ /// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// Cancellation Token to cancel the request.
+ /// Task of ApiResponse (GetTrackingCategoriesResponse)
+ System.Threading.Tasks.Task> TrackingCategoriesAllWithHttpInfoAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ ///
+ /// Delete Tracking Category
+ ///
+ ///
+ /// Delete Tracking Category
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// Cancellation Token to cancel the request.
+ /// Task of DeleteTrackingCategoryResponse
+ System.Threading.Tasks.Task TrackingCategoriesDeleteAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+
+ ///
+ /// Delete Tracking Category
+ ///
+ ///
+ /// Delete Tracking Category
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// Cancellation Token to cancel the request.
+ /// Task of ApiResponse (DeleteTrackingCategoryResponse)
+ System.Threading.Tasks.Task> TrackingCategoriesDeleteWithHttpInfoAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ ///
+ /// Get Tracking Category
+ ///
+ ///
+ /// Get Tracking Category
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// Cancellation Token to cancel the request.
+ /// Task of GetTrackingCategoryResponse
+ System.Threading.Tasks.Task TrackingCategoriesOneAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+
+ ///
+ /// Get Tracking Category
+ ///
+ ///
+ /// Get Tracking Category
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// Cancellation Token to cancel the request.
+ /// Task of ApiResponse (GetTrackingCategoryResponse)
+ System.Threading.Tasks.Task> TrackingCategoriesOneWithHttpInfoAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ ///
+ /// Update Tracking Category
+ ///
+ ///
+ /// Update Tracking Category
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ ///
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// Cancellation Token to cancel the request.
+ /// Task of UpdateTrackingCategoryResponse
+ System.Threading.Tasks.Task TrackingCategoriesUpdateAsync(string id, TrackingCategory trackingCategory, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+
+ ///
+ /// Update Tracking Category
+ ///
+ ///
+ /// Update Tracking Category
+ ///
+ /// Thrown when fails to make API call
+ /// ID of the record you are acting upon.
+ ///
+ /// ID of the consumer which you want to get or push data from (optional)
+ /// The ID of your Unify application (optional)
+ /// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// Cancellation Token to cancel the request.
+ /// Task of ApiResponse (UpdateTrackingCategoryResponse)
+ System.Threading.Tasks.Task> TrackingCategoriesUpdateWithHttpInfoAsync(string id, TrackingCategory trackingCategory, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ #endregion Asynchronous Operations
+ }
+
+ ///
+ /// Represents a collection of functions to interact with the API endpoints
+ ///
+ public interface IAccountingApi : IAccountingApiSync, IAccountingApiAsync
+ {
+
+ }
+
+ ///
+ /// Represents a collection of functions to interact with the API endpoints
+ ///
+ public partial class AccountingApi : IAccountingApi
+ {
+ private Apideck.Client.ExceptionFactory _exceptionFactory = (name, response) => null;
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ ///
+ public AccountingApi() : this((string)null)
+ {
+ }
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ ///
+ public AccountingApi(string basePath)
+ {
+ this.Configuration = Apideck.Client.Configuration.MergeConfigurations(
+ Apideck.Client.GlobalConfiguration.Instance,
+ new Apideck.Client.Configuration { BasePath = basePath }
+ );
+ this.Client = new Apideck.Client.ApiClient(this.Configuration.BasePath);
+ this.AsynchronousClient = new Apideck.Client.ApiClient(this.Configuration.BasePath);
+ this.ExceptionFactory = Apideck.Client.Configuration.DefaultExceptionFactory;
+ }
+
+ ///
+ /// Initializes a new instance of the class
+ /// using Configuration object
+ ///
+ /// An instance of Configuration
+ ///
+ public AccountingApi(Apideck.Client.Configuration configuration)
+ {
+ if (configuration == null) throw new ArgumentNullException("configuration");
+
+ this.Configuration = Apideck.Client.Configuration.MergeConfigurations(
+ Apideck.Client.GlobalConfiguration.Instance,
+ configuration
+ );
+ this.Client = new Apideck.Client.ApiClient(this.Configuration.BasePath);
+ this.AsynchronousClient = new Apideck.Client.ApiClient(this.Configuration.BasePath);
+ ExceptionFactory = Apideck.Client.Configuration.DefaultExceptionFactory;
+ }
+
+ ///
+ /// Initializes a new instance of the class
+ /// using a Configuration object and client instance.
+ ///
+ /// The client interface for synchronous API access.
+ /// The client interface for asynchronous API access.
+ /// The configuration object.
+ public AccountingApi(Apideck.Client.ISynchronousClient client, Apideck.Client.IAsynchronousClient asyncClient, Apideck.Client.IReadableConfiguration configuration)
+ {
+ if (client == null) throw new ArgumentNullException("client");
+ if (asyncClient == null) throw new ArgumentNullException("asyncClient");
if (configuration == null) throw new ArgumentNullException("configuration");
this.Client = client;
@@ -6284,37 +7240,37 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
///
- /// Create Bill Create Bill
+ /// Create Bill Payment Create Bill Payment
///
/// Thrown when fails to make API call
- ///
+ ///
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
- /// CreateBillResponse
- public CreateBillResponse BillsAdd(Bill bill, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string))
+ /// CreateBillPaymentResponse
+ public CreateBillPaymentResponse BillPaymentsAdd(BillPayment billPayment, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string))
{
- Apideck.Client.ApiResponse localVarResponse = BillsAddWithHttpInfo(bill, raw, consumerId, appId, serviceId);
+ Apideck.Client.ApiResponse localVarResponse = BillPaymentsAddWithHttpInfo(billPayment, raw, consumerId, appId, serviceId);
return localVarResponse.Data;
}
///
- /// Create Bill Create Bill
+ /// Create Bill Payment Create Bill Payment
///
/// Thrown when fails to make API call
- ///
+ ///
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
- /// ApiResponse of CreateBillResponse
- public Apideck.Client.ApiResponse BillsAddWithHttpInfo(Bill bill, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string))
+ /// ApiResponse of CreateBillPaymentResponse
+ public Apideck.Client.ApiResponse BillPaymentsAddWithHttpInfo(BillPayment billPayment, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string))
{
- // verify the required parameter 'bill' is set
- if (bill == null)
+ // verify the required parameter 'billPayment' is set
+ if (billPayment == null)
{
- throw new Apideck.Client.ApiException(400, "Missing required parameter 'bill' when calling AccountingApi->BillsAdd");
+ throw new Apideck.Client.ApiException(400, "Missing required parameter 'billPayment' when calling AccountingApi->BillPaymentsAdd");
}
Apideck.Client.RequestOptions localVarRequestOptions = new Apideck.Client.RequestOptions();
@@ -6356,7 +7312,7 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
{
localVarRequestOptions.HeaderParameters.Add("x-apideck-service-id", Apideck.Client.ClientUtils.ParameterToString(serviceId)); // header parameter
}
- localVarRequestOptions.Data = bill;
+ localVarRequestOptions.Data = billPayment;
// authentication (apiKey) required
if (!string.IsNullOrEmpty(this.Configuration.GetApiKeyWithPrefix("Authorization")))
@@ -6365,10 +7321,10 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
// make the HTTP request
- var localVarResponse = this.Client.Post("/accounting/bills", localVarRequestOptions, this.Configuration);
+ var localVarResponse = this.Client.Post("/accounting/bill-payments", localVarRequestOptions, this.Configuration);
if (this.ExceptionFactory != null)
{
- Exception _exception = this.ExceptionFactory("BillsAdd", localVarResponse);
+ Exception _exception = this.ExceptionFactory("BillPaymentsAdd", localVarResponse);
if (_exception != null)
{
throw _exception;
@@ -6379,39 +7335,39 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
///
- /// Create Bill Create Bill
+ /// Create Bill Payment Create Bill Payment
///
/// Thrown when fails to make API call
- ///
+ ///
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Cancellation Token to cancel the request.
- /// Task of CreateBillResponse
- public async System.Threading.Tasks.Task BillsAddAsync(Bill bill, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ /// Task of CreateBillPaymentResponse
+ public async System.Threading.Tasks.Task BillPaymentsAddAsync(BillPayment billPayment, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
- Apideck.Client.ApiResponse localVarResponse = await BillsAddWithHttpInfoAsync(bill, raw, consumerId, appId, serviceId, cancellationToken).ConfigureAwait(false);
+ Apideck.Client.ApiResponse localVarResponse = await BillPaymentsAddWithHttpInfoAsync(billPayment, raw, consumerId, appId, serviceId, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
- /// Create Bill Create Bill
+ /// Create Bill Payment Create Bill Payment
///
/// Thrown when fails to make API call
- ///
+ ///
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Cancellation Token to cancel the request.
- /// Task of ApiResponse (CreateBillResponse)
- public async System.Threading.Tasks.Task> BillsAddWithHttpInfoAsync(Bill bill, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ /// Task of ApiResponse (CreateBillPaymentResponse)
+ public async System.Threading.Tasks.Task> BillPaymentsAddWithHttpInfoAsync(BillPayment billPayment, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
- // verify the required parameter 'bill' is set
- if (bill == null)
+ // verify the required parameter 'billPayment' is set
+ if (billPayment == null)
{
- throw new Apideck.Client.ApiException(400, "Missing required parameter 'bill' when calling AccountingApi->BillsAdd");
+ throw new Apideck.Client.ApiException(400, "Missing required parameter 'billPayment' when calling AccountingApi->BillPaymentsAdd");
}
@@ -6454,7 +7410,7 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
{
localVarRequestOptions.HeaderParameters.Add("x-apideck-service-id", Apideck.Client.ClientUtils.ParameterToString(serviceId)); // header parameter
}
- localVarRequestOptions.Data = bill;
+ localVarRequestOptions.Data = billPayment;
// authentication (apiKey) required
if (!string.IsNullOrEmpty(this.Configuration.GetApiKeyWithPrefix("Authorization")))
@@ -6463,11 +7419,11 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
// make the HTTP request
- var localVarResponse = await this.AsynchronousClient.PostAsync("/accounting/bills", localVarRequestOptions, this.Configuration, cancellationToken).ConfigureAwait(false);
+ var localVarResponse = await this.AsynchronousClient.PostAsync("/accounting/bill-payments", localVarRequestOptions, this.Configuration, cancellationToken).ConfigureAwait(false);
if (this.ExceptionFactory != null)
{
- Exception _exception = this.ExceptionFactory("BillsAdd", localVarResponse);
+ Exception _exception = this.ExceptionFactory("BillPaymentsAdd", localVarResponse);
if (_exception != null)
{
throw _exception;
@@ -6478,7 +7434,7 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
///
- /// List Bills List Bills
+ /// List Bill Payments List Bill Payments
///
/// Thrown when fails to make API call
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
@@ -6491,15 +7447,15 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
/// Apply sorting (optional)
/// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
/// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
- /// GetBillsResponse
- public GetBillsResponse BillsAll(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), BillsFilter filter = default(BillsFilter), BillsSort sort = default(BillsSort), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string))
+ /// GetBillPaymentsResponse
+ public GetBillPaymentsResponse BillPaymentsAll(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), PaymentsFilter filter = default(PaymentsFilter), PaymentsSort sort = default(PaymentsSort), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string))
{
- Apideck.Client.ApiResponse localVarResponse = BillsAllWithHttpInfo(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields);
+ Apideck.Client.ApiResponse localVarResponse = BillPaymentsAllWithHttpInfo(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields);
return localVarResponse.Data;
}
///
- /// List Bills List Bills
+ /// List Bill Payments List Bill Payments
///
/// Thrown when fails to make API call
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
@@ -6512,8 +7468,8 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
/// Apply sorting (optional)
/// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
/// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
- /// ApiResponse of GetBillsResponse
- public Apideck.Client.ApiResponse BillsAllWithHttpInfo(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), BillsFilter filter = default(BillsFilter), BillsSort sort = default(BillsSort), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string))
+ /// ApiResponse of GetBillPaymentsResponse
+ public Apideck.Client.ApiResponse BillPaymentsAllWithHttpInfo(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), PaymentsFilter filter = default(PaymentsFilter), PaymentsSort sort = default(PaymentsSort), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string))
{
Apideck.Client.RequestOptions localVarRequestOptions = new Apideck.Client.RequestOptions();
@@ -6598,10 +7554,10 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
// make the HTTP request
- var localVarResponse = this.Client.Get("/accounting/bills", localVarRequestOptions, this.Configuration);
+ var localVarResponse = this.Client.Get("/accounting/bill-payments", localVarRequestOptions, this.Configuration);
if (this.ExceptionFactory != null)
{
- Exception _exception = this.ExceptionFactory("BillsAll", localVarResponse);
+ Exception _exception = this.ExceptionFactory("BillPaymentsAll", localVarResponse);
if (_exception != null)
{
throw _exception;
@@ -6612,7 +7568,7 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
///
- /// List Bills List Bills
+ /// List Bill Payments List Bill Payments
///
/// Thrown when fails to make API call
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
@@ -6626,15 +7582,15 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
/// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
/// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
/// Cancellation Token to cancel the request.
- /// Task of GetBillsResponse
- public async System.Threading.Tasks.Task BillsAllAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), BillsFilter filter = default(BillsFilter), BillsSort sort = default(BillsSort), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ /// Task of GetBillPaymentsResponse
+ public async System.Threading.Tasks.Task BillPaymentsAllAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), PaymentsFilter filter = default(PaymentsFilter), PaymentsSort sort = default(PaymentsSort), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
- Apideck.Client.ApiResponse localVarResponse = await BillsAllWithHttpInfoAsync(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields, cancellationToken).ConfigureAwait(false);
+ Apideck.Client.ApiResponse localVarResponse = await BillPaymentsAllWithHttpInfoAsync(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
- /// List Bills List Bills
+ /// List Bill Payments List Bill Payments
///
/// Thrown when fails to make API call
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
@@ -6648,8 +7604,8 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
/// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
/// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
/// Cancellation Token to cancel the request.
- /// Task of ApiResponse (GetBillsResponse)
- public async System.Threading.Tasks.Task> BillsAllWithHttpInfoAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), BillsFilter filter = default(BillsFilter), BillsSort sort = default(BillsSort), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ /// Task of ApiResponse (GetBillPaymentsResponse)
+ public async System.Threading.Tasks.Task> BillPaymentsAllWithHttpInfoAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), PaymentsFilter filter = default(PaymentsFilter), PaymentsSort sort = default(PaymentsSort), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
Apideck.Client.RequestOptions localVarRequestOptions = new Apideck.Client.RequestOptions();
@@ -6722,11 +7678,11 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
// make the HTTP request
- var localVarResponse = await this.AsynchronousClient.GetAsync("/accounting/bills", localVarRequestOptions, this.Configuration, cancellationToken).ConfigureAwait(false);
+ var localVarResponse = await this.AsynchronousClient.GetAsync("/accounting/bill-payments", localVarRequestOptions, this.Configuration, cancellationToken).ConfigureAwait(false);
if (this.ExceptionFactory != null)
{
- Exception _exception = this.ExceptionFactory("BillsAll", localVarResponse);
+ Exception _exception = this.ExceptionFactory("BillPaymentsAll", localVarResponse);
if (_exception != null)
{
throw _exception;
@@ -6737,7 +7693,7 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
///
- /// Delete Bill Delete Bill
+ /// Delete Bill Payment Delete Bill Payment
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
@@ -6745,15 +7701,15 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
- /// DeleteBillResponse
- public DeleteBillResponse BillsDelete(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?))
+ /// DeleteBillPaymentResponse
+ public DeleteBillPaymentResponse BillPaymentsDelete(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?))
{
- Apideck.Client.ApiResponse localVarResponse = BillsDeleteWithHttpInfo(id, consumerId, appId, serviceId, raw);
+ Apideck.Client.ApiResponse localVarResponse = BillPaymentsDeleteWithHttpInfo(id, consumerId, appId, serviceId, raw);
return localVarResponse.Data;
}
///
- /// Delete Bill Delete Bill
+ /// Delete Bill Payment Delete Bill Payment
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
@@ -6761,13 +7717,13 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
- /// ApiResponse of DeleteBillResponse
- public Apideck.Client.ApiResponse BillsDeleteWithHttpInfo(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?))
+ /// ApiResponse of DeleteBillPaymentResponse
+ public Apideck.Client.ApiResponse BillPaymentsDeleteWithHttpInfo(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?))
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Apideck.Client.ApiException(400, "Missing required parameter 'id' when calling AccountingApi->BillsDelete");
+ throw new Apideck.Client.ApiException(400, "Missing required parameter 'id' when calling AccountingApi->BillPaymentsDelete");
}
Apideck.Client.RequestOptions localVarRequestOptions = new Apideck.Client.RequestOptions();
@@ -6817,10 +7773,10 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
// make the HTTP request
- var localVarResponse = this.Client.Delete("/accounting/bills/{id}", localVarRequestOptions, this.Configuration);
+ var localVarResponse = this.Client.Delete("/accounting/bill-payments/{id}", localVarRequestOptions, this.Configuration);
if (this.ExceptionFactory != null)
{
- Exception _exception = this.ExceptionFactory("BillsDelete", localVarResponse);
+ Exception _exception = this.ExceptionFactory("BillPaymentsDelete", localVarResponse);
if (_exception != null)
{
throw _exception;
@@ -6831,7 +7787,7 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
///
- /// Delete Bill Delete Bill
+ /// Delete Bill Payment Delete Bill Payment
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
@@ -6840,15 +7796,15 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// Cancellation Token to cancel the request.
- /// Task of DeleteBillResponse
- public async System.Threading.Tasks.Task BillsDeleteAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ /// Task of DeleteBillPaymentResponse
+ public async System.Threading.Tasks.Task BillPaymentsDeleteAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
- Apideck.Client.ApiResponse localVarResponse = await BillsDeleteWithHttpInfoAsync(id, consumerId, appId, serviceId, raw, cancellationToken).ConfigureAwait(false);
+ Apideck.Client.ApiResponse localVarResponse = await BillPaymentsDeleteWithHttpInfoAsync(id, consumerId, appId, serviceId, raw, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
- /// Delete Bill Delete Bill
+ /// Delete Bill Payment Delete Bill Payment
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
@@ -6857,13 +7813,13 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// Cancellation Token to cancel the request.
- /// Task of ApiResponse (DeleteBillResponse)
- public async System.Threading.Tasks.Task> BillsDeleteWithHttpInfoAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ /// Task of ApiResponse (DeleteBillPaymentResponse)
+ public async System.Threading.Tasks.Task> BillPaymentsDeleteWithHttpInfoAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Apideck.Client.ApiException(400, "Missing required parameter 'id' when calling AccountingApi->BillsDelete");
+ throw new Apideck.Client.ApiException(400, "Missing required parameter 'id' when calling AccountingApi->BillPaymentsDelete");
}
@@ -6914,11 +7870,11 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
// make the HTTP request
- var localVarResponse = await this.AsynchronousClient.DeleteAsync("/accounting/bills/{id}", localVarRequestOptions, this.Configuration, cancellationToken).ConfigureAwait(false);
+ var localVarResponse = await this.AsynchronousClient.DeleteAsync("/accounting/bill-payments/{id}", localVarRequestOptions, this.Configuration, cancellationToken).ConfigureAwait(false);
if (this.ExceptionFactory != null)
{
- Exception _exception = this.ExceptionFactory("BillsDelete", localVarResponse);
+ Exception _exception = this.ExceptionFactory("BillPaymentsDelete", localVarResponse);
if (_exception != null)
{
throw _exception;
@@ -6929,7 +7885,7 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
///
- /// Get Bill Get Bill
+ /// Get Bill Payment Get Bill Payment
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
@@ -6938,15 +7894,15 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
- /// GetBillResponse
- public GetBillResponse BillsOne(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string))
+ /// GetBillPaymentResponse
+ public GetBillPaymentResponse BillPaymentsOne(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string))
{
- Apideck.Client.ApiResponse localVarResponse = BillsOneWithHttpInfo(id, consumerId, appId, serviceId, raw, fields);
+ Apideck.Client.ApiResponse localVarResponse = BillPaymentsOneWithHttpInfo(id, consumerId, appId, serviceId, raw, fields);
return localVarResponse.Data;
}
///
- /// Get Bill Get Bill
+ /// Get Bill Payment Get Bill Payment
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
@@ -6955,13 +7911,13 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
- /// ApiResponse of GetBillResponse
- public Apideck.Client.ApiResponse BillsOneWithHttpInfo(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string))
+ /// ApiResponse of GetBillPaymentResponse
+ public Apideck.Client.ApiResponse BillPaymentsOneWithHttpInfo(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string))
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Apideck.Client.ApiException(400, "Missing required parameter 'id' when calling AccountingApi->BillsOne");
+ throw new Apideck.Client.ApiException(400, "Missing required parameter 'id' when calling AccountingApi->BillPaymentsOne");
}
Apideck.Client.RequestOptions localVarRequestOptions = new Apideck.Client.RequestOptions();
@@ -7015,10 +7971,10 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
// make the HTTP request
- var localVarResponse = this.Client.Get("/accounting/bills/{id}", localVarRequestOptions, this.Configuration);
+ var localVarResponse = this.Client.Get("/accounting/bill-payments/{id}", localVarRequestOptions, this.Configuration);
if (this.ExceptionFactory != null)
{
- Exception _exception = this.ExceptionFactory("BillsOne", localVarResponse);
+ Exception _exception = this.ExceptionFactory("BillPaymentsOne", localVarResponse);
if (_exception != null)
{
throw _exception;
@@ -7029,7 +7985,7 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
///
- /// Get Bill Get Bill
+ /// Get Bill Payment Get Bill Payment
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
@@ -7039,15 +7995,15 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
/// Cancellation Token to cancel the request.
- /// Task of GetBillResponse
- public async System.Threading.Tasks.Task BillsOneAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ /// Task of GetBillPaymentResponse
+ public async System.Threading.Tasks.Task BillPaymentsOneAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
- Apideck.Client.ApiResponse localVarResponse = await BillsOneWithHttpInfoAsync(id, consumerId, appId, serviceId, raw, fields, cancellationToken).ConfigureAwait(false);
+ Apideck.Client.ApiResponse localVarResponse = await BillPaymentsOneWithHttpInfoAsync(id, consumerId, appId, serviceId, raw, fields, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
- /// Get Bill Get Bill
+ /// Get Bill Payment Get Bill Payment
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
@@ -7057,13 +8013,13 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
/// Cancellation Token to cancel the request.
- /// Task of ApiResponse (GetBillResponse)
- public async System.Threading.Tasks.Task> BillsOneWithHttpInfoAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ /// Task of ApiResponse (GetBillPaymentResponse)
+ public async System.Threading.Tasks.Task> BillPaymentsOneWithHttpInfoAsync(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Apideck.Client.ApiException(400, "Missing required parameter 'id' when calling AccountingApi->BillsOne");
+ throw new Apideck.Client.ApiException(400, "Missing required parameter 'id' when calling AccountingApi->BillPaymentsOne");
}
@@ -7118,11 +8074,11 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
// make the HTTP request
- var localVarResponse = await this.AsynchronousClient.GetAsync("/accounting/bills/{id}", localVarRequestOptions, this.Configuration, cancellationToken).ConfigureAwait(false);
+ var localVarResponse = await this.AsynchronousClient.GetAsync("/accounting/bill-payments/{id}", localVarRequestOptions, this.Configuration, cancellationToken).ConfigureAwait(false);
if (this.ExceptionFactory != null)
{
- Exception _exception = this.ExceptionFactory("BillsOne", localVarResponse);
+ Exception _exception = this.ExceptionFactory("BillPaymentsOne", localVarResponse);
if (_exception != null)
{
throw _exception;
@@ -7133,45 +8089,45 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
///
- /// Update Bill Update Bill
+ /// Update Bill Payment Update Bill Payment
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
- ///
+ ///
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
- /// UpdateBillResponse
- public UpdateBillResponse BillsUpdate(string id, Bill bill, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?))
+ /// UpdateBillPaymentResponse
+ public UpdateBillPaymentResponse BillPaymentsUpdate(string id, BillPayment billPayment, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?))
{
- Apideck.Client.ApiResponse localVarResponse = BillsUpdateWithHttpInfo(id, bill, consumerId, appId, serviceId, raw);
+ Apideck.Client.ApiResponse localVarResponse = BillPaymentsUpdateWithHttpInfo(id, billPayment, consumerId, appId, serviceId, raw);
return localVarResponse.Data;
}
///
- /// Update Bill Update Bill
+ /// Update Bill Payment Update Bill Payment
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
- ///
+ ///
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
- /// ApiResponse of UpdateBillResponse
- public Apideck.Client.ApiResponse BillsUpdateWithHttpInfo(string id, Bill bill, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?))
+ /// ApiResponse of UpdateBillPaymentResponse
+ public Apideck.Client.ApiResponse BillPaymentsUpdateWithHttpInfo(string id, BillPayment billPayment, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?))
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Apideck.Client.ApiException(400, "Missing required parameter 'id' when calling AccountingApi->BillsUpdate");
+ throw new Apideck.Client.ApiException(400, "Missing required parameter 'id' when calling AccountingApi->BillPaymentsUpdate");
}
- // verify the required parameter 'bill' is set
- if (bill == null)
+ // verify the required parameter 'billPayment' is set
+ if (billPayment == null)
{
- throw new Apideck.Client.ApiException(400, "Missing required parameter 'bill' when calling AccountingApi->BillsUpdate");
+ throw new Apideck.Client.ApiException(400, "Missing required parameter 'billPayment' when calling AccountingApi->BillPaymentsUpdate");
}
Apideck.Client.RequestOptions localVarRequestOptions = new Apideck.Client.RequestOptions();
@@ -7214,7 +8170,7 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
{
localVarRequestOptions.HeaderParameters.Add("x-apideck-service-id", Apideck.Client.ClientUtils.ParameterToString(serviceId)); // header parameter
}
- localVarRequestOptions.Data = bill;
+ localVarRequestOptions.Data = billPayment;
// authentication (apiKey) required
if (!string.IsNullOrEmpty(this.Configuration.GetApiKeyWithPrefix("Authorization")))
@@ -7223,10 +8179,10 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
// make the HTTP request
- var localVarResponse = this.Client.Patch("/accounting/bills/{id}", localVarRequestOptions, this.Configuration);
+ var localVarResponse = this.Client.Patch("/accounting/bill-payments/{id}", localVarRequestOptions, this.Configuration);
if (this.ExceptionFactory != null)
{
- Exception _exception = this.ExceptionFactory("BillsUpdate", localVarResponse);
+ Exception _exception = this.ExceptionFactory("BillPaymentsUpdate", localVarResponse);
if (_exception != null)
{
throw _exception;
@@ -7237,47 +8193,47 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
///
- /// Update Bill Update Bill
+ /// Update Bill Payment Update Bill Payment
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
- ///
+ ///
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// Cancellation Token to cancel the request.
- /// Task of UpdateBillResponse
- public async System.Threading.Tasks.Task BillsUpdateAsync(string id, Bill bill, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ /// Task of UpdateBillPaymentResponse
+ public async System.Threading.Tasks.Task BillPaymentsUpdateAsync(string id, BillPayment billPayment, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
- Apideck.Client.ApiResponse localVarResponse = await BillsUpdateWithHttpInfoAsync(id, bill, consumerId, appId, serviceId, raw, cancellationToken).ConfigureAwait(false);
+ Apideck.Client.ApiResponse localVarResponse = await BillPaymentsUpdateWithHttpInfoAsync(id, billPayment, consumerId, appId, serviceId, raw, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
- /// Update Bill Update Bill
+ /// Update Bill Payment Update Bill Payment
///
/// Thrown when fails to make API call
/// ID of the record you are acting upon.
- ///
+ ///
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// Cancellation Token to cancel the request.
- /// Task of ApiResponse (UpdateBillResponse)
- public async System.Threading.Tasks.Task> BillsUpdateWithHttpInfoAsync(string id, Bill bill, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ /// Task of ApiResponse (UpdateBillPaymentResponse)
+ public async System.Threading.Tasks.Task> BillPaymentsUpdateWithHttpInfoAsync(string id, BillPayment billPayment, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Apideck.Client.ApiException(400, "Missing required parameter 'id' when calling AccountingApi->BillsUpdate");
+ throw new Apideck.Client.ApiException(400, "Missing required parameter 'id' when calling AccountingApi->BillPaymentsUpdate");
}
- // verify the required parameter 'bill' is set
- if (bill == null)
+ // verify the required parameter 'billPayment' is set
+ if (billPayment == null)
{
- throw new Apideck.Client.ApiException(400, "Missing required parameter 'bill' when calling AccountingApi->BillsUpdate");
+ throw new Apideck.Client.ApiException(400, "Missing required parameter 'billPayment' when calling AccountingApi->BillPaymentsUpdate");
}
@@ -7321,7 +8277,7 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
{
localVarRequestOptions.HeaderParameters.Add("x-apideck-service-id", Apideck.Client.ClientUtils.ParameterToString(serviceId)); // header parameter
}
- localVarRequestOptions.Data = bill;
+ localVarRequestOptions.Data = billPayment;
// authentication (apiKey) required
if (!string.IsNullOrEmpty(this.Configuration.GetApiKeyWithPrefix("Authorization")))
@@ -7330,11 +8286,11 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
// make the HTTP request
- var localVarResponse = await this.AsynchronousClient.PatchAsync("/accounting/bills/{id}", localVarRequestOptions, this.Configuration, cancellationToken).ConfigureAwait(false);
+ var localVarResponse = await this.AsynchronousClient.PatchAsync("/accounting/bill-payments/{id}", localVarRequestOptions, this.Configuration, cancellationToken).ConfigureAwait(false);
if (this.ExceptionFactory != null)
{
- Exception _exception = this.ExceptionFactory("BillsUpdate", localVarResponse);
+ Exception _exception = this.ExceptionFactory("BillPaymentsUpdate", localVarResponse);
if (_exception != null)
{
throw _exception;
@@ -7345,36 +8301,43 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
///
- /// Get company info Get company info
+ /// Create Bill Create Bill
///
/// Thrown when fails to make API call
+ ///
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
- /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
- /// GetCompanyInfoResponse
- public GetCompanyInfoResponse CompanyInfoOne(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string fields = default(string))
+ /// CreateBillResponse
+ public CreateBillResponse BillsAdd(Bill bill, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string))
{
- Apideck.Client.ApiResponse localVarResponse = CompanyInfoOneWithHttpInfo(raw, consumerId, appId, serviceId, fields);
+ Apideck.Client.ApiResponse localVarResponse = BillsAddWithHttpInfo(bill, raw, consumerId, appId, serviceId);
return localVarResponse.Data;
}
///
- /// Get company info Get company info
+ /// Create Bill Create Bill
///
/// Thrown when fails to make API call
+ ///
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
- /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
- /// ApiResponse of GetCompanyInfoResponse
- public Apideck.Client.ApiResponse CompanyInfoOneWithHttpInfo(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string fields = default(string))
+ /// ApiResponse of CreateBillResponse
+ public Apideck.Client.ApiResponse BillsAddWithHttpInfo(Bill bill, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string))
{
+ // verify the required parameter 'bill' is set
+ if (bill == null)
+ {
+ throw new Apideck.Client.ApiException(400, "Missing required parameter 'bill' when calling AccountingApi->BillsAdd");
+ }
+
Apideck.Client.RequestOptions localVarRequestOptions = new Apideck.Client.RequestOptions();
string[] _contentTypes = new string[] {
+ "application/json"
};
// to determine the Accept header
@@ -7398,10 +8361,6 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
{
localVarRequestOptions.QueryParameters.Add(Apideck.Client.ClientUtils.ParameterToMultiMap("", "raw", raw));
}
- if (fields != null)
- {
- localVarRequestOptions.QueryParameters.Add(Apideck.Client.ClientUtils.ParameterToMultiMap("", "fields", fields));
- }
if (consumerId != null)
{
localVarRequestOptions.HeaderParameters.Add("x-apideck-consumer-id", Apideck.Client.ClientUtils.ParameterToString(consumerId)); // header parameter
@@ -7414,6 +8373,7 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
{
localVarRequestOptions.HeaderParameters.Add("x-apideck-service-id", Apideck.Client.ClientUtils.ParameterToString(serviceId)); // header parameter
}
+ localVarRequestOptions.Data = bill;
// authentication (apiKey) required
if (!string.IsNullOrEmpty(this.Configuration.GetApiKeyWithPrefix("Authorization")))
@@ -7422,10 +8382,10 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
// make the HTTP request
- var localVarResponse = this.Client.Get("/accounting/company-info", localVarRequestOptions, this.Configuration);
+ var localVarResponse = this.Client.Post("/accounting/bills", localVarRequestOptions, this.Configuration);
if (this.ExceptionFactory != null)
{
- Exception _exception = this.ExceptionFactory("CompanyInfoOne", localVarResponse);
+ Exception _exception = this.ExceptionFactory("BillsAdd", localVarResponse);
if (_exception != null)
{
throw _exception;
@@ -7436,39 +8396,46 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
///
- /// Get company info Get company info
+ /// Create Bill Create Bill
///
/// Thrown when fails to make API call
+ ///
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
- /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
/// Cancellation Token to cancel the request.
- /// Task of GetCompanyInfoResponse
- public async System.Threading.Tasks.Task CompanyInfoOneAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ /// Task of CreateBillResponse
+ public async System.Threading.Tasks.Task BillsAddAsync(Bill bill, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
- Apideck.Client.ApiResponse localVarResponse = await CompanyInfoOneWithHttpInfoAsync(raw, consumerId, appId, serviceId, fields, cancellationToken).ConfigureAwait(false);
+ Apideck.Client.ApiResponse localVarResponse = await BillsAddWithHttpInfoAsync(bill, raw, consumerId, appId, serviceId, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
- /// Get company info Get company info
+ /// Create Bill Create Bill
///
/// Thrown when fails to make API call
+ ///
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
- /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
/// Cancellation Token to cancel the request.
- /// Task of ApiResponse (GetCompanyInfoResponse)
- public async System.Threading.Tasks.Task> CompanyInfoOneWithHttpInfoAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ /// Task of ApiResponse (CreateBillResponse)
+ public async System.Threading.Tasks.Task> BillsAddWithHttpInfoAsync(Bill bill, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
+ // verify the required parameter 'bill' is set
+ if (bill == null)
+ {
+ throw new Apideck.Client.ApiException(400, "Missing required parameter 'bill' when calling AccountingApi->BillsAdd");
+ }
+
Apideck.Client.RequestOptions localVarRequestOptions = new Apideck.Client.RequestOptions();
string[] _contentTypes = new string[] {
+ "application/json"
};
// to determine the Accept header
@@ -7492,10 +8459,6 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
{
localVarRequestOptions.QueryParameters.Add(Apideck.Client.ClientUtils.ParameterToMultiMap("", "raw", raw));
}
- if (fields != null)
- {
- localVarRequestOptions.QueryParameters.Add(Apideck.Client.ClientUtils.ParameterToMultiMap("", "fields", fields));
- }
if (consumerId != null)
{
localVarRequestOptions.HeaderParameters.Add("x-apideck-consumer-id", Apideck.Client.ClientUtils.ParameterToString(consumerId)); // header parameter
@@ -7508,6 +8471,7 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
{
localVarRequestOptions.HeaderParameters.Add("x-apideck-service-id", Apideck.Client.ClientUtils.ParameterToString(serviceId)); // header parameter
}
+ localVarRequestOptions.Data = bill;
// authentication (apiKey) required
if (!string.IsNullOrEmpty(this.Configuration.GetApiKeyWithPrefix("Authorization")))
@@ -7516,11 +8480,11 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
// make the HTTP request
- var localVarResponse = await this.AsynchronousClient.GetAsync("/accounting/company-info", localVarRequestOptions, this.Configuration, cancellationToken).ConfigureAwait(false);
+ var localVarResponse = await this.AsynchronousClient.PostAsync("/accounting/bills", localVarRequestOptions, this.Configuration, cancellationToken).ConfigureAwait(false);
if (this.ExceptionFactory != null)
{
- Exception _exception = this.ExceptionFactory("CompanyInfoOne", localVarResponse);
+ Exception _exception = this.ExceptionFactory("BillsAdd", localVarResponse);
if (_exception != null)
{
throw _exception;
@@ -7531,43 +8495,46 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
///
- /// Create Credit Note Create Credit Note
+ /// List Bills List Bills
///
/// Thrown when fails to make API call
- ///
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
- /// CreateCreditNoteResponse
- public CreateCreditNoteResponse CreditNotesAdd(CreditNote creditNote, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string))
+ /// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
+ /// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
+ /// Apply filters (optional)
+ /// Apply sorting (optional)
+ /// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// GetBillsResponse
+ public GetBillsResponse BillsAll(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), BillsFilter filter = default(BillsFilter), BillsSort sort = default(BillsSort), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string))
{
- Apideck.Client.ApiResponse localVarResponse = CreditNotesAddWithHttpInfo(creditNote, raw, consumerId, appId, serviceId);
+ Apideck.Client.ApiResponse localVarResponse = BillsAllWithHttpInfo(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields);
return localVarResponse.Data;
}
///
- /// Create Credit Note Create Credit Note
+ /// List Bills List Bills
///
/// Thrown when fails to make API call
- ///
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
- /// ApiResponse of CreateCreditNoteResponse
- public Apideck.Client.ApiResponse CreditNotesAddWithHttpInfo(CreditNote creditNote, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string))
+ /// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
+ /// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
+ /// Apply filters (optional)
+ /// Apply sorting (optional)
+ /// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
+ /// ApiResponse of GetBillsResponse
+ public Apideck.Client.ApiResponse BillsAllWithHttpInfo(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), BillsFilter filter = default(BillsFilter), BillsSort sort = default(BillsSort), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string))
{
- // verify the required parameter 'creditNote' is set
- if (creditNote == null)
- {
- throw new Apideck.Client.ApiException(400, "Missing required parameter 'creditNote' when calling AccountingApi->CreditNotesAdd");
- }
-
Apideck.Client.RequestOptions localVarRequestOptions = new Apideck.Client.RequestOptions();
string[] _contentTypes = new string[] {
- "application/json"
};
// to determine the Accept header
@@ -7591,6 +8558,43 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
{
localVarRequestOptions.QueryParameters.Add(Apideck.Client.ClientUtils.ParameterToMultiMap("", "raw", raw));
}
+ if (cursor != null)
+ {
+ localVarRequestOptions.QueryParameters.Add(Apideck.Client.ClientUtils.ParameterToMultiMap("", "cursor", cursor));
+ }
+ if (limit != null)
+ {
+ localVarRequestOptions.QueryParameters.Add(Apideck.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
+ }
+ if (filter != null)
+ {
+ if (filter.UpdatedSince != null)
+ {
+ localVarRequestOptions.QueryParameters.Add(Apideck.Client.ClientUtils.ParameterToMultiMap("", "filter[updated_since]", filter.UpdatedSince));
+ }
+ }
+ if (sort != null)
+ {
+ if (sort.By != null)
+ {
+ localVarRequestOptions.QueryParameters.Add(Apideck.Client.ClientUtils.ParameterToMultiMap("", "sort[by]", sort.By));
+ }
+ if (sort.Direction != null)
+ {
+ localVarRequestOptions.QueryParameters.Add(Apideck.Client.ClientUtils.ParameterToMultiMap("", "sort[direction]", sort.Direction));
+ }
+ }
+ if (passThrough != null)
+ {
+ if (passThrough.ExampleDownstreamProperty != null)
+ {
+ localVarRequestOptions.QueryParameters.Add(Apideck.Client.ClientUtils.ParameterToMultiMap("", "pass_through[example_downstream_property]", passThrough.ExampleDownstreamProperty));
+ }
+ }
+ if (fields != null)
+ {
+ localVarRequestOptions.QueryParameters.Add(Apideck.Client.ClientUtils.ParameterToMultiMap("", "fields", fields));
+ }
if (consumerId != null)
{
localVarRequestOptions.HeaderParameters.Add("x-apideck-consumer-id", Apideck.Client.ClientUtils.ParameterToString(consumerId)); // header parameter
@@ -7603,7 +8607,6 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
{
localVarRequestOptions.HeaderParameters.Add("x-apideck-service-id", Apideck.Client.ClientUtils.ParameterToString(serviceId)); // header parameter
}
- localVarRequestOptions.Data = creditNote;
// authentication (apiKey) required
if (!string.IsNullOrEmpty(this.Configuration.GetApiKeyWithPrefix("Authorization")))
@@ -7612,10 +8615,10 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
// make the HTTP request
- var localVarResponse = this.Client.Post("/accounting/credit-notes", localVarRequestOptions, this.Configuration);
+ var localVarResponse = this.Client.Get("/accounting/bills", localVarRequestOptions, this.Configuration);
if (this.ExceptionFactory != null)
{
- Exception _exception = this.ExceptionFactory("CreditNotesAdd", localVarResponse);
+ Exception _exception = this.ExceptionFactory("BillsAll", localVarResponse);
if (_exception != null)
{
throw _exception;
@@ -7626,46 +8629,49 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
///
- /// Create Credit Note Create Credit Note
+ /// List Bills List Bills
///
/// Thrown when fails to make API call
- ///
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
+ /// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
+ /// Apply filters (optional)
+ /// Apply sorting (optional)
+ /// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
/// Cancellation Token to cancel the request.
- /// Task of CreateCreditNoteResponse
- public async System.Threading.Tasks.Task CreditNotesAddAsync(CreditNote creditNote, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ /// Task of GetBillsResponse
+ public async System.Threading.Tasks.Task BillsAllAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), BillsFilter filter = default(BillsFilter), BillsSort sort = default(BillsSort), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
- Apideck.Client.ApiResponse localVarResponse = await CreditNotesAddWithHttpInfoAsync(creditNote, raw, consumerId, appId, serviceId, cancellationToken).ConfigureAwait(false);
+ Apideck.Client.ApiResponse localVarResponse = await BillsAllWithHttpInfoAsync(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
- /// Create Credit Note Create Credit Note
+ /// List Bills List Bills
///
/// Thrown when fails to make API call
- ///
/// Include raw response. Mostly used for debugging purposes (optional, default to false)
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
+ /// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
+ /// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
+ /// Apply filters (optional)
+ /// Apply sorting (optional)
+ /// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
+ /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
/// Cancellation Token to cancel the request.
- /// Task of ApiResponse (CreateCreditNoteResponse)
- public async System.Threading.Tasks.Task> CreditNotesAddWithHttpInfoAsync(CreditNote creditNote, bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ /// Task of ApiResponse (GetBillsResponse)
+ public async System.Threading.Tasks.Task> BillsAllWithHttpInfoAsync(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), BillsFilter filter = default(BillsFilter), BillsSort sort = default(BillsSort), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
- // verify the required parameter 'creditNote' is set
- if (creditNote == null)
- {
- throw new Apideck.Client.ApiException(400, "Missing required parameter 'creditNote' when calling AccountingApi->CreditNotesAdd");
- }
-
Apideck.Client.RequestOptions localVarRequestOptions = new Apideck.Client.RequestOptions();
string[] _contentTypes = new string[] {
- "application/json"
};
// to determine the Accept header
@@ -7689,6 +8695,30 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
{
localVarRequestOptions.QueryParameters.Add(Apideck.Client.ClientUtils.ParameterToMultiMap("", "raw", raw));
}
+ if (cursor != null)
+ {
+ localVarRequestOptions.QueryParameters.Add(Apideck.Client.ClientUtils.ParameterToMultiMap("", "cursor", cursor));
+ }
+ if (limit != null)
+ {
+ localVarRequestOptions.QueryParameters.Add(Apideck.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
+ }
+ if (filter != null)
+ {
+ localVarRequestOptions.QueryParameters.Add(Apideck.Client.ClientUtils.ParameterToMultiMap("", "filter", filter));
+ }
+ if (sort != null)
+ {
+ localVarRequestOptions.QueryParameters.Add(Apideck.Client.ClientUtils.ParameterToMultiMap("", "sort", sort));
+ }
+ if (passThrough != null)
+ {
+ localVarRequestOptions.QueryParameters.Add(Apideck.Client.ClientUtils.ParameterToMultiMap("", "pass_through", passThrough));
+ }
+ if (fields != null)
+ {
+ localVarRequestOptions.QueryParameters.Add(Apideck.Client.ClientUtils.ParameterToMultiMap("", "fields", fields));
+ }
if (consumerId != null)
{
localVarRequestOptions.HeaderParameters.Add("x-apideck-consumer-id", Apideck.Client.ClientUtils.ParameterToString(consumerId)); // header parameter
@@ -7701,7 +8731,6 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
{
localVarRequestOptions.HeaderParameters.Add("x-apideck-service-id", Apideck.Client.ClientUtils.ParameterToString(serviceId)); // header parameter
}
- localVarRequestOptions.Data = creditNote;
// authentication (apiKey) required
if (!string.IsNullOrEmpty(this.Configuration.GetApiKeyWithPrefix("Authorization")))
@@ -7710,11 +8739,11 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
// make the HTTP request
- var localVarResponse = await this.AsynchronousClient.PostAsync("/accounting/credit-notes", localVarRequestOptions, this.Configuration, cancellationToken).ConfigureAwait(false);
+ var localVarResponse = await this.AsynchronousClient.GetAsync("/accounting/bills", localVarRequestOptions, this.Configuration, cancellationToken).ConfigureAwait(false);
if (this.ExceptionFactory != null)
{
- Exception _exception = this.ExceptionFactory("CreditNotesAdd", localVarResponse);
+ Exception _exception = this.ExceptionFactory("BillsAll", localVarResponse);
if (_exception != null)
{
throw _exception;
@@ -7725,43 +8754,39 @@ public Apideck.Client.ExceptionFactory ExceptionFactory
}
///
- /// List Credit Notes List Credit Notes
+ /// Delete Bill Delete Bill
///
/// Thrown when fails to make API call
- /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// ID of the record you are acting upon.
/// ID of the consumer which you want to get or push data from (optional)
/// The ID of your Unify application (optional)
/// Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
- /// Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional)
- /// Number of results to return. Minimum 1, Maximum 200, Default 20 (optional, default to 20)
- /// Apply filters (optional)
- /// Apply sorting (optional)
- /// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional)
- /// The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional)
- /// GetCreditNotesResponse
- public GetCreditNotesResponse CreditNotesAll(bool? raw = default(bool?), string consumerId = default(string), string appId = default(string), string serviceId = default(string), string cursor = default(string), int? limit = default(int?), CreditNotesFilter filter = default(CreditNotesFilter), CreditNotesSort sort = default(CreditNotesSort), PassThroughQuery passThrough = default(PassThroughQuery), string fields = default(string))
+ /// Include raw response. Mostly used for debugging purposes (optional, default to false)
+ /// DeleteBillResponse
+ public DeleteBillResponse BillsDelete(string id, string consumerId = default(string), string appId = default(string), string serviceId = default(string), bool? raw = default(bool?))
{
- Apideck.Client.ApiResponse localVarResponse = CreditNotesAllWithHttpInfo(raw, consumerId, appId, serviceId, cursor, limit, filter, sort, passThrough, fields);
+ Apideck.Client.ApiResponse