forked from Acumatica/AcumaticaRESTAPIClientForCSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 20.200.001 Default endpoint definition
- Loading branch information
dnaumov
committed
Aug 6, 2020
1 parent
12026e6
commit bd5df84
Showing
582 changed files
with
114,449 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
644 changes: 644 additions & 0 deletions
644
Acumatica.Default_20.200.001/Acumatica.Default_20.200.001.csproj
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class AccountApi : EntityAPI<Account> | ||
{ | ||
public AccountApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
Acumatica.Default_20.200.001/Api/AccountDetailsForPeriodInquiryApi.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class AccountDetailsForPeriodInquiryApi : EntityAPI<AccountDetailsForPeriodInquiry> | ||
{ | ||
public AccountDetailsForPeriodInquiryApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class AccountGroupApi : EntityAPI<AccountGroup> | ||
{ | ||
public AccountGroupApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
Acumatica.Default_20.200.001/Api/AccountSummaryInquiryApi.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class AccountSummaryInquiryApi : EntityAPI<AccountSummaryInquiry> | ||
{ | ||
public AccountSummaryInquiryApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class ActivityApi : EntityAPI<Activity> | ||
{ | ||
public ActivityApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class AllocationRuleApi : EntityAPI<AllocationRule> | ||
{ | ||
public AllocationRuleApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class AppointmentApi : EntityAPI<Appointment> | ||
{ | ||
public AppointmentApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
Acumatica.Default_20.200.001/Api/AttributeDefinitionApi.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class AttributeDefinitionApi : EntityAPI<AttributeDefinition> | ||
{ | ||
public AttributeDefinitionApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class BillApi : EntityAPI<Bill> | ||
{ | ||
public BillApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class BudgetApi : EntityAPI<Budget> | ||
{ | ||
public BudgetApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class BusinessAccountApi : EntityAPI<BusinessAccount> | ||
{ | ||
public BusinessAccountApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class CarrierApi : EntityAPI<Carrier> | ||
{ | ||
public CarrierApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class CaseApi : EntityAPI<Case> | ||
{ | ||
public CaseApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class CashSaleApi : EntityAPI<CashSale> | ||
{ | ||
public CashSaleApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class ChangeOrderApi : EntityAPI<ChangeOrder> | ||
{ | ||
public ChangeOrderApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class ChangeOrderClassApi : EntityAPI<ChangeOrderClass> | ||
{ | ||
public ChangeOrderClassApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class CheckApi : EntityAPI<Check> | ||
{ | ||
public CheckApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class CommonTaskApi : EntityAPI<CommonTask> | ||
{ | ||
public CommonTaskApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class CompaniesStructureApi : EntityAPI<CompaniesStructure> | ||
{ | ||
public CompaniesStructureApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
Acumatica.Default_20.200.001/Api/CompanyFinancialPeriodApi.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class CompanyFinancialPeriodApi : EntityAPI<CompanyFinancialPeriod> | ||
{ | ||
public CompanyFinancialPeriodApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class ContactApi : EntityAPI<Contact> | ||
{ | ||
public ContactApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class ContractUsageApi : EntityAPI<ContractUsage> | ||
{ | ||
public ContractUsageApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class CostCodeApi : EntityAPI<CostCode> | ||
{ | ||
public CostCodeApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class CurrencyApi : EntityAPI<Currency> | ||
{ | ||
public CurrencyApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class CustomerApi : EntityAPI<Customer> | ||
{ | ||
public CustomerApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using Acumatica.RESTClient.Api; | ||
using Acumatica.RESTClient.Client; | ||
using Acumatica.Default_20_200_001.Model; | ||
|
||
namespace Acumatica.Default_20_200_001.Api | ||
{ | ||
public class CustomerClassApi : EntityAPI<CustomerClass> | ||
{ | ||
public CustomerClassApi(Configuration configuration) : base(configuration) | ||
{ } | ||
} | ||
} |
Oops, something went wrong.