How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

M1 Public API

The M1 ERP public REST API for hosted M1 customers, exposing roughly 1,200 operations across inventory, financial, CRM, production, quality, purchase orders, shipping, employee, sales orders, quotations, BOM and general ERP resources. OAuth 2.0 client-credentials with API users issued from the Integration Engine Management Console; supports M1Field[operator] filter expressions and pageSize paging, and returns both JSON and XML representations.

M1 Public API is one of 15 APIs that ECI Solutions publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include ERP, Manufacturing, Inventory, Production, and Quality. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 1208 operations across 700 paths, organized into 28 resource areas, and defines 978 schemas. It is described by OpenAPI 3.0.1, at version v1.

Requests are made against a single base URL, https://api-m1.integrations.ecimanufacturing.com.

1208 operations 700 paths 978 schemas 263 DELETE674 GET17 POST254 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
v1
Base URL
https://api-m1.integrations.ecimanufacturing.com
Authentication
OAuth 2.0
Resource Areas
28

Authentication & Security 1

M1 Public API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the clientCredentials flow, exposing 1 scope. By default, every request must be authenticated.

  • oauth2 — OAuth 2.0 Client Credentials Flow with API Users issued from Integration Engine Management Console

Paths & Operations 1208

Across 700 paths, the API surfaces 1208 operations — 263 DELETE, 674 GET, 17 POST, 254 PUT. They span 28 resource areas, including BOM/CORE, BOM/JOB, BOM/ORGANIZATION, BOM/PART, BOM/SALES, BOM/TRANSACTION, ERP/CALCULATORS, ERP/CONFIGURATOR, and 20 more. Each is listed below with its method, path, parameters, and response codes.

BOM/CORE 6
GET
/api/BOM/Core/GetPartClassesAll/{pageNo}/{pageSize}
Returns list of all active part classes
BOMCore_GetPartClassesAllAsync 2 params → 200400401404415500
GET
/api/BOM/Core/GetPartGroupsAll/{pageNo}/{pageSize}
Returns list of all active part groups
BOMCore_GetPartGroupsAllAsync 2 params → 200400401404415500
GET
/api/BOM/Core/GetProcessesAll/{pageNo}/{pageSize}
Returns list of all active processes
BOMCore_GetProcessesAllAsync 2 params → 200400401404415500
GET
/api/BOM/Core/GetWorkCentersAll/{pageNo}/{pageSize}
Returns list of all active workcenters
BOMCore_GetWorkCentersAllAsync 2 params → 200400401404415500
GET
/api/BOM/Core/GetWarehousesAll/{pageNo}/{pageSize}
Returns list of all active warehouses
BOMCore_GetWarehousesAllAsync 2 params → 200400401404415500
GET
/api/BOM/Core/GetWarehouseBinsAll/{pageNo}/{pageSize}
Returns list of all active warehouse bins
BOMCore_GetWarehouseBinsAllAsync 2 params → 200400401404415500
BOM/JOB 24
GET
/api/BOM/Job/GetJobGUIDs/{jobId}/{partId}
Returns GUIDs for a given jobid and/or partid. Do not use special charactors or url reserved charactors for parameter values.
BOMJob_GetJobGUIDsAsync 2 params → 200400401404415500
GET
/api/BOM/Job/GetJobMethod/{jobId}
Returns job details for a given M1 job id or GUID. Do not pass job id if it has special characters (other than Aa-Zz0-9.-) pass GUID instead
BOMJob_GetJobMethodAsync 1 param → 200400401404415500
GET
/api/BOM/Job/GetAllJobs/{pageSize}/{pageNumber}
Returns a list of all BOM jobs with pagination.
BOMJob_GetAllJobAsync 2 params → 200400401404415500
GET
/api/BOM/Job/GetJob/{jobId}
Returns a specific BOM job based on the provided job ID.
BOMJob_GetJobAsync 1 param → 200400401404415500
POST
/api/BOM/Job/PostJob
Posts a new BOM job.
BOMJob_PostJobAsync body → 200400401404415500
POST
/api/BOM/Job/UpdateSchedulingDetails/{jobId}
Updates the scheduling details for a specific job.
BOMJob_UpdateSchedulingDetailsAsync 1 param body → 200400401404415500
GET
/api/BOM/Job/GetJobAssembly/{jobId}/{jobAssemblyId}
Returns job assembly details for a given job and assembly id.
BOMJobAssemblies_GetJobAssemblyAsync 2 params → 200400401404415500
GET
/api/BOM/Job/GetJobAssemblies/{jobId}
Returns JobAssembly for a given JobAssembly id.
BOMJobAssemblies_GetJobAssemblyAsync 1 param → 200400401404415500
GET
/api/BOM/Job/GetAllJobAssemblies/{pageSize}/{pageNumber}
Returns all existing JobAssemblies with pagination.
BOMJobAssemblies_GetAllJobAssemblyAsync 2 params → 200400401404415500
POST
/api/BOM/Job/PostJobAssembly
Creates a job assembly based on input parameter.
BOMJobAssemblies_PostJobAssemblyAsync body → 200400401404415500
DELETE
/api/BOM/Job/DeleteJobAssembly/{jobId}/{jobAssemblyId}
Deletes a job assembly based on input parameters.
BOMJobAssemblies_DeleteJobAssemblyAsync 2 params → 200400401404415500
GET
/api/BOM/Job/GetJobMaterial/{jobId}/{jobAssemblyId}/{jobMaterialId}
Returns job material details for a given job,assembly and material id.
BOMJobMaterials_GetJobMaterialAsync 3 params → 200400401404415500
GET
/api/BOM/Job/GetAllJobMaterials/{pageSize}/{pageNumber}
Returns all existing JobMaterials with pagination.
BOMJobMaterials_GetAllJobMaterialAsync 2 params → 200400401404415500
POST
/api/BOM/Job/PostJobMaterial
Posts a new JobMaterial.
BOMJobMaterials_PostJobMaterialAsync body → 200400401404415500
DELETE
/api/BOM/Job/DeleteJobMaterial/{jobId}/{jobAssemblyId}/{jobMaterialId}
Deletes a job material based on input parameters.
BOMJobMaterials_DeleteJobMaterialAsync 3 params → 200400401404415500
GET
/api/BOM/Job/GetJobOperation/{jobId}/{jobAssemblyId}/{jobOperationId}
Returns job operation details for a given job,assembly and operation id.
BOMJobOperations_GetJobOperationAsync 3 params → 200400401404415500
GET
/api/BOM/Job/GetAllJobOperations/{pageSize}/{pageNumber}
Returns all existing JobOperations with pagination.
BOMJobOperations_GetAllJobOperationAsync 2 params → 200400401404415500
POST
/api/BOM/Job/PostJobOperation
Posts a new JobOperation.
BOMJobOperations_PostJobOperationAsync body → 200400401404415500
DELETE
/api/BOM/Job/DeleteJobOperation/{jobId}/{jobAssemblyId}/{jobOperationId}
Deletes a job operation based on input parameters.
BOMJobOperations_DeleteJobOperationAsync 3 params → 200400401404415500
GET
/api/BOM/Job/GetAllTimecardLines/{pageSize}/{pageNumber}
Returns all existing TimecardLines with pagination.
BOMTimecardLines_GetAllTimecardLineAsync 2 params → 200400401404415500
GET
/api/BOM/Job/GetTimecardLine/{timecardId}/{timecardLineId}
Returns TimecardLine for a given Timecard id containing TimecardLine id.
BOMTimecardLines_GetTimecardLineAsync 2 params → 200400401404415500
GET
/api/BOM/Job/GetAllTimecards/{pageSize}/{pageNumber}
Returns all existing Timecards with pagination.
BOMTimecards_GetAllTimecardAsync 2 params → 200400401404415500
GET
/api/BOM/Job/GetTimecard/{timecardId}
Returns Timecard for a given Timecard id.
BOMTimecards_GetTimecardAsync 1 param → 200400401404415500
GET
/api/BOM/Job/GetTimecard/{timecardId}/{employeeId}
Returns Timecard for a given Timecard id and Employee id.
BOMTimecards_GetTimecardByEmployeeIdAsync 2 params → 200400401404415500
BOM/ORGANIZATION 8
GET
/api/BOM/Organization/GetAllOrganizations/{pageSize}/{pageNumber}
Returns all existing organizations with pagination.
BomOrganization_GetAllOrganizationsAsync 2 params → 200400401404415500
GET
/api/BOM/Organization/GetOrganization/{organizationId}
Returns organization for a given organization id.
BomOrganization_GetOrganizationAsync 1 param → 200400401404415500
GET
/api/BOM/Organization/GetAllOrganizationContacts/{pageSize}/{pageNumber}
Returns all existing OrganizationContacts with pagination.
BOMOrganizationContacts_GetAllOrganizationContactAsync 2 params → 200400401404415500
GET
/api/BOM/Organization/GetOrganizationContact/{organizationId}/{locationId}/{contactId}
Returns OrganizationContact for a given Organization id, Location id and Contact id
BOMOrganizationContacts_GetOrganizationContactAsync 3 params → 200400401404415500
POST
/api/BOM/Organization/PostOrganizationContact
Posts a new OrganizationContact.
BOMOrganizationContacts_PostOrganizationContactAsync body → 200400401404415500
GET
/api/BOM/Organization/GetAllOrganizationLocations/{pageSize}/{pageNumber}
Returns all existing OrganizationLocations with pagination.
BOMOrganizationLocations_GetAllOrganizationLocationAsync 2 params → 200400401404415500
GET
/api/BOM/Organization/GetOrganizationLocation/{organizationId}/{organizationLocationId}
Returns OrganizationLocation for a given Organization Id and OrganizationLocation id.
BOMOrganizationLocations_GetOrganizationLocationAsync 2 params → 200400401404415500
POST
/api/BOM/Organization/PostOrganizationLocation
Posts a new OrganizationLocation.
BOMOrganizationLocations_PostOrganizationLocationAsync body → 200400401404415500
BOM/PART 23
GET
/api/BOM/Part/GetParts/{partId}
Returns part details for a given M1 part id or GUID. Do not pass part id if it has special characters (other than Aa-Zz0-9.-) pass GUID instead
BOMPart_GetPartsByIdAsync 1 param → 200400401404415500
GET
/api/BOM/Part/GetAllParts/{pageSize}/{pageNumber}
Returns all existing parts with pagination.
BOMPart_GetAllPartsAsync 2 params → 200400401404415500
POST
/api/BOM/Part/PostParts
Creates a part with the required attributes.
BOMPart_PostPartAsync body → 200400401404415500
GET
/api/BOM/Part/GetPartRevisions/{partId}
Returns part and part revision details for a given M1 part id or GUID. Do not pass part id if it has special characters (other than Aa-Zz0-9.-) pass GUID instead
BOMPart_GetPartRevisionsAsync 1 param → 200400401404415500
POST
/api/BOM/Part/PostPartRevisions
Creates a part and relevant part revisions based on input parameter.
BOMPart_PostPartRevisionsAsync body → 200400401404415500
GET
/api/BOM/Part/GetPartAssembly/{methodId}/{methodRevisionId}/{methodAssemblyId}
Returns part and part assembly details for a given M1 method id, method revision id and method assembly id. Alternatively it can be used the method assembly Guid.
BOMPart_GetPartAssemblyAsync 3 params → 200400401404415500
GET
/api/BOM/Part/GetPartAssembly/{methodAsmGuid}
Returns part and part assembly details for a given M1 method assembly GUID.
BOMPart_GetPartAssemblyAsync 1 param → 200400401404415500
POST
/api/BOM/Part/PostPartAssembly
Creates a part assembly based on input parameter.
BOMPart_PostPartAssemblyAsync body → 200400401404415500
DELETE
/api/BOM/Part/DeletePartAssembly/{methodId}/{methodRevisionId}/{methodAssemblyId}
Deletes a part assembly for method id, method revision id and method assembly id. Do not use this method if you have special characters (other than Aa-Zz0-9.-) in key fields
BOMPart_DeletePartAssemblyAsync 3 params → 200400401404415500
DELETE
/api/BOM/Part/DeletePartAssembly/{methodAsmGuid}
Deletes a part assembly for method assembly GUID. Use this method if you have special characters (other than Aa-Zz0-9.-) in key fields
BOMPart_DeletePartAssemblyAsync 1 param → 200400401404415500
POST
/api/BOM/Part/PostPartOperation
Creates a part operation based on input parameter.
BOMPart_PostPartOperationAsync body → 200400401404415500
DELETE
/api/BOM/Part/DeletePartOperation/{methodId}/{methodRevisionId}/{methodAssemblyId}/{methodOperationId}
Deletes a part operation for method id, method revision id, method assembly id and method operation id. Do not use this method if you have special characters (other than Aa-Zz0-9.-) in key fields
BOMPart_DeletePartOperationAsync 4 params → 200400401404415500
DELETE
/api/BOM/Part/DeletePartOperation/{methodOperationGuid}
Deletes a part operation for method operation GUID. Use this method if you have special characters (other than Aa-Zz0-9.-) in key fields
BOMPart_DeletePartOperationAsync 1 param → 200400401404415500
GET
/api/BOM/Part/GetPartMaterial/{methodId}/{methodRevisionId}/{methodAssemblyId}
Returns all part materials for the given combination of identifiers: methodId, revisionId and assemblyId.
BOMPart_GetPartMaterialAsync 3 params → 200400401404415500
GET
/api/BOM/Part/GetPartMaterial/{methodMaterialGuid}
Returns part material for method material GUID. Use this method if you have special characters (other than Aa-Zz0-9.-) in key fields.
BOMPart_GetPartMaterialAsync 1 param → 200400401404415500
POST
/api/BOM/Part/PostPartMaterial
Creates a part material based on input parameter.
BOMPart_PostPartMaterialAsync body → 200400401404415500
DELETE
/api/BOM/Part/DeletePartMaterial/{methodId}/{methodRevisionId}/{methodAssemblyId}/{methodMaterialId}
Deletes a part material for method id, method revision id, method assembly id and method material id. Do not use this method if you have special characters (other than Aa-Zz0-9.-) in key fields
BOMPart_DeletePartMaterialAsync 4 params → 200400401404415500
DELETE
/api/BOM/Part/DeletePartMaterial/{methodMaterialGuid}
Deletes a part material for method material GUID. Use this method if you have special characters (other than Aa-Zz0-9.-) in key fields
BOMPart_DeletePartMaterialAsync 1 param → 200400401404415500
GET
/api/BOM/Part/GetPartMethodBOM/{partId}/{partRevisionId}/{partAssemblyId}
Returns part method BOM details for a given M1 part,revision and assembly. Do not use this method if you have special characters (other than Aa-Zz0-9.-) in key fields
BOMPart_GetPartMethodBomAsync 3 params → 200400401404415500
GET
/api/BOM/Part/GetPartMethodBOM/{partAssemblyGuid}
Returns part method BOM details for a given part assembly guid. Use this method if you have special characters (other than Aa-Zz0-9.-) in part assembly key fields
BOMPart_GetPartMethodBomAsync 1 param → 200400401404415500
GET
/api/BOM/Part/GetPartMethodGUIDs/{partId}
Returns part method GUIDs for a given part. Do not use special characters or url reserved characters for parameter values
BOMPart_GetPartMethodGuidsAsync 1 param → 200400401404415500
GET
/api/BOM/Part/GetPartBinDetails/{partId}
Returns part and part bin details for a given M1 part id or GUID. Do not pass part id if it has special characters (other than Aa-Zz0-9.-) pass GUID instead
BOMPartBinDetail_GetPartBinDetailsAsync 1 param → 200400401404415500
GET
/api/BOM/Part/GetAllPartBinDetails/{pageSize}/{pageNumber}
Returns all existing part bin details with pagination.
BOMPartBinDetail_GetAllPartBinDetailsAsync 2 params → 200400401404415500
BOM/SALES 25
GET
/api/BOM/Sales/GetAllQuoteAssemblies/{pageSize}/{pageNumber}
Returns all existing QuoteAssemblies with pagination.
BOMQuoteAssemblies_GetAllQuoteAssemblyAsync 2 params → 200400401404415500
GET
/api/BOM/Sales/GetQuoteAssemblies/{quoteId}
Returns QuoteAssemblies for a given Quote id.
BOMQuoteAssemblies_GetQuoteAssemblyAsync 1 param → 200400401404415500
GET
/api/BOM/Sales/GetQuoteAssemblies/{quoteId}/{quoteLineId}
Returns QuoteAssemblies for a given Quote id and Quote Line id.
BOMQuoteAssemblies_GetQuoteAssemblyAsync 2 params → 200400401404415500
POST
/api/BOM/Sales/PostQuoteAssembly
Posts a new QuoteAssembly.
BOMQuoteAssemblies_PostQuoteAssemblyAsync body → 200400401404415500
GET
/api/BOM/Sales/GetAllQuoteLines/{pageSize}/{pageNumber}
Returns all existing QuoteLines with pagination.
BOMQuoteLines_GetAllQuoteLineAsync 2 params → 200400401404415500
GET
/api/BOM/Sales/GetQuoteLines/{quoteId}
Returns quote and quote lines details for a given M1 quote id or GUID. Do not pass quote id if it has special characters (other than Aa-Zz0-9.-) pass GUID instead
BOMQuoteLines_GetQuoteLinesAsync 1 param → 200400401404415500
GET
/api/BOM/Sales/GetQuoteLine/{quoteId}/{quoteLineId}
Returns QuoteLine for a given Quote id and QuoteLine Id.
BOMQuoteLines_GetQuoteLineAsync 2 params → 200400401404415500
POST
/api/BOM/Sales/PostQuoteLine
Posts a new QuoteLine.
BOMQuoteLines_PostQuoteLineAsync body → 200400401404415500
GET
/api/BOM/Sales/GetAllQuoteMaterials/{pageSize}/{pageNumber}
Returns all existing QuoteMaterials with pagination.
BOMQuoteMaterials_GetAllQuoteMaterialAsync 2 params → 200400401404415500
GET
/api/BOM/Sales/GetQuoteMaterials/{quoteId}
Returns a list of QuoteMaterial for a given Quote id.
BOMQuoteMaterials_GetQuoteMaterialAsync 1 param → 200400401404415500
GET
/api/BOM/Sales/GetQuoteMaterials/{quoteId}/{quoteLineId}
Returns a list of QuoteMaterial for a given QuoteId and QuoteLineId.
BOMQuoteMaterials_GetQuoteMaterialAsync 2 params → 200400401404415500
GET
/api/BOM/Sales/GetQuoteMaterials/{quoteId}/{quoteLineId}/{quoteAssemblyId}
Returns a list of QuoteMaterial for a given QuoteId, QuoteLineId and QuoteAssemblyId.
BOMQuoteMaterials_GetQuoteMaterialAsync 3 params → 200400401404415500
POST
/api/BOM/Sales/PostQuoteMaterial
Posts a new QuoteMaterial.
BOMQuoteMaterials_PostQuoteMaterialAsync body → 200400401404415500
GET
/api/BOM/Sales/GetAllQuoteOperations/{pageSize}/{pageNumber}
Returns all existing QuoteOperations with pagination.
BOMQuoteOperations_GetAllQuoteOperationAsync 2 params → 200400401404415500
GET
/api/BOM/Sales/GetQuoteOperations/{quoteId}
Returns a list of QuoteOperations for a given Quote id.
BOMQuoteOperations_GetQuoteOperationsAsync 1 param → 200400401404415500
GET
/api/BOM/Sales/GetQuoteOperations/{quoteId}/{quoteLineId}
Returns QuoteOperation for a given Quote and QuoteLine id.
BOMQuoteOperations_GetQuoteOperationsAsync 2 params → 200400401404415500
GET
/api/BOM/Sales/GetQuoteOperations/{quoteId}/{quoteLineId}/{quoteAssemblyId}
Returns QuoteOperation for a given Quote, QuoteLine, and QuoteAssembly id.
BOMQuoteOperations_GetQuoteOperationsAsync 3 params → 200400401404415500
GET
/api/BOM/Sales/GetAllQuoteQuantities/{pageSize}/{pageNumber}
Returns all existing QuoteQuantities with pagination.
BOMQuoteQuantities_GetAllQuoteQuantityAsync 2 params → 200400401404415500
GET
/api/BOM/Sales/GetQuoteQuantities/{quoteId}
Returns QuoteQuantities for a given Quote Id.
BOMQuoteQuantities_GetQuoteQuantityAsync 1 param → 200400401404415500
GET
/api/BOM/Sales/GetQuoteQuantities/{quoteId}/{quoteLineId}
Returns QuoteQuantities for a given Quote Id and Quote Line Id.
BOMQuoteQuantities_GetQuoteQuantityAsync 2 params → 200400401404415500
GET
/api/BOM/Sales/GetAllQuotes/{pageSize}/{pageNumber}
Returns all existing Quotes with pagination.
BOMQuotes_GetAllQuoteAsync 2 params → 200400401404415500
GET
/api/BOM/Sales/GetQuote/{quoteId}
Returns Quote for a given Quote id.
BOMQuotes_GetQuoteAsync 1 param → 200400401404415500
POST
/api/BOM/Sales/PostQuote
Posts a new Quote.
BOMQuotes_PostQuoteAsync body → 200400401404415500
GET
/api/BOM/Sales/GetAllSalesOrders/{pageSize}/{pageNumber}
Returns all existing SalesOrders with pagination.
BOMSalesOrders_GetAllSalesOrderAsync 2 params → 200400401404415500
GET
/api/BOM/Sales/GetSalesOrder/{salesOrderId}
Returns SalesOrder for a given SalesOrder id.
BOMSalesOrders_GetSalesOrderAsync 1 param → 200400401404415500
BOM/TRANSACTION 10
GET
/api/BOM/Transaction/MaterialIssueLine/GetAllMaterialIssueLines/{pageSize}/{pageNumber}
Returns all existing MaterialIssueLines with pagination.
BOMMaterialIssueLines_GetAllMaterialIssueLineAsync 2 params → 200400401404415500
GET
/api/BOM/Transaction/MaterialIssueLine/GetMaterialIssueLines/{materialIssueId}
Returns material issue lines for a given M1 material issue id. Do not pass material issue id if it has special characters (other than Aa-Zz0-9.-) pass GUID instead
BOMMaterialIssueLines_GetMaterialIssueLinesAsync 1 param → 200400401404415500
GET
/api/BOM/Transaction/MaterialIssue/GetAllMaterialIssues/{pageSize}/{pageNumber}
Returns all existing MaterialIssues with pagination.
BOMMaterialIssues_GetAllMaterialIssuesAsync 2 params → 200400401404415500
GET
/api/BOM/Transaction/MaterialIssue/GetMaterialIssue/{materialIssueId}
Returns material issue for a given M1 material issue id. Do not pass material issue id if it has special characters (other than Aa-Zz0-9.-) pass GUID instead
BOMMaterialIssues_GetMaterialIssueAsync 1 param → 200400401404415500
GET
/api/BOM/Transaction/MfgReceipt/GetAllMfgReceipts/{pageSize}/{pageNumber}
Returns all existing MfgReceipts with pagination.
BOMMfgReceipts_GetAllMfgReceiptAsync 2 params → 200400401404415500
GET
/api/BOM/Transaction/MfgReceipt/GetMfgReceipt/{mfgReceiptId}
Returns mfg receipt for a given mfg receipt id.
BOMMfgReceipts_GetMfgReceiptAsync 1 param → 200400401404415500
GET
/api/BOM/Transaction/Receipt/GetAllReceipts/{pageSize}/{pageNumber}
Retrieves all M1 receipts with pagination support.
BOMReceipt_GetAllReceiptsAsync 2 params → 200400401404415500
GET
/api/BOM/Transaction/Receipt/GetReceipt/{receiptId}
Returns receipt for a given receipt id.
BOMReceipt_GetReceiptAsync 1 param → 200400401404415500
GET
/api/BOM/Transaction/ReceiptLine/GetAllReceiptLines/{pageSize}/{pageNumber}
Retrieves all M1 receipt lines with pagination support.
BOMReceiptLine_GetAllReceiptLinesAsync 2 params → 200400401404415500
GET
/api/BOM/Transaction/ReceiptLine/GetReceiptLine/{receiptId}
Returns all receipt lines for a given receipt id.
BOMReceiptLine_GetReceiptAsync 1 param → 200400401404415500
ERP/CALCULATORS 16
GET
/api/ERP/LaserCalculatorLines
Returns all existing LaserCalculatorLines according to the filter, order by and pagination options.
ERPLaserCalculatorLines_GetAllLaserCalculatorLineAsync 4 params → 200400401404415500
PUT
/api/ERP/LaserCalculatorLines
Creates or updates a single LaserCalculatorLine record.
ERPLaserCalculatorLines_PutLaserCalculatorLineAsync body → 200201400401404415500
GET
/api/ERP/LaserCalculatorLines/{key}
Returns a single LaserCalculatorLine record for a given Unique Id.
ERPLaserCalculatorLines_GetLaserCalculatorLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/LaserCalculatorLines/{key}
Deletes a single LaserCalculatorLine record.
ERPLaserCalculatorLines_DeleteLaserCalculatorLineAsync 1 param → 200400401404415500
GET
/api/ERP/LaserCalculators
Returns all existing LaserCalculators according to the filter, order by and pagination options.
ERPLaserCalculators_GetAllLaserCalculatorAsync 4 params → 200400401404415500
PUT
/api/ERP/LaserCalculators
Creates or updates a single LaserCalculator record.
ERPLaserCalculators_PutLaserCalculatorAsync body → 200201400401404415500
GET
/api/ERP/LaserCalculators/{key}
Returns a single LaserCalculator record for a given Unique Id.
ERPLaserCalculators_GetLaserCalculatorAsync 1 param → 200400401404415500
DELETE
/api/ERP/LaserCalculators/{key}
Deletes a single LaserCalculator record.
ERPLaserCalculators_DeleteLaserCalculatorAsync 1 param → 200400401404415500
GET
/api/ERP/PunchCalculators
Returns all existing PunchCalculators according to the filter, order by and pagination options.
ERPPunchCalculators_GetAllPunchCalculatorAsync 4 params → 200400401404415500
PUT
/api/ERP/PunchCalculators
Creates or updates a single PunchCalculator record.
ERPPunchCalculators_PutPunchCalculatorAsync body → 200201400401404415500
GET
/api/ERP/PunchCalculators/{key}
Returns a single PunchCalculator record for a given Unique Id.
ERPPunchCalculators_GetPunchCalculatorAsync 1 param → 200400401404415500
DELETE
/api/ERP/PunchCalculators/{key}
Deletes a single PunchCalculator record.
ERPPunchCalculators_DeletePunchCalculatorAsync 1 param → 200400401404415500
GET
/api/ERP/SheetCalculators
Returns all existing SheetCalculators according to the filter, order by and pagination options.
ERPSheetCalculators_GetAllSheetCalculatorAsync 4 params → 200400401404415500
PUT
/api/ERP/SheetCalculators
Creates or updates a single SheetCalculator record.
ERPSheetCalculators_PutSheetCalculatorAsync body → 200201400401404415500
GET
/api/ERP/SheetCalculators/{key}
Returns a single SheetCalculator record for a given Unique Id.
ERPSheetCalculators_GetSheetCalculatorAsync 1 param → 200400401404415500
DELETE
/api/ERP/SheetCalculators/{key}
Deletes a single SheetCalculator record.
ERPSheetCalculators_DeleteSheetCalculatorAsync 1 param → 200400401404415500
ERP/CONFIGURATOR 4
GET
/api/ERP/PartRules
Returns all existing PartRules according to the filter, order by and pagination options.
ERPPartRules_GetAllPartRuleAsync 4 params → 200400401404415500
PUT
/api/ERP/PartRules
Creates or updates a single PartRule record.
ERPPartRules_PutPartRuleAsync body → 200201400401404415500
GET
/api/ERP/PartRules/{key}
Returns a single PartRule record for a given Unique Id.
ERPPartRules_GetPartRuleAsync 1 param → 200400401404415500
DELETE
/api/ERP/PartRules/{key}
Deletes a single PartRule record.
ERPPartRules_DeletePartRuleAsync 1 param → 200400401404415500
ERP/CRM 124
GET
/api/ERP/CallLines
Returns all existing CallLines according to the filter, order by and pagination options.
ERPCallLines_GetAllCallLineAsync 4 params → 200400401404415500
PUT
/api/ERP/CallLines
Creates or updates a single CallLine record.
ERPCallLines_PutCallLineAsync body → 200201400401404415500
GET
/api/ERP/CallLines/{key}
Returns a single CallLine record for a given Unique Id.
ERPCallLines_GetCallLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/CallLines/{key}
Deletes a single CallLine record.
ERPCallLines_DeleteCallLineAsync 1 param → 200400401404415500
GET
/api/ERP/CallMemos
Returns all existing CallMemos according to the filter, order by and pagination options.
ERPCallMemos_GetAllCallMemoAsync 4 params → 200400401404415500
PUT
/api/ERP/CallMemos
Creates or updates a single CallMemo record.
ERPCallMemos_PutCallMemoAsync body → 200201400401404415500
GET
/api/ERP/CallMemos/{key}
Returns a single CallMemo record for a given Unique Id.
ERPCallMemos_GetCallMemoAsync 1 param → 200400401404415500
DELETE
/api/ERP/CallMemos/{key}
Deletes a single CallMemo record.
ERPCallMemos_DeleteCallMemoAsync 1 param → 200400401404415500
GET
/api/ERP/Calls
Returns all existing Calls according to the filter, order by and pagination options.
ERPCalls_GetAllCallAsync 4 params → 200400401404415500
PUT
/api/ERP/Calls
Creates or updates a single Call record.
ERPCalls_PutCallAsync body → 200201400401404415500
GET
/api/ERP/Calls/{key}
Returns a single Call record for a given Unique Id.
ERPCalls_GetCallAsync 1 param → 200400401404415500
DELETE
/api/ERP/Calls/{key}
Deletes a single Call record.
ERPCalls_DeleteCallAsync 1 param → 200400401404415500
GET
/api/ERP/CallTypes
Returns all existing CallTypes according to the filter, order by and pagination options.
ERPCallTypes_GetAllCallTypeAsync 4 params → 200400401404415500
GET
/api/ERP/CallTypes/{key}
Returns a single CallType record for a given Unique Id.
ERPCallTypes_GetCallTypeAsync 1 param → 200400401404415500
GET
/api/ERP/ContactGroups
Returns all existing ContactGroups according to the filter, order by and pagination options.
ERPContactGroups_GetAllContactGroupAsync 4 params → 200400401404415500
PUT
/api/ERP/ContactGroups
Creates or updates a single ContactGroup record.
ERPContactGroups_PutContactGroupAsync body → 200201400401404415500
GET
/api/ERP/ContactGroups/{key}
Returns a single ContactGroup record for a given Unique Id.
ERPContactGroups_GetContactGroupAsync 1 param → 200400401404415500
DELETE
/api/ERP/ContactGroups/{key}
Deletes a single ContactGroup record.
ERPContactGroups_DeleteContactGroupAsync 1 param → 200400401404415500
GET
/api/ERP/ContactMethods
Returns all existing ContactMethods according to the filter, order by and pagination options.
ERPContactMethods_GetAllContactMethodAsync 4 params → 200400401404415500
PUT
/api/ERP/ContactMethods
Creates or updates a single ContactMethod record.
ERPContactMethods_PutContactMethodAsync body → 200201400401404415500
GET
/api/ERP/ContactMethods/{key}
Returns a single ContactMethod record for a given Unique Id.
ERPContactMethods_GetContactMethodAsync 1 param → 200400401404415500
DELETE
/api/ERP/ContactMethods/{key}
Deletes a single ContactMethod record.
ERPContactMethods_DeleteContactMethodAsync 1 param → 200400401404415500
GET
/api/ERP/ContactTitles
Returns all existing ContactTitles according to the filter, order by and pagination options.
ERPContactTitles_GetAllContactTitleAsync 4 params → 200400401404415500
PUT
/api/ERP/ContactTitles
Creates or updates a single ContactTitle record.
ERPContactTitles_PutContactTitleAsync body → 200201400401404415500
GET
/api/ERP/ContactTitles/{key}
Returns a single ContactTitle record for a given Unique Id.
ERPContactTitles_GetContactTitleAsync 1 param → 200400401404415500
DELETE
/api/ERP/ContactTitles/{key}
Deletes a single ContactTitle record.
ERPContactTitles_DeleteContactTitleAsync 1 param → 200400401404415500
GET
/api/ERP/CountyCodes
Returns all existing CountyCodes according to the filter, order by and pagination options.
ERPCountyCodes_GetAllCountyCodeAsync 4 params → 200400401404415500
PUT
/api/ERP/CountyCodes
Creates or updates a single CountyCode record.
ERPCountyCodes_PutCountyCodeAsync body → 200201400401404415500
GET
/api/ERP/CountyCodes/{key}
Returns a single CountyCode record for a given Unique Id.
ERPCountyCodes_GetCountyCodeAsync 1 param → 200400401404415500
DELETE
/api/ERP/CountyCodes/{key}
Deletes a single CountyCode record.
ERPCountyCodes_DeleteCountyCodeAsync 1 param → 200400401404415500
GET
/api/ERP/CustomerGroups
Returns all existing CustomerGroups according to the filter, order by and pagination options.
ERPCustomerGroups_GetAllCustomerGroupAsync 4 params → 200400401404415500
PUT
/api/ERP/CustomerGroups
Creates or updates a single CustomerGroup record.
ERPCustomerGroups_PutCustomerGroupAsync body → 200201400401404415500
GET
/api/ERP/CustomerGroups/{key}
Returns a single CustomerGroup record for a given Unique Id.
ERPCustomerGroups_GetCustomerGroupAsync 1 param → 200400401404415500
DELETE
/api/ERP/CustomerGroups/{key}
Deletes a single CustomerGroup record.
ERPCustomerGroups_DeleteCustomerGroupAsync 1 param → 200400401404415500
GET
/api/ERP/Followups
Returns all existing Followups according to the filter, order by and pagination options.
ERPFollowups_GetAllFollowupAsync 4 params → 200400401404415500
PUT
/api/ERP/Followups
Creates or updates a single Followup record.
ERPFollowups_PutFollowupAsync body → 200201400401404415500
GET
/api/ERP/Followups/{key}
Returns a single Followup record for a given Unique Id.
ERPFollowups_GetFollowupAsync 1 param → 200400401404415500
DELETE
/api/ERP/Followups/{key}
Deletes a single Followup record.
ERPFollowups_DeleteFollowupAsync 1 param → 200400401404415500
GET
/api/ERP/IndustryTypes
Returns all existing IndustryTypes according to the filter, order by and pagination options.
ERPIndustryTypes_GetAllIndustryTypeAsync 4 params → 200400401404415500
PUT
/api/ERP/IndustryTypes
Creates or updates a single IndustryType record.
ERPIndustryTypes_PutIndustryTypeAsync body → 200201400401404415500
GET
/api/ERP/IndustryTypes/{key}
Returns a single IndustryType record for a given Unique Id.
ERPIndustryTypes_GetIndustryTypeAsync 1 param → 200400401404415500
DELETE
/api/ERP/IndustryTypes/{key}
Deletes a single IndustryType record.
ERPIndustryTypes_DeleteIndustryTypeAsync 1 param → 200400401404415500
GET
/api/ERP/KnowledgeBasePages
Returns all existing KnowledgeBasePages according to the filter, order by and pagination options.
ERPKnowledgeBasePages_GetAllKnowledgeBasePageAsync 4 params → 200400401404415500
PUT
/api/ERP/KnowledgeBasePages
Creates or updates a single KnowledgeBasePage record.
ERPKnowledgeBasePages_PutKnowledgeBasePageAsync body → 200201400401404415500
GET
/api/ERP/KnowledgeBasePages/{key}
Returns a single KnowledgeBasePage record for a given Unique Id.
ERPKnowledgeBasePages_GetKnowledgeBasePageAsync 1 param → 200400401404415500
DELETE
/api/ERP/KnowledgeBasePages/{key}
Deletes a single KnowledgeBasePage record.
ERPKnowledgeBasePages_DeleteKnowledgeBasePageAsync 1 param → 200400401404415500
GET
/api/ERP/LeadCompetitors
Returns all existing LeadCompetitors according to the filter, order by and pagination options.
ERPLeadCompetitors_GetAllLeadCompetitorAsync 4 params → 200400401404415500
PUT
/api/ERP/LeadCompetitors
Creates or updates a single LeadCompetitor record.
ERPLeadCompetitors_PutLeadCompetitorAsync body → 200201400401404415500
GET
/api/ERP/LeadCompetitors/{key}
Returns a single LeadCompetitor record for a given Unique Id.
ERPLeadCompetitors_GetLeadCompetitorAsync 1 param → 200400401404415500
DELETE
/api/ERP/LeadCompetitors/{key}
Deletes a single LeadCompetitor record.
ERPLeadCompetitors_DeleteLeadCompetitorAsync 1 param → 200400401404415500
GET
/api/ERP/LeadLines
Returns all existing LeadLines according to the filter, order by and pagination options.
ERPLeadLines_GetAllLeadLineAsync 4 params → 200400401404415500
PUT
/api/ERP/LeadLines
Creates or updates a single LeadLine record.
ERPLeadLines_PutLeadLineAsync body → 200201400401404415500
GET
/api/ERP/LeadLines/{key}
Returns a single LeadLine record for a given Unique Id.
ERPLeadLines_GetLeadLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/LeadLines/{key}
Deletes a single LeadLine record.
ERPLeadLines_DeleteLeadLineAsync 1 param → 200400401404415500
GET
/api/ERP/LeadMemos
Returns all existing LeadMemos according to the filter, order by and pagination options.
ERPLeadMemos_GetAllLeadMemoAsync 4 params → 200400401404415500
PUT
/api/ERP/LeadMemos
Creates or updates a single LeadMemo record.
ERPLeadMemos_PutLeadMemoAsync body → 200201400401404415500
GET
/api/ERP/LeadMemos/{key}
Returns a single LeadMemo record for a given Unique Id.
ERPLeadMemos_GetLeadMemoAsync 1 param → 200400401404415500
DELETE
/api/ERP/LeadMemos/{key}
Deletes a single LeadMemo record.
ERPLeadMemos_DeleteLeadMemoAsync 1 param → 200400401404415500
GET
/api/ERP/Leads
Returns all existing Leads according to the filter, order by and pagination options.
ERPLeads_GetAllLeadAsync 4 params → 200400401404415500
PUT
/api/ERP/Leads
Creates or updates a single Lead record.
ERPLeads_PutLeadAsync body → 200201400401404415500
GET
/api/ERP/Leads/{key}
Returns a single Lead record for a given Unique Id.
ERPLeads_GetLeadAsync 1 param → 200400401404415500
DELETE
/api/ERP/Leads/{key}
Deletes a single Lead record.
ERPLeads_DeleteLeadAsync 1 param → 200400401404415500
GET
/api/ERP/LeadSalesPeople
Returns all existing LeadSalesPeople according to the filter, order by and pagination options.
ERPLeadSalesPeople_GetAllLeadSalesPersonAsync 4 params → 200400401404415500
PUT
/api/ERP/LeadSalesPeople
Creates or updates a single LeadSalesPerson record.
ERPLeadSalesPeople_PutLeadSalesPersonAsync body → 200201400401404415500
GET
/api/ERP/LeadSalesPeople/{key}
Returns a single LeadSalesPerson record for a given Unique Id.
ERPLeadSalesPeople_GetLeadSalesPersonAsync 1 param → 200400401404415500
DELETE
/api/ERP/LeadSalesPeople/{key}
Deletes a single LeadSalesPerson record.
ERPLeadSalesPeople_DeleteLeadSalesPersonAsync 1 param → 200400401404415500
GET
/api/ERP/MarketingPrograms
Returns all existing MarketingPrograms according to the filter, order by and pagination options.
ERPMarketingPrograms_GetAllMarketingProgramAsync 4 params → 200400401404415500
PUT
/api/ERP/MarketingPrograms
Creates or updates a single MarketingProgram record.
ERPMarketingPrograms_PutMarketingProgramAsync body → 200201400401404415500
GET
/api/ERP/MarketingPrograms/{key}
Returns a single MarketingProgram record for a given Unique Id.
ERPMarketingPrograms_GetMarketingProgramAsync 1 param → 200400401404415500
DELETE
/api/ERP/MarketingPrograms/{key}
Deletes a single MarketingProgram record.
ERPMarketingPrograms_DeleteMarketingProgramAsync 1 param → 200400401404415500
GET
/api/ERP/Milestones
Returns all existing Milestones according to the filter, order by and pagination options.
ERPMilestones_GetAllMilestoneAsync 4 params → 200400401404415500
PUT
/api/ERP/Milestones
Creates or updates a single Milestone record.
ERPMilestones_PutMilestoneAsync body → 200201400401404415500
GET
/api/ERP/Milestones/{key}
Returns a single Milestone record for a given Unique Id.
ERPMilestones_GetMilestoneAsync 1 param → 200400401404415500
DELETE
/api/ERP/Milestones/{key}
Deletes a single Milestone record.
ERPMilestones_DeleteMilestoneAsync 1 param → 200400401404415500
GET
/api/ERP/OrganizationContactGroupLinks
Returns all existing OrganizationContactGroupLinks according to the filter, order by and pagination options.
ERPOrganizationContactGroupLinks_GetAllOrganizationContactGroupLinkAsync 4 params → 200400401404415500
PUT
/api/ERP/OrganizationContactGroupLinks
Creates or updates a single OrganizationContactGroupLink record.
ERPOrganizationContactGroupLinks_PutOrganizationContactGroupLinkAsync body → 200201400401404415500
GET
/api/ERP/OrganizationContactGroupLinks/{key}
Returns a single OrganizationContactGroupLink record for a given Unique Id.
ERPOrganizationContactGroupLinks_GetOrganizationContactGroupLinkAsync 1 param → 200400401404415500
DELETE
/api/ERP/OrganizationContactGroupLinks/{key}
Deletes a single OrganizationContactGroupLink record.
ERPOrganizationContactGroupLinks_DeleteOrganizationContactGroupLinkAsync 1 param → 200400401404415500
GET
/api/ERP/OrganizationContacts
Returns all existing OrganizationContacts according to the filter, order by and pagination options.
ERPOrganizationContacts_GetAllOrganizationContactAsync 4 params → 200400401404415500
PUT
/api/ERP/OrganizationContacts
Creates or updates a single OrganizationContact record.
ERPOrganizationContacts_PutOrganizationContactAsync body → 200201400401404415500
GET
/api/ERP/OrganizationContacts/{key}
Returns a single OrganizationContact record for a given Unique Id.
ERPOrganizationContacts_GetOrganizationContactAsync 1 param → 200400401404415500
DELETE
/api/ERP/OrganizationContacts/{key}
Deletes a single OrganizationContact record.
ERPOrganizationContacts_DeleteOrganizationContactAsync 1 param → 200400401404415500
GET
/api/ERP/OrganizationIndustryTypeLinks
Returns all existing OrganizationIndustryTypeLinks according to the filter, order by and pagination options.
ERPOrganizationIndustryTypeLinks_GetAllOrganizationIndustryTypeLinkAsync 4 params → 200400401404415500
PUT
/api/ERP/OrganizationIndustryTypeLinks
Creates or updates a single OrganizationIndustryTypeLink record.
ERPOrganizationIndustryTypeLinks_PutOrganizationIndustryTypeLinkAsync body → 200201400401404415500
GET
/api/ERP/OrganizationIndustryTypeLinks/{key}
Returns a single OrganizationIndustryTypeLink record for a given Unique Id.
ERPOrganizationIndustryTypeLinks_GetOrganizationIndustryTypeLinkAsync 1 param → 200400401404415500
DELETE
/api/ERP/OrganizationIndustryTypeLinks/{key}
Deletes a single OrganizationIndustryTypeLink record.
ERPOrganizationIndustryTypeLinks_DeleteOrganizationIndustryTypeLinkAsync 1 param → 200400401404415500
GET
/api/ERP/OrganizationLocations
Returns all existing OrganizationLocations according to the filter, order by and pagination options.
ERPOrganizationLocations_GetAllOrganizationLocationAsync 4 params → 200400401404415500
PUT
/api/ERP/OrganizationLocations
Creates or updates a single OrganizationLocation record.
ERPOrganizationLocations_PutOrganizationLocationAsync body → 200201400401404415500
GET
/api/ERP/OrganizationLocations/{key}
Returns a single OrganizationLocation record for a given Unique Id.
ERPOrganizationLocations_GetOrganizationLocationAsync 1 param → 200400401404415500
DELETE
/api/ERP/OrganizationLocations/{key}
Deletes a single OrganizationLocation record.
ERPOrganizationLocations_DeleteOrganizationLocationAsync 1 param → 200400401404415500
GET
/api/ERP/OrganizationLocSalesPeople
Returns all existing OrganizationLocSalesPeople according to the filter, order by and pagination options.
ERPOrganizationLocSalesPeople_GetAllOrganizationLocSalesPersonAsync 4 params → 200400401404415500
PUT
/api/ERP/OrganizationLocSalesPeople
Creates or updates a single OrganizationLocSalesPerson record.
ERPOrganizationLocSalesPeople_PutOrganizationLocSalesPersonAsync body → 200201400401404415500
GET
/api/ERP/OrganizationLocSalesPeople/{key}
Returns a single OrganizationLocSalesPerson record for a given Unique Id.
ERPOrganizationLocSalesPeople_GetOrganizationLocSalesPersonAsync 1 param → 200400401404415500
DELETE
/api/ERP/OrganizationLocSalesPeople/{key}
Deletes a single OrganizationLocSalesPerson record.
ERPOrganizationLocSalesPeople_DeleteOrganizationLocSalesPersonAsync 1 param → 200400401404415500
GET
/api/ERP/OrganizationMemos
Returns all existing OrganizationMemos according to the filter, order by and pagination options.
ERPOrganizationMemos_GetAllOrganizationMemoAsync 4 params → 200400401404415500
PUT
/api/ERP/OrganizationMemos
Creates or updates a single OrganizationMemo record.
ERPOrganizationMemos_PutOrganizationMemoAsync body → 200201400401404415500
GET
/api/ERP/OrganizationMemos/{key}
Returns a single OrganizationMemo record for a given Unique Id.
ERPOrganizationMemos_GetOrganizationMemoAsync 1 param → 200400401404415500
DELETE
/api/ERP/OrganizationMemos/{key}
Deletes a single OrganizationMemo record.
ERPOrganizationMemos_DeleteOrganizationMemoAsync 1 param → 200400401404415500
GET
/api/ERP/Organizations
Returns all existing Organizations according to the filter, order by and pagination options.
ERPOrganizations_GetAllOrganizationAsync 4 params → 200400401404415500
PUT
/api/ERP/Organizations
Creates or updates a single Organization record.
ERPOrganizations_PutOrganizationAsync body → 200201400401404415500
GET
/api/ERP/Organizations/{key}
Returns a single Organization record for a given Unique Id.
ERPOrganizations_GetOrganizationAsync 1 param → 200400401404415500
DELETE
/api/ERP/Organizations/{key}
Deletes a single Organization record.
ERPOrganizations_DeleteOrganizationAsync 1 param → 200400401404415500
GET
/api/ERP/ServiceContractLines
Returns all existing ServiceContractLines according to the filter, order by and pagination options.
ERPServiceContractLines_GetAllServiceContractLineAsync 4 params → 200400401404415500
PUT
/api/ERP/ServiceContractLines
Creates or updates a single ServiceContractLine record.
ERPServiceContractLines_PutServiceContractLineAsync body → 200201400401404415500
GET
/api/ERP/ServiceContractLines/{key}
Returns a single ServiceContractLine record for a given Unique Id.
ERPServiceContractLines_GetServiceContractLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/ServiceContractLines/{key}
Deletes a single ServiceContractLine record.
ERPServiceContractLines_DeleteServiceContractLineAsync 1 param → 200400401404415500
GET
/api/ERP/ServiceContractMemos
Returns all existing ServiceContractMemos according to the filter, order by and pagination options.
ERPServiceContractMemos_GetAllServiceContractMemoAsync 4 params → 200400401404415500
PUT
/api/ERP/ServiceContractMemos
Creates or updates a single ServiceContractMemo record.
ERPServiceContractMemos_PutServiceContractMemoAsync body → 200201400401404415500
GET
/api/ERP/ServiceContractMemos/{key}
Returns a single ServiceContractMemo record for a given Unique Id.
ERPServiceContractMemos_GetServiceContractMemoAsync 1 param → 200400401404415500
DELETE
/api/ERP/ServiceContractMemos/{key}
Deletes a single ServiceContractMemo record.
ERPServiceContractMemos_DeleteServiceContractMemoAsync 1 param → 200400401404415500
GET
/api/ERP/ServiceContractOwners
Returns all existing ServiceContractOwners according to the filter, order by and pagination options.
ERPServiceContractOwners_GetAllServiceContractOwnerAsync 4 params → 200400401404415500
PUT
/api/ERP/ServiceContractOwners
Creates or updates a single ServiceContractOwner record.
ERPServiceContractOwners_PutServiceContractOwnerAsync body → 200201400401404415500
GET
/api/ERP/ServiceContractOwners/{key}
Returns a single ServiceContractOwner record for a given Unique Id.
ERPServiceContractOwners_GetServiceContractOwnerAsync 1 param → 200400401404415500
DELETE
/api/ERP/ServiceContractOwners/{key}
Deletes a single ServiceContractOwner record.
ERPServiceContractOwners_DeleteServiceContractOwnerAsync 1 param → 200400401404415500
GET
/api/ERP/ServiceContracts
Returns all existing ServiceContracts according to the filter, order by and pagination options.
ERPServiceContracts_GetAllServiceContractAsync 4 params → 200400401404415500
PUT
/api/ERP/ServiceContracts
Creates or updates a single ServiceContract record.
ERPServiceContracts_PutServiceContractAsync body → 200201400401404415500
GET
/api/ERP/ServiceContracts/{key}
Returns a single ServiceContract record for a given Unique Id.
ERPServiceContracts_GetServiceContractAsync 1 param → 200400401404415500
DELETE
/api/ERP/ServiceContracts/{key}
Deletes a single ServiceContract record.
ERPServiceContracts_DeleteServiceContractAsync 1 param → 200400401404415500
GET
/api/ERP/ServiceContractTypes
Returns all existing ServiceContractTypes according to the filter, order by and pagination options.
ERPServiceContractTypes_GetAllServiceContractTypeAsync 4 params → 200400401404415500
GET
/api/ERP/ServiceContractTypes/{key}
Returns a single ServiceContractType record for a given Unique Id.
ERPServiceContractTypes_GetServiceContractTypeAsync 1 param → 200400401404415500
GET
/api/ERP/SupplierRatings
Returns all existing SupplierRatings according to the filter, order by and pagination options.
ERPSupplierRatings_GetAllSupplierRatingAsync 4 params → 200400401404415500
PUT
/api/ERP/SupplierRatings
Creates or updates a single SupplierRating record.
ERPSupplierRatings_PutSupplierRatingAsync body → 200201400401404415500
GET
/api/ERP/SupplierRatings/{key}
Returns a single SupplierRating record for a given Unique Id.
ERPSupplierRatings_GetSupplierRatingAsync 1 param → 200400401404415500
DELETE
/api/ERP/SupplierRatings/{key}
Deletes a single SupplierRating record.
ERPSupplierRatings_DeleteSupplierRatingAsync 1 param → 200400401404415500
ERP/CUSTOM 4
GET
/api/ERP/CustomTables/{tableName}
Returns all existing records from the specified M1 custom table with pagination.
ERPCustomTables_GetAllCustomTableAsync 5 params → 200400401404415500
PUT
/api/ERP/CustomTables/{tableName}
Creates or updates a single CustomTable record.
ERPCustomTables_PutCustomTableAsync 1 param body → 200201400401404415500
GET
/api/ERP/CustomTables/{tableName}/{key}
Returns a single CustomTable record for a given CustomTable Unique Id.
ERPCustomTables_GetCustomTableAsync 2 params → 200400401404415500
DELETE
/api/ERP/CustomTables/{tableName}/{key}
Deletes a single CustomTable record.
ERPCustomTables_DeleteCustomTableAsync 2 params → 200400401404415500
ERP/DATACOLLECTION 17
GET
/api/ERP/Expenses
Returns all existing Expenses according to the filter, order by and pagination options.
ERPExpenses_GetAllExpenseAsync 4 params → 200400401404415500
PUT
/api/ERP/Expenses
Creates or updates a single Expense record.
ERPExpenses_PutExpenseAsync body → 200201400401404415500
GET
/api/ERP/Expenses/{key}
Returns a single Expense record for a given Unique Id.
ERPExpenses_GetExpenseAsync 1 param → 200400401404415500
DELETE
/api/ERP/Expenses/{key}
Deletes a single Expense record.
ERPExpenses_DeleteExpenseAsync 1 param → 200400401404415500
GET
/api/ERP/IndirectLaborCodes
Returns all existing IndirectLaborCodes according to the filter, order by and pagination options.
ERPIndirectLaborCodes_GetAllIndirectLaborCodeAsync 4 params → 200400401404415500
PUT
/api/ERP/IndirectLaborCodes
Creates or updates a single IndirectLaborCode record.
ERPIndirectLaborCodes_PutIndirectLaborCodeAsync body → 200201400401404415500
GET
/api/ERP/IndirectLaborCodes/{key}
Returns a single IndirectLaborCode record for a given Unique Id.
ERPIndirectLaborCodes_GetIndirectLaborCodeAsync 1 param → 200400401404415500
DELETE
/api/ERP/IndirectLaborCodes/{key}
Deletes a single IndirectLaborCode record.
ERPIndirectLaborCodes_DeleteIndirectLaborCodeAsync 1 param → 200400401404415500
GET
/api/ERP/TimecardLines
Returns all existing TimecardLines according to the filter, order by and pagination options.
ERPTimecardLines_GetAllTimecardLineAsync 4 params → 200400401404415500
PUT
/api/ERP/TimecardLines
Creates or updates a single TimecardLine record.
ERPTimecardLines_PutTimecardLineAsync body → 200201400401404415500
GET
/api/ERP/TimecardLines/{key}
Returns a single TimecardLine record for a given Unique Id.
ERPTimecardLines_GetTimecardLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/TimecardLines/{key}
Deletes a single TimecardLine record.
ERPTimecardLines_DeleteTimecardLineAsync 1 param → 200400401404415500
GET
/api/ERP/Timecards
Returns all existing Timecards according to the filter, order by and pagination options.
ERPTimecards_GetAllTimecardAsync 4 params → 200400401404415500
PUT
/api/ERP/Timecards
Creates or updates a single Timecard record.
ERPTimecards_PutTimecardAsync body → 200201400401404415500
GET
/api/ERP/Timecards/{key}
Returns a single Timecard record for a given Unique Id.
ERPTimecards_GetTimecardAsync 1 param → 200400401404415500
DELETE
/api/ERP/Timecards/{key}
Deletes a single Timecard record.
ERPTimecards_DeleteTimecardAsync 1 param → 200400401404415500
POST
/api/ERP/Timecards/Batch
Submits a timecard record in batch mode for processing by the ERP system.
ERPTimecards_BatchTimecardAsync body → 200201400401415500
ERP/DOCUMENTS 16
GET
/api/ERP/AttachmentMemos
Returns all existing AttachmentMemos according to the filter, order by and pagination options.
ERPAttachmentMemos_GetAllAttachmentMemoAsync 4 params → 200400401404415500
PUT
/api/ERP/AttachmentMemos
Creates or updates a single AttachmentMemo record.
ERPAttachmentMemos_PutAttachmentMemoAsync body → 200201400401404415500
GET
/api/ERP/AttachmentMemos/{key}
Returns a single AttachmentMemo record for a given Unique Id.
ERPAttachmentMemos_GetAttachmentMemoAsync 1 param → 200400401404415500
DELETE
/api/ERP/AttachmentMemos/{key}
Deletes a single AttachmentMemo record.
ERPAttachmentMemos_DeleteAttachmentMemoAsync 1 param → 200400401404415500
GET
/api/ERP/Attachments
Returns all existing Attachments according to the filter, order by and pagination options.
ERPAttachments_GetAllAttachmentAsync 4 params → 200400401404415500
PUT
/api/ERP/Attachments
Creates or updates a single Attachment record.
ERPAttachments_PutAttachmentAsync body → 200201400401404415500
GET
/api/ERP/Attachments/{key}
Returns a single Attachment record for a given Unique Id.
ERPAttachments_GetAttachmentAsync 1 param → 200400401404415500
DELETE
/api/ERP/Attachments/{key}
Deletes a single Attachment record.
ERPAttachments_DeleteAttachmentAsync 1 param → 200400401404415500
GET
/api/ERP/AttachmentTypes
Returns all existing AttachmentTypes according to the filter, order by and pagination options.
ERPAttachmentTypes_GetAllAttachmentTypeAsync 4 params → 200400401404415500
PUT
/api/ERP/AttachmentTypes
Creates or updates a single AttachmentType record.
ERPAttachmentTypes_PutAttachmentTypeAsync body → 200201400401404415500
GET
/api/ERP/AttachmentTypes/{key}
Returns a single AttachmentType record for a given Unique Id.
ERPAttachmentTypes_GetAttachmentTypeAsync 1 param → 200400401404415500
DELETE
/api/ERP/AttachmentTypes/{key}
Deletes a single AttachmentType record.
ERPAttachmentTypes_DeleteAttachmentTypeAsync 1 param → 200400401404415500
GET
/api/ERP/DocumentLinks
Returns all existing DocumentLinks according to the filter, order by and pagination options.
ERPDocumentLinks_GetAllDocumentLinkAsync 4 params → 200400401404415500
PUT
/api/ERP/DocumentLinks
Creates or updates a single DocumentLink record.
ERPDocumentLinks_PutDocumentLinkAsync body → 200201400401404415500
GET
/api/ERP/DocumentLinks/{key}
Returns a single DocumentLink record for a given Unique Id.
ERPDocumentLinks_GetDocumentLinkAsync 1 param → 200400401404415500
DELETE
/api/ERP/DocumentLinks/{key}
Deletes a single DocumentLink record.
ERPDocumentLinks_DeleteDocumentLinkAsync 1 param → 200400401404415500
ERP/EMPLOYEE 48
GET
/api/ERP/EmployeeAttachments
Returns all existing EmployeeAttachments according to the filter, order by and pagination options.
ERPEmployeeAttachments_GetAllEmployeeAttachmentAsync 4 params → 200400401404415500
PUT
/api/ERP/EmployeeAttachments
Creates or updates a single EmployeeAttachment record.
ERPEmployeeAttachments_PutEmployeeAttachmentAsync body → 200201400401404415500
GET
/api/ERP/EmployeeAttachments/{key}
Returns a single EmployeeAttachment record for a given Unique Id.
ERPEmployeeAttachments_GetEmployeeAttachmentAsync 1 param → 200400401404415500
DELETE
/api/ERP/EmployeeAttachments/{key}
Deletes a single EmployeeAttachment record.
ERPEmployeeAttachments_DeleteEmployeeAttachmentAsync 1 param → 200400401404415500
GET
/api/ERP/EmployeeMemos
Returns all existing EmployeeMemos according to the filter, order by and pagination options.
ERPEmployeeMemos_GetAllEmployeeMemoAsync 4 params → 200400401404415500
PUT
/api/ERP/EmployeeMemos
Creates or updates a single EmployeeMemo record.
ERPEmployeeMemos_PutEmployeeMemoAsync body → 200201400401404415500
GET
/api/ERP/EmployeeMemos/{key}
Returns a single EmployeeMemo record for a given Unique Id.
ERPEmployeeMemos_GetEmployeeMemoAsync 1 param → 200400401404415500
DELETE
/api/ERP/EmployeeMemos/{key}
Deletes a single EmployeeMemo record.
ERPEmployeeMemos_DeleteEmployeeMemoAsync 1 param → 200400401404415500
GET
/api/ERP/EmployeePersonalData
Returns all existing EmployeePersonalData according to the filter, order by and pagination options.
ERPEmployeePersonalData_GetAllEmployeePersonalDatumAsync 4 params → 200400401404415500
PUT
/api/ERP/EmployeePersonalData
Creates or updates a single EmployeePersonalDatum record.
ERPEmployeePersonalData_PutEmployeePersonalDatumAsync body → 200201400401404415500
GET
/api/ERP/EmployeePersonalData/{key}
Returns a single EmployeePersonalDatum record for a given Unique Id.
ERPEmployeePersonalData_GetEmployeePersonalDatumAsync 1 param → 200400401404415500
DELETE
/api/ERP/EmployeePersonalData/{key}
Deletes a single EmployeePersonalDatum record.
ERPEmployeePersonalData_DeleteEmployeePersonalDatumAsync 1 param → 200400401404415500
GET
/api/ERP/EmployeePOApprovals
Returns all existing EmployeePOApprovals according to the filter, order by and pagination options.
ERPEmployeePOApprovals_GetAllEmployeePOApprovalAsync 4 params → 200400401404415500
PUT
/api/ERP/EmployeePOApprovals
Creates or updates a single EmployeePOApproval record.
ERPEmployeePOApprovals_PutEmployeePOApprovalAsync body → 200201400401404415500
GET
/api/ERP/EmployeePOApprovals/{key}
Returns a single EmployeePOApproval record for a given Unique Id.
ERPEmployeePOApprovals_GetEmployeePOApprovalAsync 1 param → 200400401404415500
DELETE
/api/ERP/EmployeePOApprovals/{key}
Deletes a single EmployeePOApproval record.
ERPEmployeePOApprovals_DeleteEmployeePOApprovalAsync 1 param → 200400401404415500
GET
/api/ERP/EmployeeQAApprovals
Returns all existing EmployeeQAApprovals according to the filter, order by and pagination options.
ERPEmployeeQAApprovals_GetAllEmployeeQAApprovalAsync 4 params → 200400401404415500
PUT
/api/ERP/EmployeeQAApprovals
Creates or updates a single EmployeeQAApproval record.
ERPEmployeeQAApprovals_PutEmployeeQAApprovalAsync body → 200201400401404415500
GET
/api/ERP/EmployeeQAApprovals/{key}
Returns a single EmployeeQAApproval record for a given Unique Id.
ERPEmployeeQAApprovals_GetEmployeeQAApprovalAsync 1 param → 200400401404415500
DELETE
/api/ERP/EmployeeQAApprovals/{key}
Deletes a single EmployeeQAApproval record.
ERPEmployeeQAApprovals_DeleteEmployeeQAApprovalAsync 1 param → 200400401404415500
GET
/api/ERP/Employees
Returns all existing Employees according to the filter, order by and pagination options.
ERPEmployees_GetAllEmployeeAsync 4 params → 200400401404415500
PUT
/api/ERP/Employees
Creates or updates a single Employee record.
ERPEmployees_PutEmployeeAsync body → 200201400401404415500
GET
/api/ERP/Employees/{key}
Returns a single Employee record for a given Unique Id.
ERPEmployees_GetEmployeeAsync 1 param → 200400401404415500
DELETE
/api/ERP/Employees/{key}
Deletes a single Employee record.
ERPEmployees_DeleteEmployeeAsync 1 param → 200400401404415500
GET
/api/ERP/EmployeeSalesBudgetLines
Returns all existing EmployeeSalesBudgetLines according to the filter, order by and pagination options.
ERPEmployeeSalesBudgetLines_GetAllEmployeeSalesBudgetLineAsync 4 params → 200400401404415500
GET
/api/ERP/EmployeeSalesBudgetLines/{key}
Returns a single EmployeeSalesBudgetLine record for a given Unique Id.
ERPEmployeeSalesBudgetLines_GetEmployeeSalesBudgetLineAsync 1 param → 200400401404415500
GET
/api/ERP/EmployeeSalesBudgets
Returns all existing EmployeeSalesBudgets according to the filter, order by and pagination options.
ERPEmployeeSalesBudgets_GetAllEmployeeSalesBudgetAsync 4 params → 200400401404415500
GET
/api/ERP/EmployeeSalesBudgets/{key}
Returns a single EmployeeSalesBudget record for a given Unique Id.
ERPEmployeeSalesBudgets_GetEmployeeSalesBudgetAsync 1 param → 200400401404415500
GET
/api/ERP/EmployeeSkillCompetencies
Returns all existing EmployeeSkillCompetencies according to the filter, order by and pagination options.
ERPEmployeeSkillCompetencies_GetAllEmployeeSkillCompetencyAsync 4 params → 200400401404415500
GET
/api/ERP/EmployeeSkillCompetencies/{key}
Returns a single EmployeeSkillCompetency record for a given Unique Id.
ERPEmployeeSkillCompetencies_GetEmployeeSkillCompetencyAsync 1 param → 200400401404415500
GET
/api/ERP/EmployeeSkills
Returns all existing EmployeeSkills according to the filter, order by and pagination options.
ERPEmployeeSkills_GetAllEmployeeSkillAsync 4 params → 200400401404415500
GET
/api/ERP/EmployeeSkills/{key}
Returns a single EmployeeSkill record for a given Unique Id.
ERPEmployeeSkills_GetEmployeeSkillAsync 1 param → 200400401404415500
GET
/api/ERP/EmployeeSOApprovals
Returns all existing EmployeeSOApprovals according to the filter, order by and pagination options.
ERPEmployeeSOApprovals_GetAllEmployeeSOApprovalAsync 4 params → 200400401404415500
PUT
/api/ERP/EmployeeSOApprovals
Creates or updates a single EmployeeSOApproval record.
ERPEmployeeSOApprovals_PutEmployeeSOApprovalAsync body → 200201400401404415500
GET
/api/ERP/EmployeeSOApprovals/{key}
Returns a single EmployeeSOApproval record for a given Unique Id.
ERPEmployeeSOApprovals_GetEmployeeSOApprovalAsync 1 param → 200400401404415500
DELETE
/api/ERP/EmployeeSOApprovals/{key}
Deletes a single EmployeeSOApproval record.
ERPEmployeeSOApprovals_DeleteEmployeeSOApprovalAsync 1 param → 200400401404415500
GET
/api/ERP/ShiftBreaks
Returns all existing ShiftBreaks according to the filter, order by and pagination options.
ERPShiftBreaks_GetAllShiftBreakAsync 4 params → 200400401404415500
GET
/api/ERP/ShiftBreaks/{key}
Returns a single ShiftBreak record for a given Unique Id.
ERPShiftBreaks_GetShiftBreakAsync 1 param → 200400401404415500
GET
/api/ERP/Shifts
Returns all existing Shifts according to the filter, order by and pagination options.
ERPShifts_GetAllShiftAsync 4 params → 200400401404415500
GET
/api/ERP/Shifts/{key}
Returns a single Shift record for a given Unique Id.
ERPShifts_GetShiftAsync 1 param → 200400401404415500
GET
/api/ERP/SkillCompetencies
Returns all existing SkillCompetencies according to the filter, order by and pagination options.
ERPSkillCompetencies_GetAllSkillCompetencyAsync 4 params → 200400401404415500
GET
/api/ERP/SkillCompetencies/{key}
Returns a single SkillCompetency record for a given Unique Id.
ERPSkillCompetencies_GetSkillCompetencyAsync 1 param → 200400401404415500
GET
/api/ERP/Skills
Returns all existing Skills according to the filter, order by and pagination options.
ERPSkills_GetAllSkillAsync 4 params → 200400401404415500
GET
/api/ERP/Skills/{key}
Returns a single Skill record for a given Unique Id.
ERPSkills_GetSkillAsync 1 param → 200400401404415500
GET
/api/ERP/WorkCenterSkillCompetencies
Returns all existing WorkCenterSkillCompetencies according to the filter, order by and pagination options.
ERPWorkCenterSkillCompetencies_GetAllWorkCenterSkillCompetencyAsync 4 params → 200400401404415500
GET
/api/ERP/WorkCenterSkillCompetencies/{key}
Returns a single WorkCenterSkillCompetency record for a given Unique Id.
ERPWorkCenterSkillCompetencies_GetWorkCenterSkillCompetencyAsync 1 param → 200400401404415500
GET
/api/ERP/WorkCenterSkills
Returns all existing WorkCenterSkills according to the filter, order by and pagination options.
ERPWorkCenterSkills_GetAllWorkCenterSkillAsync 4 params → 200400401404415500
GET
/api/ERP/WorkCenterSkills/{key}
Returns a single WorkCenterSkill record for a given Unique Id.
ERPWorkCenterSkills_GetWorkCenterSkillAsync 1 param → 200400401404415500
ERP/FINANCIAL 172
GET
/api/ERP/AgingBuckets
Returns all existing AgingBuckets according to the filter, order by and pagination options.
ERPAgingBuckets_GetAllAgingBucketAsync 4 params → 200400401404415500
GET
/api/ERP/AgingBuckets/{key}
Returns a single AgingBucket record for a given Unique Id.
ERPAgingBuckets_GetAgingBucketAsync 1 param → 200400401404415500
GET
/api/ERP/APInvoiceExpenseAccounts
Returns all existing APInvoiceExpenseAccounts according to the filter, order by and pagination options.
ERPAPInvoiceExpenseAccounts_GetAllAPInvoiceExpenseAccountAsync 4 params → 200400401404415500
PUT
/api/ERP/APInvoiceExpenseAccounts
Creates or updates a single APInvoiceExpenseAccount record.
ERPAPInvoiceExpenseAccounts_PutAPInvoiceExpenseAccountAsync body → 200201400401404415500
GET
/api/ERP/APInvoiceExpenseAccounts/{key}
Returns a single APInvoiceExpenseAccount record for a given Unique Id.
ERPAPInvoiceExpenseAccounts_GetAPInvoiceExpenseAccountAsync 1 param → 200400401404415500
DELETE
/api/ERP/APInvoiceExpenseAccounts/{key}
Deletes a single APInvoiceExpenseAccount record.
ERPAPInvoiceExpenseAccounts_DeleteAPInvoiceExpenseAccountAsync 1 param → 200400401404415500
GET
/api/ERP/APInvoiceLines
Returns all existing APInvoiceLines according to the filter, order by and pagination options.
ERPAPInvoiceLines_GetAllAPInvoiceLineAsync 4 params → 200400401404415500
PUT
/api/ERP/APInvoiceLines
Creates or updates a single APInvoiceLine record.
ERPAPInvoiceLines_PutAPInvoiceLineAsync body → 200201400401404415500
GET
/api/ERP/APInvoiceLines/{key}
Returns a single APInvoiceLine record for a given Unique Id.
ERPAPInvoiceLines_GetAPInvoiceLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/APInvoiceLines/{key}
Deletes a single APInvoiceLine record.
ERPAPInvoiceLines_DeleteAPInvoiceLineAsync 1 param → 200400401404415500
GET
/api/ERP/APInvoiceMemos
Returns all existing APInvoiceMemos according to the filter, order by and pagination options.
ERPAPInvoiceMemos_GetAllAPInvoiceMemoAsync 4 params → 200400401404415500
PUT
/api/ERP/APInvoiceMemos
Creates or updates a single APInvoiceMemo record.
ERPAPInvoiceMemos_PutAPInvoiceMemoAsync body → 200201400401404415500
GET
/api/ERP/APInvoiceMemos/{key}
Returns a single APInvoiceMemo record for a given Unique Id.
ERPAPInvoiceMemos_GetAPInvoiceMemoAsync 1 param → 200400401404415500
DELETE
/api/ERP/APInvoiceMemos/{key}
Deletes a single APInvoiceMemo record.
ERPAPInvoiceMemos_DeleteAPInvoiceMemoAsync 1 param → 200400401404415500
GET
/api/ERP/APInvoices
Returns all existing APInvoices according to the filter, order by and pagination options.
ERPAPInvoices_GetAllAPInvoiceAsync 4 params → 200400401404415500
PUT
/api/ERP/APInvoices
Creates or updates a single APInvoice record.
ERPAPInvoices_PutAPInvoiceAsync body → 200201400401404415500
GET
/api/ERP/APInvoices/{key}
Returns a single APInvoice record for a given Unique Id.
ERPAPInvoices_GetAPInvoiceAsync 1 param → 200400401404415500
DELETE
/api/ERP/APInvoices/{key}
Deletes a single APInvoice record.
ERPAPInvoices_DeleteAPInvoiceAsync 1 param → 200400401404415500
GET
/api/ERP/APPaymentHeaders
Returns all existing APPaymentHeaders according to the filter, order by and pagination options.
ERPAPPaymentHeaders_GetAllAPPaymentHeaderAsync 4 params → 200400401404415500
PUT
/api/ERP/APPaymentHeaders
Creates or updates a single APPaymentHeader record.
ERPAPPaymentHeaders_PutAPPaymentHeaderAsync body → 200201400401404415500
GET
/api/ERP/APPaymentHeaders/{key}
Returns a single APPaymentHeader record for a given Unique Id.
ERPAPPaymentHeaders_GetAPPaymentHeaderAsync 1 param → 200400401404415500
DELETE
/api/ERP/APPaymentHeaders/{key}
Deletes a single APPaymentHeader record.
ERPAPPaymentHeaders_DeleteAPPaymentHeaderAsync 1 param → 200400401404415500
GET
/api/ERP/APPaymentLines
Returns all existing APPaymentLines according to the filter, order by and pagination options.
ERPAPPaymentLines_GetAllAPPaymentLineAsync 4 params → 200400401404415500
PUT
/api/ERP/APPaymentLines
Creates or updates a single APPaymentLine record.
ERPAPPaymentLines_PutAPPaymentLineAsync body → 200201400401404415500
GET
/api/ERP/APPaymentLines/{key}
Returns a single APPaymentLine record for a given Unique Id.
ERPAPPaymentLines_GetAPPaymentLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/APPaymentLines/{key}
Deletes a single APPaymentLine record.
ERPAPPaymentLines_DeleteAPPaymentLineAsync 1 param → 200400401404415500
GET
/api/ERP/APPaymentSessions
Returns all existing APPaymentSessions according to the filter, order by and pagination options.
ERPAPPaymentSessions_GetAllAPPaymentSessionAsync 4 params → 200400401404415500
PUT
/api/ERP/APPaymentSessions
Creates or updates a single APPaymentSession record.
ERPAPPaymentSessions_PutAPPaymentSessionAsync body → 200201400401404415500
GET
/api/ERP/APPaymentSessions/{key}
Returns a single APPaymentSession record for a given Unique Id.
ERPAPPaymentSessions_GetAPPaymentSessionAsync 1 param → 200400401404415500
DELETE
/api/ERP/APPaymentSessions/{key}
Deletes a single APPaymentSession record.
ERPAPPaymentSessions_DeleteAPPaymentSessionAsync 1 param → 200400401404415500
GET
/api/ERP/ARInvoiceLines
Returns all existing ARInvoiceLines according to the filter, order by and pagination options.
ERPARInvoiceLines_GetAllARInvoiceLineAsync 4 params → 200400401404415500
PUT
/api/ERP/ARInvoiceLines
Creates or updates a single ARInvoiceLine record.
ERPARInvoiceLines_PutARInvoiceLineAsync body → 200201400401404415500
GET
/api/ERP/ARInvoiceLines/{key}
Returns a single ARInvoiceLine record for a given Unique Id.
ERPARInvoiceLines_GetARInvoiceLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/ARInvoiceLines/{key}
Deletes a single ARInvoiceLine record.
ERPARInvoiceLines_DeleteARInvoiceLineAsync 1 param → 200400401404415500
GET
/api/ERP/ARInvoiceMemos
Returns all existing ARInvoiceMemos according to the filter, order by and pagination options.
ERPARInvoiceMemos_GetAllARInvoiceMemoAsync 4 params → 200400401404415500
PUT
/api/ERP/ARInvoiceMemos
Creates or updates a single ARInvoiceMemo record.
ERPARInvoiceMemos_PutARInvoiceMemoAsync body → 200201400401404415500
GET
/api/ERP/ARInvoiceMemos/{key}
Returns a single ARInvoiceMemo record for a given Unique Id.
ERPARInvoiceMemos_GetARInvoiceMemoAsync 1 param → 200400401404415500
DELETE
/api/ERP/ARInvoiceMemos/{key}
Deletes a single ARInvoiceMemo record.
ERPARInvoiceMemos_DeleteARInvoiceMemoAsync 1 param → 200400401404415500
GET
/api/ERP/ARInvoices
Returns all existing ARInvoices according to the filter, order by and pagination options.
ERPARInvoices_GetAllARInvoiceAsync 4 params → 200400401404415500
PUT
/api/ERP/ARInvoices
Creates or updates a single ARInvoice record.
ERPARInvoices_PutARInvoiceAsync body → 200201400401404415500
GET
/api/ERP/ARInvoices/{key}
Returns a single ARInvoice record for a given Unique Id.
ERPARInvoices_GetARInvoiceAsync 1 param → 200400401404415500
DELETE
/api/ERP/ARInvoices/{key}
Deletes a single ARInvoice record.
ERPARInvoices_DeleteARInvoiceAsync 1 param → 200400401404415500
GET
/api/ERP/ARInvoiceSalesPeople
Returns all existing ARInvoiceSalesPeople according to the filter, order by and pagination options.
ERPARInvoiceSalesPeople_GetAllARInvoiceSalesPersonAsync 4 params → 200400401404415500
PUT
/api/ERP/ARInvoiceSalesPeople
Creates or updates a single ARInvoiceSalesPerson record.
ERPARInvoiceSalesPeople_PutARInvoiceSalesPersonAsync body → 200201400401404415500
GET
/api/ERP/ARInvoiceSalesPeople/{key}
Returns a single ARInvoiceSalesPerson record for a given Unique Id.
ERPARInvoiceSalesPeople_GetARInvoiceSalesPersonAsync 1 param → 200400401404415500
DELETE
/api/ERP/ARInvoiceSalesPeople/{key}
Deletes a single ARInvoiceSalesPerson record.
ERPARInvoiceSalesPeople_DeleteARInvoiceSalesPersonAsync 1 param → 200400401404415500
GET
/api/ERP/ARPaymentHeaders
Returns all existing ARPaymentHeaders according to the filter, order by and pagination options.
ERPARPaymentHeaders_GetAllARPaymentHeaderAsync 4 params → 200400401404415500
PUT
/api/ERP/ARPaymentHeaders
Creates or updates a single ARPaymentHeader record.
ERPARPaymentHeaders_PutARPaymentHeaderAsync body → 200201400401404415500
GET
/api/ERP/ARPaymentHeaders/{key}
Returns a single ARPaymentHeader record for a given Unique Id.
ERPARPaymentHeaders_GetARPaymentHeaderAsync 1 param → 200400401404415500
DELETE
/api/ERP/ARPaymentHeaders/{key}
Deletes a single ARPaymentHeader record.
ERPARPaymentHeaders_DeleteARPaymentHeaderAsync 1 param → 200400401404415500
GET
/api/ERP/ARPaymentLines
Returns all existing ARPaymentLines according to the filter, order by and pagination options.
ERPARPaymentLines_GetAllARPaymentLineAsync 4 params → 200400401404415500
PUT
/api/ERP/ARPaymentLines
Creates or updates a single ARPaymentLine record.
ERPARPaymentLines_PutARPaymentLineAsync body → 200201400401404415500
GET
/api/ERP/ARPaymentLines/{key}
Returns a single ARPaymentLine record for a given Unique Id.
ERPARPaymentLines_GetARPaymentLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/ARPaymentLines/{key}
Deletes a single ARPaymentLine record.
ERPARPaymentLines_DeleteARPaymentLineAsync 1 param → 200400401404415500
GET
/api/ERP/ARPaymentSessions
Returns all existing ARPaymentSessions according to the filter, order by and pagination options.
ERPARPaymentSessions_GetAllARPaymentSessionAsync 4 params → 200400401404415500
PUT
/api/ERP/ARPaymentSessions
Creates or updates a single ARPaymentSession record.
ERPARPaymentSessions_PutARPaymentSessionAsync body → 200201400401404415500
GET
/api/ERP/ARPaymentSessions/{key}
Returns a single ARPaymentSession record for a given Unique Id.
ERPARPaymentSessions_GetARPaymentSessionAsync 1 param → 200400401404415500
DELETE
/api/ERP/ARPaymentSessions/{key}
Deletes a single ARPaymentSession record.
ERPARPaymentSessions_DeleteARPaymentSessionAsync 1 param → 200400401404415500
GET
/api/ERP/AssetAdjustments
Returns all existing AssetAdjustments according to the filter, order by and pagination options.
ERPAssetAdjustments_GetAllAssetAdjustmentAsync 4 params → 200400401404415500
PUT
/api/ERP/AssetAdjustments
Creates or updates a single AssetAdjustment record.
ERPAssetAdjustments_PutAssetAdjustmentAsync body → 200201400401404415500
GET
/api/ERP/AssetAdjustments/{key}
Returns a single AssetAdjustment record for a given Unique Id.
ERPAssetAdjustments_GetAssetAdjustmentAsync 1 param → 200400401404415500
DELETE
/api/ERP/AssetAdjustments/{key}
Deletes a single AssetAdjustment record.
ERPAssetAdjustments_DeleteAssetAdjustmentAsync 1 param → 200400401404415500
GET
/api/ERP/AssetLowValuePool
Returns all existing AssetLowValuePool according to the filter, order by and pagination options.
ERPAssetLowValuePool_GetAllAssetLowValuePoolAsync 4 params → 200400401404415500
PUT
/api/ERP/AssetLowValuePool
Creates or updates a single AssetLowValuePool record.
ERPAssetLowValuePool_PutAssetLowValuePoolAsync body → 200201400401404415500
GET
/api/ERP/AssetLowValuePool/{key}
Returns a single AssetLowValuePool record for a given Unique Id.
ERPAssetLowValuePool_GetAssetLowValuePoolAsync 1 param → 200400401404415500
DELETE
/api/ERP/AssetLowValuePool/{key}
Deletes a single AssetLowValuePool record.
ERPAssetLowValuePool_DeleteAssetLowValuePoolAsync 1 param → 200400401404415500
GET
/api/ERP/AssetMemos
Returns all existing AssetMemos according to the filter, order by and pagination options.
ERPAssetMemos_GetAllAssetMemoAsync 4 params → 200400401404415500
PUT
/api/ERP/AssetMemos
Creates or updates a single AssetMemo record.
ERPAssetMemos_PutAssetMemoAsync body → 200201400401404415500
GET
/api/ERP/AssetMemos/{key}
Returns a single AssetMemo record for a given Unique Id.
ERPAssetMemos_GetAssetMemoAsync 1 param → 200400401404415500
DELETE
/api/ERP/AssetMemos/{key}
Deletes a single AssetMemo record.
ERPAssetMemos_DeleteAssetMemoAsync 1 param → 200400401404415500
GET
/api/ERP/AssetPoolTransactions
Returns all existing AssetPoolTransactions according to the filter, order by and pagination options.
ERPAssetPoolTransactions_GetAllAssetPoolTransactionAsync 4 params → 200400401404415500
PUT
/api/ERP/AssetPoolTransactions
Creates or updates a single AssetPoolTransaction record.
ERPAssetPoolTransactions_PutAssetPoolTransactionAsync body → 200201400401404415500
GET
/api/ERP/AssetPoolTransactions/{key}
Returns a single AssetPoolTransaction record for a given Unique Id.
ERPAssetPoolTransactions_GetAssetPoolTransactionAsync 1 param → 200400401404415500
DELETE
/api/ERP/AssetPoolTransactions/{key}
Deletes a single AssetPoolTransaction record.
ERPAssetPoolTransactions_DeleteAssetPoolTransactionAsync 1 param → 200400401404415500
GET
/api/ERP/Assets
Returns all existing Assets according to the filter, order by and pagination options.
ERPAssets_GetAllAssetAsync 4 params → 200400401404415500
PUT
/api/ERP/Assets
Creates or updates a single Asset record.
ERPAssets_PutAssetAsync body → 200201400401404415500
GET
/api/ERP/Assets/{key}
Returns a single Asset record for a given Unique Id.
ERPAssets_GetAssetAsync 1 param → 200400401404415500
DELETE
/api/ERP/Assets/{key}
Deletes a single Asset record.
ERPAssets_DeleteAssetAsync 1 param → 200400401404415500
GET
/api/ERP/AssetSchedules
Returns all existing AssetSchedules according to the filter, order by and pagination options.
ERPAssetSchedules_GetAllAssetScheduleAsync 4 params → 200400401404415500
PUT
/api/ERP/AssetSchedules
Creates or updates a single AssetSchedule record.
ERPAssetSchedules_PutAssetScheduleAsync body → 200201400401404415500
GET
/api/ERP/AssetSchedules/{key}
Returns a single AssetSchedule record for a given Unique Id.
ERPAssetSchedules_GetAssetScheduleAsync 1 param → 200400401404415500
DELETE
/api/ERP/AssetSchedules/{key}
Deletes a single AssetSchedule record.
ERPAssetSchedules_DeleteAssetScheduleAsync 1 param → 200400401404415500
GET
/api/ERP/AssetTypeMethods
Returns all existing AssetTypeMethods according to the filter, order by and pagination options.
ERPAssetTypeMethods_GetAllAssetTypeMethodAsync 4 params → 200400401404415500
GET
/api/ERP/AssetTypeMethods/{key}
Returns a single AssetTypeMethod record for a given Unique Id.
ERPAssetTypeMethods_GetAssetTypeMethodAsync 1 param → 200400401404415500
GET
/api/ERP/AssetTypePlants
Returns all existing AssetTypePlants according to the filter, order by and pagination options.
ERPAssetTypePlants_GetAllAssetTypePlantAsync 4 params → 200400401404415500
GET
/api/ERP/AssetTypePlants/{key}
Returns a single AssetTypePlant record for a given Unique Id.
ERPAssetTypePlants_GetAssetTypePlantAsync 1 param → 200400401404415500
GET
/api/ERP/AssetTypes
Returns all existing AssetTypes according to the filter, order by and pagination options.
ERPAssetTypes_GetAllAssetTypeAsync 4 params → 200400401404415500
GET
/api/ERP/AssetTypes/{key}
Returns a single AssetType record for a given Unique Id.
ERPAssetTypes_GetAssetTypeAsync 1 param → 200400401404415500
GET
/api/ERP/BankAccounts
Returns all existing BankAccounts according to the filter, order by and pagination options.
ERPBankAccounts_GetAllBankAccountAsync 4 params → 200400401404415500
PUT
/api/ERP/BankAccounts
Creates or updates a single BankAccount record.
ERPBankAccounts_PutBankAccountAsync body → 200201400401404415500
GET
/api/ERP/BankAccounts/{key}
Returns a single BankAccount record for a given Unique Id.
ERPBankAccounts_GetBankAccountAsync 1 param → 200400401404415500
DELETE
/api/ERP/BankAccounts/{key}
Deletes a single BankAccount record.
ERPBankAccounts_DeleteBankAccountAsync 1 param → 200400401404415500
GET
/api/ERP/BankEntries
Returns all existing BankEntries according to the filter, order by and pagination options.
ERPBankEntries_GetAllBankEntryAsync 4 params → 200400401404415500
PUT
/api/ERP/BankEntries
Creates or updates a single BankEntry record.
ERPBankEntries_PutBankEntryAsync body → 200201400401404415500
GET
/api/ERP/BankEntries/{key}
Returns a single BankEntry record for a given Unique Id.
ERPBankEntries_GetBankEntryAsync 1 param → 200400401404415500
DELETE
/api/ERP/BankEntries/{key}
Deletes a single BankEntry record.
ERPBankEntries_DeleteBankEntryAsync 1 param → 200400401404415500
GET
/api/ERP/BankStatements
Returns all existing BankStatements according to the filter, order by and pagination options.
ERPBankStatements_GetAllBankStatementAsync 4 params → 200400401404415500
PUT
/api/ERP/BankStatements
Creates or updates a single BankStatement record.
ERPBankStatements_PutBankStatementAsync body → 200201400401404415500
GET
/api/ERP/BankStatements/{key}
Returns a single BankStatement record for a given Unique Id.
ERPBankStatements_GetBankStatementAsync 1 param → 200400401404415500
DELETE
/api/ERP/BankStatements/{key}
Deletes a single BankStatement record.
ERPBankStatements_DeleteBankStatementAsync 1 param → 200400401404415500
GET
/api/ERP/ExpenseAccountSplits
Returns all existing ExpenseAccountSplits according to the filter, order by and pagination options.
ERPExpenseAccountSplits_GetAllExpenseAccountSplitAsync 4 params → 200400401404415500
PUT
/api/ERP/ExpenseAccountSplits
Creates or updates a single ExpenseAccountSplit record.
ERPExpenseAccountSplits_PutExpenseAccountSplitAsync body → 200201400401404415500
GET
/api/ERP/ExpenseAccountSplits/{key}
Returns a single ExpenseAccountSplit record for a given Unique Id.
ERPExpenseAccountSplits_GetExpenseAccountSplitAsync 1 param → 200400401404415500
DELETE
/api/ERP/ExpenseAccountSplits/{key}
Deletes a single ExpenseAccountSplit record.
ERPExpenseAccountSplits_DeleteExpenseAccountSplitAsync 1 param → 200400401404415500
GET
/api/ERP/GLAccounts
Returns all existing GLAccounts according to the filter, order by and pagination options.
ERPGLAccounts_GetAllGLAccountAsync 4 params → 200400401404415500
PUT
/api/ERP/GLAccounts
Creates or updates a single GLAccount record.
ERPGLAccounts_PutGLAccountAsync body → 200201400401404415500
GET
/api/ERP/GLAccounts/{key}
Returns a single GLAccount record for a given Unique Id.
ERPGLAccounts_GetGLAccountAsync 1 param → 200400401404415500
DELETE
/api/ERP/GLAccounts/{key}
Deletes a single GLAccount record.
ERPGLAccounts_DeleteGLAccountAsync 1 param → 200400401404415500
GET
/api/ERP/GLCategories
Returns all existing GLCategories according to the filter, order by and pagination options.
ERPGLCategories_GetAllGLCategoryAsync 4 params → 200400401404415500
PUT
/api/ERP/GLCategories
Creates or updates a single GLCategory record.
ERPGLCategories_PutGLCategoryAsync body → 200201400401404415500
GET
/api/ERP/GLCategories/{key}
Returns a single GLCategory record for a given Unique Id.
ERPGLCategories_GetGLCategoryAsync 1 param → 200400401404415500
DELETE
/api/ERP/GLCategories/{key}
Deletes a single GLCategory record.
ERPGLCategories_DeleteGLCategoryAsync 1 param → 200400401404415500
GET
/api/ERP/GLCharts
Returns all existing GLCharts according to the filter, order by and pagination options.
ERPGLCharts_GetAllGLChartAsync 4 params → 200400401404415500
PUT
/api/ERP/GLCharts
Creates or updates a single GLChart record.
ERPGLCharts_PutGLChartAsync body → 200201400401404415500
GET
/api/ERP/GLCharts/{key}
Returns a single GLChart record for a given Unique Id.
ERPGLCharts_GetGLChartAsync 1 param → 200400401404415500
DELETE
/api/ERP/GLCharts/{key}
Deletes a single GLChart record.
ERPGLCharts_DeleteGLChartAsync 1 param → 200400401404415500
GET
/api/ERP/GLDepartments
Returns all existing GLDepartments according to the filter, order by and pagination options.
ERPGLDepartments_GetAllGLDepartmentAsync 4 params → 200400401404415500
PUT
/api/ERP/GLDepartments
Creates or updates a single GLDepartment record.
ERPGLDepartments_PutGLDepartmentAsync body → 200201400401404415500
GET
/api/ERP/GLDepartments/{key}
Returns a single GLDepartment record for a given Unique Id.
ERPGLDepartments_GetGLDepartmentAsync 1 param → 200400401404415500
DELETE
/api/ERP/GLDepartments/{key}
Deletes a single GLDepartment record.
ERPGLDepartments_DeleteGLDepartmentAsync 1 param → 200400401404415500
GET
/api/ERP/GLDivisions
Returns all existing GLDivisions according to the filter, order by and pagination options.
ERPGLDivisions_GetAllGLDivisionAsync 4 params → 200400401404415500
PUT
/api/ERP/GLDivisions
Creates or updates a single GLDivision record.
ERPGLDivisions_PutGLDivisionAsync body → 200201400401404415500
GET
/api/ERP/GLDivisions/{key}
Returns a single GLDivision record for a given Unique Id.
ERPGLDivisions_GetGLDivisionAsync 1 param → 200400401404415500
DELETE
/api/ERP/GLDivisions/{key}
Deletes a single GLDivision record.
ERPGLDivisions_DeleteGLDivisionAsync 1 param → 200400401404415500
GET
/api/ERP/GLFiscalYearBudgetAmounts
Returns all existing GLFiscalYearBudgetAmounts according to the filter, order by and pagination options.
ERPGLFiscalYearBudgetAmounts_GetAllGLFiscalYearBudgetAmountAsync 4 params → 200400401404415500
PUT
/api/ERP/GLFiscalYearBudgetAmounts
Creates or updates a single GLFiscalYearBudgetAmount record.
ERPGLFiscalYearBudgetAmounts_PutGLFiscalYearBudgetAmountAsync body → 200201400401404415500
GET
/api/ERP/GLFiscalYearBudgetAmounts/{key}
Returns a single GLFiscalYearBudgetAmount record for a given Unique Id.
ERPGLFiscalYearBudgetAmounts_GetGLFiscalYearBudgetAmountAsync 1 param → 200400401404415500
DELETE
/api/ERP/GLFiscalYearBudgetAmounts/{key}
Deletes a single GLFiscalYearBudgetAmount record.
ERPGLFiscalYearBudgetAmounts_DeleteGLFiscalYearBudgetAmountAsync 1 param → 200400401404415500
GET
/api/ERP/GLFiscalYearBudgetHeaders
Returns all existing GLFiscalYearBudgetHeaders according to the filter, order by and pagination options.
ERPGLFiscalYearBudgetHeaders_GetAllGLFiscalYearBudgetHeaderAsync 4 params → 200400401404415500
PUT
/api/ERP/GLFiscalYearBudgetHeaders
Creates or updates a single GLFiscalYearBudgetHeader record.
ERPGLFiscalYearBudgetHeaders_PutGLFiscalYearBudgetHeaderAsync body → 200201400401404415500
GET
/api/ERP/GLFiscalYearBudgetHeaders/{key}
Returns a single GLFiscalYearBudgetHeader record for a given Unique Id.
ERPGLFiscalYearBudgetHeaders_GetGLFiscalYearBudgetHeaderAsync 1 param → 200400401404415500
DELETE
/api/ERP/GLFiscalYearBudgetHeaders/{key}
Deletes a single GLFiscalYearBudgetHeader record.
ERPGLFiscalYearBudgetHeaders_DeleteGLFiscalYearBudgetHeaderAsync 1 param → 200400401404415500
GET
/api/ERP/GLFiscalYearBudgetLines
Returns all existing GLFiscalYearBudgetLines according to the filter, order by and pagination options.
ERPGLFiscalYearBudgetLines_GetAllGLFiscalYearBudgetLineAsync 4 params → 200400401404415500
PUT
/api/ERP/GLFiscalYearBudgetLines
Creates or updates a single GLFiscalYearBudgetLine record.
ERPGLFiscalYearBudgetLines_PutGLFiscalYearBudgetLineAsync body → 200201400401404415500
GET
/api/ERP/GLFiscalYearBudgetLines/{key}
Returns a single GLFiscalYearBudgetLine record for a given Unique Id.
ERPGLFiscalYearBudgetLines_GetGLFiscalYearBudgetLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/GLFiscalYearBudgetLines/{key}
Deletes a single GLFiscalYearBudgetLine record.
ERPGLFiscalYearBudgetLines_DeleteGLFiscalYearBudgetLineAsync 1 param → 200400401404415500
GET
/api/ERP/GLFiscalYearOpeningBalances
Returns all existing GLFiscalYearOpeningBalances according to the filter, order by and pagination options.
ERPGLFiscalYearOpeningBalances_GetAllGLFiscalYearOpeningBalanceAsync 4 params → 200400401404415500
GET
/api/ERP/GLFiscalYearOpeningBalances/{key}
Returns a single GLFiscalYearOpeningBalance record for a given Unique Id.
ERPGLFiscalYearOpeningBalances_GetGLFiscalYearOpeningBalanceAsync 1 param → 200400401404415500
GET
/api/ERP/GLFiscalYearPeriodMovements
Returns all existing GLFiscalYearPeriodMovements according to the filter, order by and pagination options.
ERPGLFiscalYearPeriodMovements_GetAllGLFiscalYearPeriodMovementAsync 4 params → 200400401404415500
GET
/api/ERP/GLFiscalYearPeriodMovements/{key}
Returns a single GLFiscalYearPeriodMovement record for a given Unique Id.
ERPGLFiscalYearPeriodMovements_GetGLFiscalYearPeriodMovementAsync 1 param → 200400401404415500
GET
/api/ERP/GLFiscalYearPeriods
Returns all existing GLFiscalYearPeriods according to the filter, order by and pagination options.
ERPGLFiscalYearPeriods_GetAllGLFiscalYearPeriodAsync 4 params → 200400401404415500
PUT
/api/ERP/GLFiscalYearPeriods
Creates or updates a single GLFiscalYearPeriod record.
ERPGLFiscalYearPeriods_PutGLFiscalYearPeriodAsync body → 200201400401404415500
GET
/api/ERP/GLFiscalYearPeriods/{key}
Returns a single GLFiscalYearPeriod record for a given Unique Id.
ERPGLFiscalYearPeriods_GetGLFiscalYearPeriodAsync 1 param → 200400401404415500
DELETE
/api/ERP/GLFiscalYearPeriods/{key}
Deletes a single GLFiscalYearPeriod record.
ERPGLFiscalYearPeriods_DeleteGLFiscalYearPeriodAsync 1 param → 200400401404415500
GET
/api/ERP/GLFiscalYears
Returns all existing GLFiscalYears according to the filter, order by and pagination options.
ERPGLFiscalYears_GetAllGLFiscalYearAsync 4 params → 200400401404415500
PUT
/api/ERP/GLFiscalYears
Creates or updates a single GLFiscalYear record.
ERPGLFiscalYears_PutGLFiscalYearAsync body → 200201400401404415500
GET
/api/ERP/GLFiscalYears/{key}
Returns a single GLFiscalYear record for a given Unique Id.
ERPGLFiscalYears_GetGLFiscalYearAsync 1 param → 200400401404415500
DELETE
/api/ERP/GLFiscalYears/{key}
Deletes a single GLFiscalYear record.
ERPGLFiscalYears_DeleteGLFiscalYearAsync 1 param → 200400401404415500
GET
/api/ERP/GLJournalLines
Returns all existing GLJournalLines according to the filter, order by and pagination options.
ERPGLJournalLines_GetAllGLJournalLineAsync 4 params → 200400401404415500
PUT
/api/ERP/GLJournalLines
Creates or updates a single GLJournalLine record.
ERPGLJournalLines_PutGLJournalLineAsync body → 200201400401404415500
GET
/api/ERP/GLJournalLines/{key}
Returns a single GLJournalLine record for a given Unique Id.
ERPGLJournalLines_GetGLJournalLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/GLJournalLines/{key}
Deletes a single GLJournalLine record.
ERPGLJournalLines_DeleteGLJournalLineAsync 1 param → 200400401404415500
GET
/api/ERP/GLJournalMemos
Returns all existing GLJournalMemos according to the filter, order by and pagination options.
ERPGLJournalMemos_GetAllGLJournalMemoAsync 4 params → 200400401404415500
PUT
/api/ERP/GLJournalMemos
Creates or updates a single GLJournalMemo record.
ERPGLJournalMemos_PutGLJournalMemoAsync body → 200201400401404415500
GET
/api/ERP/GLJournalMemos/{key}
Returns a single GLJournalMemo record for a given Unique Id.
ERPGLJournalMemos_GetGLJournalMemoAsync 1 param → 200400401404415500
DELETE
/api/ERP/GLJournalMemos/{key}
Deletes a single GLJournalMemo record.
ERPGLJournalMemos_DeleteGLJournalMemoAsync 1 param → 200400401404415500
GET
/api/ERP/GLJournals
Returns all existing GLJournals according to the filter, order by and pagination options.
ERPGLJournals_GetAllGLJournalAsync 4 params → 200400401404415500
PUT
/api/ERP/GLJournals
Creates or updates a single GLJournal record.
ERPGLJournals_PutGLJournalAsync body → 200201400401404415500
GET
/api/ERP/GLJournals/{key}
Returns a single GLJournal record for a given Unique Id.
ERPGLJournals_GetGLJournalAsync 1 param → 200400401404415500
DELETE
/api/ERP/GLJournals/{key}
Deletes a single GLJournal record.
ERPGLJournals_DeleteGLJournalAsync 1 param → 200400401404415500
GET
/api/ERP/PaymentMethods
Returns all existing PaymentMethods according to the filter, order by and pagination options.
ERPPaymentMethods_GetAllPaymentMethodAsync 4 params → 200400401404415500
PUT
/api/ERP/PaymentMethods
Creates or updates a single PaymentMethod record.
ERPPaymentMethods_PutPaymentMethodAsync body → 200201400401404415500
GET
/api/ERP/PaymentMethods/{key}
Returns a single PaymentMethod record for a given Unique Id.
ERPPaymentMethods_GetPaymentMethodAsync 1 param → 200400401404415500
DELETE
/api/ERP/PaymentMethods/{key}
Deletes a single PaymentMethod record.
ERPPaymentMethods_DeletePaymentMethodAsync 1 param → 200400401404415500
GET
/api/ERP/PaymentTerms
Returns all existing PaymentTerms according to the filter, order by and pagination options.
ERPPaymentTerms_GetAllPaymentTermAsync 4 params → 200400401404415500
PUT
/api/ERP/PaymentTerms
Creates or updates a single PaymentTerm record.
ERPPaymentTerms_PutPaymentTermAsync body → 200201400401404415500
GET
/api/ERP/PaymentTerms/{key}
Returns a single PaymentTerm record for a given Unique Id.
ERPPaymentTerms_GetPaymentTermAsync 1 param → 200400401404415500
DELETE
/api/ERP/PaymentTerms/{key}
Deletes a single PaymentTerm record.
ERPPaymentTerms_DeletePaymentTermAsync 1 param → 200400401404415500
GET
/api/ERP/ProjectedPayments
Returns all existing ProjectedPayments according to the filter, order by and pagination options.
ERPProjectedPayments_GetAllProjectedPaymentAsync 4 params → 200400401404415500
PUT
/api/ERP/ProjectedPayments
Creates or updates a single ProjectedPayment record.
ERPProjectedPayments_PutProjectedPaymentAsync body → 200201400401404415500
GET
/api/ERP/ProjectedPayments/{key}
Returns a single ProjectedPayment record for a given Unique Id.
ERPProjectedPayments_GetProjectedPaymentAsync 1 param → 200400401404415500
DELETE
/api/ERP/ProjectedPayments/{key}
Deletes a single ProjectedPayment record.
ERPProjectedPayments_DeleteProjectedPaymentAsync 1 param → 200400401404415500
ERP/GENERAL 46
GET
/api/ERP/ChangeLog
Returns all existing ChangeLog according to the filter, order by and pagination options.
ERPChangeLog_GetAllChangeLogAsync 4 params → 200400401404415500
GET
/api/ERP/ChangeLog/{key}
Returns a single ChangeLog record for a given Unique Id.
ERPChangeLog_GetChangeLogAsync 1 param → 200400401404415500
GET
/api/ERP/CurrencyRateLines
Returns all existing CurrencyRateLines according to the filter, order by and pagination options.
ERPCurrencyRateLines_GetAllCurrencyRateLineAsync 4 params → 200400401404415500
PUT
/api/ERP/CurrencyRateLines
Creates or updates a single CurrencyRateLine record.
ERPCurrencyRateLines_PutCurrencyRateLineAsync body → 200201400401404415500
GET
/api/ERP/CurrencyRateLines/{key}
Returns a single CurrencyRateLine record for a given Unique Id.
ERPCurrencyRateLines_GetCurrencyRateLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/CurrencyRateLines/{key}
Deletes a single CurrencyRateLine record.
ERPCurrencyRateLines_DeleteCurrencyRateLineAsync 1 param → 200400401404415500
GET
/api/ERP/CurrencyRates
Returns all existing CurrencyRates according to the filter, order by and pagination options.
ERPCurrencyRates_GetAllCurrencyRateAsync 4 params → 200400401404415500
PUT
/api/ERP/CurrencyRates
Creates or updates a single CurrencyRate record.
ERPCurrencyRates_PutCurrencyRateAsync body → 200201400401404415500
GET
/api/ERP/CurrencyRates/{key}
Returns a single CurrencyRate record for a given Unique Id.
ERPCurrencyRates_GetCurrencyRateAsync 1 param → 200400401404415500
DELETE
/api/ERP/CurrencyRates/{key}
Deletes a single CurrencyRate record.
ERPCurrencyRates_DeleteCurrencyRateAsync 1 param → 200400401404415500
GET
/api/ERP/DatasetProperties
Returns all existing DatasetProperties according to the filter, order by and pagination options.
ERPDatasetProperties_GetAllDatasetPropertyAsync 4 params → 200400401404415500
GET
/api/ERP/DatasetProperties/{key}
Returns a single DatasetProperty record for a given Unique Id.
ERPDatasetProperties_GetDatasetPropertyAsync 1 param → 200400401404415500
GET
/api/ERP/FinancialProperties
Returns all existing FinancialProperties according to the filter, order by and pagination options.
ERPFinancialProperties_GetAllFinancialPropertyAsync 4 params → 200400401404415500
GET
/api/ERP/FinancialProperties/{key}
Returns a single FinancialProperty record for a given Unique Id.
ERPFinancialProperties_GetFinancialPropertyAsync 1 param → 200400401404415500
GET
/api/ERP/NextIDs
Returns all existing NextIDs according to the filter, order by and pagination options.
ERPNextIDs_GetAllNextIDAsync 4 params → 200400401404415500
PUT
/api/ERP/NextIDs
Creates or updates a single NextID record.
ERPNextIDs_PutNextIDAsync body → 200201400401404415500
GET
/api/ERP/NextIDs/{key}
Returns a single NextID record for a given Unique Id.
ERPNextIDs_GetNextIDAsync 1 param → 200400401404415500
DELETE
/api/ERP/NextIDs/{key}
Deletes a single NextID record.
ERPNextIDs_DeleteNextIDAsync 1 param → 200400401404415500
GET
/api/ERP/ProductionProperties
Returns all existing ProductionProperties according to the filter, order by and pagination options.
ERPProductionProperties_GetAllProductionPropertyAsync 4 params → 200400401404415500
GET
/api/ERP/ProductionProperties/{key}
Returns a single ProductionProperty record for a given Unique Id.
ERPProductionProperties_GetProductionPropertyAsync 1 param → 200400401404415500
GET
/api/ERP/ReasonPlants
Returns all existing ReasonPlants according to the filter, order by and pagination options.
ERPReasonPlants_GetAllReasonPlantAsync 4 params → 200400401404415500
GET
/api/ERP/ReasonPlants/{key}
Returns a single ReasonPlant record for a given Unique Id.
ERPReasonPlants_GetReasonPlantAsync 1 param → 200400401404415500
GET
/api/ERP/Reasons
Returns all existing Reasons according to the filter, order by and pagination options.
ERPReasons_GetAllReasonAsync 4 params → 200400401404415500
GET
/api/ERP/Reasons/{key}
Returns a single Reason record for a given Unique Id.
ERPReasons_GetReasonAsync 1 param → 200400401404415500
GET
/api/ERP/RecentActivitiesLog
Returns all existing RecentActivitiesLog according to the filter, order by and pagination options.
ERPRecentActivitiesLog_GetAllRecentActivitiesLogAsync 4 params → 200400401404415500
GET
/api/ERP/RecentActivitiesLog/{key}
Returns a single RecentActivitiesLog record for a given Unique Id.
ERPRecentActivitiesLog_GetRecentActivitiesLogAsync 1 param → 200400401404415500
GET
/api/ERP/ShippingProperties
Returns all existing ShippingProperties according to the filter, order by and pagination options.
ERPShippingProperties_GetAllShippingPropertyAsync 4 params → 200400401404415500
GET
/api/ERP/ShippingProperties/{key}
Returns a single ShippingProperty record for a given Unique Id.
ERPShippingProperties_GetShippingPropertyAsync 1 param → 200400401404415500
GET
/api/ERP/StandardMessages
Returns all existing StandardMessages according to the filter, order by and pagination options.
ERPStandardMessages_GetAllStandardMessageAsync 4 params → 200400401404415500
PUT
/api/ERP/StandardMessages
Creates or updates a single StandardMessage record.
ERPStandardMessages_PutStandardMessageAsync body → 200201400401404415500
GET
/api/ERP/StandardMessages/{key}
Returns a single StandardMessage record for a given Unique Id.
ERPStandardMessages_GetStandardMessageAsync 1 param → 200400401404415500
DELETE
/api/ERP/StandardMessages/{key}
Deletes a single StandardMessage record.
ERPStandardMessages_DeleteStandardMessageAsync 1 param → 200400401404415500
GET
/api/ERP/TaxCodeLines
Returns all existing TaxCodeLines according to the filter, order by and pagination options.
ERPTaxCodeLines_GetAllTaxCodeLineAsync 4 params → 200400401404415500
PUT
/api/ERP/TaxCodeLines
Creates or updates a single TaxCodeLine record.
ERPTaxCodeLines_PutTaxCodeLineAsync body → 200201400401404415500
GET
/api/ERP/TaxCodeLines/{key}
Returns a single TaxCodeLine record for a given Unique Id.
ERPTaxCodeLines_GetTaxCodeLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/TaxCodeLines/{key}
Deletes a single TaxCodeLine record.
ERPTaxCodeLines_DeleteTaxCodeLineAsync 1 param → 200400401404415500
GET
/api/ERP/TaxCodePlants
Returns all existing TaxCodePlants according to the filter, order by and pagination options.
ERPTaxCodePlants_GetAllTaxCodePlantAsync 4 params → 200400401404415500
PUT
/api/ERP/TaxCodePlants
Creates or updates a single TaxCodePlant record.
ERPTaxCodePlants_PutTaxCodePlantAsync body → 200201400401404415500
GET
/api/ERP/TaxCodePlants/{key}
Returns a single TaxCodePlant record for a given Unique Id.
ERPTaxCodePlants_GetTaxCodePlantAsync 1 param → 200400401404415500
DELETE
/api/ERP/TaxCodePlants/{key}
Deletes a single TaxCodePlant record.
ERPTaxCodePlants_DeleteTaxCodePlantAsync 1 param → 200400401404415500
GET
/api/ERP/TaxCodes
Returns all existing TaxCodes according to the filter, order by and pagination options.
ERPTaxCodes_GetAllTaxCodeAsync 4 params → 200400401404415500
PUT
/api/ERP/TaxCodes
Creates or updates a single TaxCode record.
ERPTaxCodes_PutTaxCodeAsync body → 200201400401404415500
GET
/api/ERP/TaxCodes/{key}
Returns a single TaxCode record for a given Unique Id.
ERPTaxCodes_GetTaxCodeAsync 1 param → 200400401404415500
DELETE
/api/ERP/TaxCodes/{key}
Deletes a single TaxCode record.
ERPTaxCodes_DeleteTaxCodeAsync 1 param → 200400401404415500
GET
/api/ERP/TopActivitiesLog
Returns all existing TopActivitiesLog according to the filter, order by and pagination options.
ERPTopActivitiesLog_GetAllTopActivitiesLogAsync 4 params → 200400401404415500
GET
/api/ERP/TopActivitiesLog/{key}
Returns a single TopActivitiesLog record for a given Unique Id.
ERPTopActivitiesLog_GetTopActivitiesLogAsync 1 param → 200400401404415500
ERP/HEALTH 1
GET
/api/ERP/Health
Returns success if connection was established.
ERPHealth_GetHealthCheck → 200400401415500
ERP/INVENTORY 210
GET
/api/ERP/CycleCodes
Returns all existing CycleCodes according to the filter, order by and pagination options.
ERPCycleCodes_GetAllCycleCodeAsync 4 params → 200400401404415500
PUT
/api/ERP/CycleCodes
Creates or updates a single CycleCode record.
ERPCycleCodes_PutCycleCodeAsync body → 200201400401404415500
GET
/api/ERP/CycleCodes/{key}
Returns a single CycleCode record for a given Unique Id.
ERPCycleCodes_GetCycleCodeAsync 1 param → 200400401404415500
DELETE
/api/ERP/CycleCodes/{key}
Deletes a single CycleCode record.
ERPCycleCodes_DeleteCycleCodeAsync 1 param → 200400401404415500
GET
/api/ERP/InventoryCountLines
Returns all existing InventoryCountLines according to the filter, order by and pagination options.
ERPInventoryCountLines_GetAllInventoryCountLineAsync 4 params → 200400401404415500
PUT
/api/ERP/InventoryCountLines
Creates or updates a single InventoryCountLine record.
ERPInventoryCountLines_PutInventoryCountLineAsync body → 200201400401404415500
GET
/api/ERP/InventoryCountLines/{key}
Returns a single InventoryCountLine record for a given Unique Id.
ERPInventoryCountLines_GetInventoryCountLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/InventoryCountLines/{key}
Deletes a single InventoryCountLine record.
ERPInventoryCountLines_DeleteInventoryCountLineAsync 1 param → 200400401404415500
GET
/api/ERP/InventoryCounts
Returns all existing InventoryCounts according to the filter, order by and pagination options.
ERPInventoryCounts_GetAllInventoryCountAsync 4 params → 200400401404415500
PUT
/api/ERP/InventoryCounts
Creates or updates a single InventoryCount record.
ERPInventoryCounts_PutInventoryCountAsync body → 200201400401404415500
GET
/api/ERP/InventoryCounts/{key}
Returns a single InventoryCount record for a given Unique Id.
ERPInventoryCounts_GetInventoryCountAsync 1 param → 200400401404415500
DELETE
/api/ERP/InventoryCounts/{key}
Deletes a single InventoryCount record.
ERPInventoryCounts_DeleteInventoryCountAsync 1 param → 200400401404415500
GET
/api/ERP/LandedCostCategories
Returns all existing LandedCostCategories according to the filter, order by and pagination options.
ERPLandedCostCategories_GetAllLandedCostCategoryAsync 4 params → 200400401404415500
GET
/api/ERP/LandedCostCategories/{key}
Returns a single LandedCostCategory record for a given Unique Id.
ERPLandedCostCategories_GetLandedCostCategoryAsync 1 param → 200400401404415500
GET
/api/ERP/LandedCostChargeDetails
Returns all existing LandedCostChargeDetails according to the filter, order by and pagination options.
ERPLandedCostChargeDetails_GetAllLandedCostChargeDetailAsync 4 params → 200400401404415500
PUT
/api/ERP/LandedCostChargeDetails
Creates or updates a single LandedCostChargeDetail record.
ERPLandedCostChargeDetails_PutLandedCostChargeDetailAsync body → 200201400401404415500
GET
/api/ERP/LandedCostChargeDetails/{key}
Returns a single LandedCostChargeDetail record for a given Unique Id.
ERPLandedCostChargeDetails_GetLandedCostChargeDetailAsync 1 param → 200400401404415500
DELETE
/api/ERP/LandedCostChargeDetails/{key}
Deletes a single LandedCostChargeDetail record.
ERPLandedCostChargeDetails_DeleteLandedCostChargeDetailAsync 1 param → 200400401404415500
GET
/api/ERP/LandedCostCharges
Returns all existing LandedCostCharges according to the filter, order by and pagination options.
ERPLandedCostCharges_GetAllLandedCostChargeAsync 4 params → 200400401404415500
PUT
/api/ERP/LandedCostCharges
Creates or updates a single LandedCostCharge record.
ERPLandedCostCharges_PutLandedCostChargeAsync body → 200201400401404415500
GET
/api/ERP/LandedCostCharges/{key}
Returns a single LandedCostCharge record for a given Unique Id.
ERPLandedCostCharges_GetLandedCostChargeAsync 1 param → 200400401404415500
DELETE
/api/ERP/LandedCostCharges/{key}
Deletes a single LandedCostCharge record.
ERPLandedCostCharges_DeleteLandedCostChargeAsync 1 param → 200400401404415500
GET
/api/ERP/LandedCosts
Returns all existing LandedCosts according to the filter, order by and pagination options.
ERPLandedCosts_GetAllLandedCostAsync 4 params → 200400401404415500
PUT
/api/ERP/LandedCosts
Creates or updates a single LandedCost record.
ERPLandedCosts_PutLandedCostAsync body → 200201400401404415500
GET
/api/ERP/LandedCosts/{key}
Returns a single LandedCost record for a given Unique Id.
ERPLandedCosts_GetLandedCostAsync 1 param → 200400401404415500
DELETE
/api/ERP/LandedCosts/{key}
Deletes a single LandedCost record.
ERPLandedCosts_DeleteLandedCostAsync 1 param → 200400401404415500
GET
/api/ERP/LotNumbers
Returns all existing LotNumbers according to the filter, order by and pagination options.
ERPLotNumbers_GetAllLotNumberAsync 4 params → 200400401404415500
PUT
/api/ERP/LotNumbers
Creates or updates a single LotNumber record.
ERPLotNumbers_PutLotNumberAsync body → 200201400401404415500
GET
/api/ERP/LotNumbers/{key}
Returns a single LotNumber record for a given Unique Id.
ERPLotNumbers_GetLotNumberAsync 1 param → 200400401404415500
DELETE
/api/ERP/LotNumbers/{key}
Deletes a single LotNumber record.
ERPLotNumbers_DeleteLotNumberAsync 1 param → 200400401404415500
GET
/api/ERP/LotNumberStatuses
Returns all existing LotNumberStatuses according to the filter, order by and pagination options.
ERPLotNumberStatuses_GetAllLotNumberStatusAsync 4 params → 200400401404415500
PUT
/api/ERP/LotNumberStatuses
Creates or updates a single LotNumberStatus record.
ERPLotNumberStatuses_PutLotNumberStatusAsync body → 200201400401404415500
GET
/api/ERP/LotNumberStatuses/{key}
Returns a single LotNumberStatus record for a given Unique Id.
ERPLotNumberStatuses_GetLotNumberStatusAsync 1 param → 200400401404415500
DELETE
/api/ERP/LotNumberStatuses/{key}
Deletes a single LotNumberStatus record.
ERPLotNumberStatuses_DeleteLotNumberStatusAsync 1 param → 200400401404415500
GET
/api/ERP/LotNumberTransactions
Returns all existing LotNumberTransactions according to the filter, order by and pagination options.
ERPLotNumberTransactions_GetAllLotNumberTransactionAsync 4 params → 200400401404415500
PUT
/api/ERP/LotNumberTransactions
Creates or updates a single LotNumberTransaction record.
ERPLotNumberTransactions_PutLotNumberTransactionAsync body → 200201400401404415500
GET
/api/ERP/LotNumberTransactions/{key}
Returns a single LotNumberTransaction record for a given Unique Id.
ERPLotNumberTransactions_GetLotNumberTransactionAsync 1 param → 200400401404415500
DELETE
/api/ERP/LotNumberTransactions/{key}
Deletes a single LotNumberTransaction record.
ERPLotNumberTransactions_DeleteLotNumberTransactionAsync 1 param → 200400401404415500
GET
/api/ERP/MaterialIssueComponents
Returns all existing MaterialIssueComponents according to the filter, order by and pagination options.
ERPMaterialIssueComponents_GetAllMaterialIssueComponentAsync 4 params → 200400401404415500
PUT
/api/ERP/MaterialIssueComponents
Creates or updates a single MaterialIssueComponent record.
ERPMaterialIssueComponents_PutMaterialIssueComponentAsync body → 200201400401404415500
GET
/api/ERP/MaterialIssueComponents/{key}
Returns a single MaterialIssueComponent record for a given Unique Id.
ERPMaterialIssueComponents_GetMaterialIssueComponentAsync 1 param → 200400401404415500
DELETE
/api/ERP/MaterialIssueComponents/{key}
Deletes a single MaterialIssueComponent record.
ERPMaterialIssueComponents_DeleteMaterialIssueComponentAsync 1 param → 200400401404415500
GET
/api/ERP/MaterialIssueLines
Returns all existing MaterialIssueLines according to the filter, order by and pagination options.
ERPMaterialIssueLines_GetAllMaterialIssueLineAsync 4 params → 200400401404415500
PUT
/api/ERP/MaterialIssueLines
Creates or updates a single MaterialIssueLine record.
ERPMaterialIssueLines_PutMaterialIssueLineAsync body → 200201400401404415500
GET
/api/ERP/MaterialIssueLines/{key}
Returns a single MaterialIssueLine record for a given Unique Id.
ERPMaterialIssueLines_GetMaterialIssueLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/MaterialIssueLines/{key}
Deletes a single MaterialIssueLine record.
ERPMaterialIssueLines_DeleteMaterialIssueLineAsync 1 param → 200400401404415500
GET
/api/ERP/MaterialIssues
Returns all existing MaterialIssues according to the filter, order by and pagination options.
ERPMaterialIssues_GetAllMaterialIssueAsync 4 params → 200400401404415500
PUT
/api/ERP/MaterialIssues
Creates or updates a single MaterialIssue record.
ERPMaterialIssues_PutMaterialIssueAsync body → 200201400401404415500
GET
/api/ERP/MaterialIssues/{key}
Returns a single MaterialIssue record for a given Unique Id.
ERPMaterialIssues_GetMaterialIssueAsync 1 param → 200400401404415500
DELETE
/api/ERP/MaterialIssues/{key}
Deletes a single MaterialIssue record.
ERPMaterialIssues_DeleteMaterialIssueAsync 1 param → 200400401404415500
GET
/api/ERP/MfgReceiptComponents
Returns all existing MfgReceiptComponents according to the filter, order by and pagination options.
ERPMfgReceiptComponents_GetAllMfgReceiptComponentAsync 4 params → 200400401404415500
PUT
/api/ERP/MfgReceiptComponents
Creates or updates a single MfgReceiptComponent record.
ERPMfgReceiptComponents_PutMfgReceiptComponentAsync body → 200201400401404415500
GET
/api/ERP/MfgReceiptComponents/{key}
Returns a single MfgReceiptComponent record for a given Unique Id.
ERPMfgReceiptComponents_GetMfgReceiptComponentAsync 1 param → 200400401404415500
DELETE
/api/ERP/MfgReceiptComponents/{key}
Deletes a single MfgReceiptComponent record.
ERPMfgReceiptComponents_DeleteMfgReceiptComponentAsync 1 param → 200400401404415500
GET
/api/ERP/MfgReceipts
Returns all existing MfgReceipts according to the filter, order by and pagination options.
ERPMfgReceipts_GetAllMfgReceiptAsync 4 params → 200400401404415500
PUT
/api/ERP/MfgReceipts
Creates or updates a single MfgReceipt record.
ERPMfgReceipts_PutMfgReceiptAsync body → 200201400401404415500
GET
/api/ERP/MfgReceipts/{key}
Returns a single MfgReceipt record for a given Unique Id.
ERPMfgReceipts_GetMfgReceiptAsync 1 param → 200400401404415500
DELETE
/api/ERP/MfgReceipts/{key}
Deletes a single MfgReceipt record.
ERPMfgReceipts_DeleteMfgReceiptAsync 1 param → 200400401404415500
GET
/api/ERP/PartAlternates
Returns all existing PartAlternates according to the filter, order by and pagination options.
ERPPartAlternates_GetAllPartAlternateAsync 4 params → 200400401404415500
PUT
/api/ERP/PartAlternates
Creates or updates a single PartAlternate record.
ERPPartAlternates_PutPartAlternateAsync body → 200201400401404415500
GET
/api/ERP/PartAlternates/{key}
Returns a single PartAlternate record for a given Unique Id.
ERPPartAlternates_GetPartAlternateAsync 1 param → 200400401404415500
DELETE
/api/ERP/PartAlternates/{key}
Deletes a single PartAlternate record.
ERPPartAlternates_DeletePartAlternateAsync 1 param → 200400401404415500
GET
/api/ERP/PartAssemblies
Returns all existing PartAssemblies according to the filter, order by and pagination options.
ERPPartAssemblies_GetAllPartAssemblyAsync 4 params → 200400401404415500
PUT
/api/ERP/PartAssemblies
Creates or updates a single PartAssembly record.
ERPPartAssemblies_PutPartAssemblyAsync body → 200201400401404415500
GET
/api/ERP/PartAssemblies/{key}
Returns a single PartAssembly record for a given Unique Id.
ERPPartAssemblies_GetPartAssemblyAsync 1 param → 200400401404415500
DELETE
/api/ERP/PartAssemblies/{key}
Deletes a single PartAssembly record.
ERPPartAssemblies_DeletePartAssemblyAsync 1 param → 200400401404415500
GET
/api/ERP/PartBinDetails
Returns all existing PartBinDetails according to the filter, order by and pagination options.
ERPPartBinDetails_GetAllPartBinDetailAsync 4 params → 200400401404415500
PUT
/api/ERP/PartBinDetails
Creates or updates a single PartBinDetail record.
ERPPartBinDetails_PutPartBinDetailAsync body → 200201400401404415500
GET
/api/ERP/PartBinDetails/{key}
Returns a single PartBinDetail record for a given Unique Id.
ERPPartBinDetails_GetPartBinDetailAsync 1 param → 200400401404415500
DELETE
/api/ERP/PartBinDetails/{key}
Deletes a single PartBinDetail record.
ERPPartBinDetails_DeletePartBinDetailAsync 1 param → 200400401404415500
GET
/api/ERP/PartBins
Returns all existing PartBins according to the filter, order by and pagination options.
ERPPartBins_GetAllPartBinAsync 4 params → 200400401404415500
PUT
/api/ERP/PartBins
Creates or updates a single PartBin record.
ERPPartBins_PutPartBinAsync body → 200201400401404415500
GET
/api/ERP/PartBins/{key}
Returns a single PartBin record for a given Unique Id.
ERPPartBins_GetPartBinAsync 1 param → 200400401404415500
DELETE
/api/ERP/PartBins/{key}
Deletes a single PartBin record.
ERPPartBins_DeletePartBinAsync 1 param → 200400401404415500
GET
/api/ERP/PartClasses
Returns all existing PartClasses according to the filter, order by and pagination options.
ERPPartClasses_GetAllPartClassAsync 4 params → 200400401404415500
PUT
/api/ERP/PartClasses
Creates or updates a single PartClass record.
ERPPartClasses_PutPartClassAsync body → 200201400401404415500
GET
/api/ERP/PartClasses/{key}
Returns a single PartClass record for a given Unique Id.
ERPPartClasses_GetPartClassAsync 1 param → 200400401404415500
DELETE
/api/ERP/PartClasses/{key}
Deletes a single PartClass record.
ERPPartClasses_DeletePartClassAsync 1 param → 200400401404415500
GET
/api/ERP/PartClassPlants
Returns all existing PartClassPlants according to the filter, order by and pagination options.
ERPPartClassPlants_GetAllPartClassPlantAsync 4 params → 200400401404415500
GET
/api/ERP/PartClassPlants/{key}
Returns a single PartClassPlant record for a given Unique Id.
ERPPartClassPlants_GetPartClassPlantAsync 1 param → 200400401404415500
GET
/api/ERP/PartCrossReferences
Returns all existing PartCrossReferences according to the filter, order by and pagination options.
ERPPartCrossReferences_GetAllPartCrossReferenceAsync 4 params → 200400401404415500
PUT
/api/ERP/PartCrossReferences
Creates or updates a single PartCrossReference record.
ERPPartCrossReferences_PutPartCrossReferenceAsync body → 200201400401404415500
GET
/api/ERP/PartCrossReferences/{key}
Returns a single PartCrossReference record for a given Unique Id.
ERPPartCrossReferences_GetPartCrossReferenceAsync 1 param → 200400401404415500
DELETE
/api/ERP/PartCrossReferences/{key}
Deletes a single PartCrossReference record.
ERPPartCrossReferences_DeletePartCrossReferenceAsync 1 param → 200400401404415500
GET
/api/ERP/PartForecastLines
Returns all existing PartForecastLines according to the filter, order by and pagination options.
ERPPartForecastLines_GetAllPartForecastLineAsync 4 params → 200400401404415500
PUT
/api/ERP/PartForecastLines
Creates or updates a single PartForecastLine record.
ERPPartForecastLines_PutPartForecastLineAsync body → 200201400401404415500
GET
/api/ERP/PartForecastLines/{key}
Returns a single PartForecastLine record for a given Unique Id.
ERPPartForecastLines_GetPartForecastLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/PartForecastLines/{key}
Deletes a single PartForecastLine record.
ERPPartForecastLines_DeletePartForecastLineAsync 1 param → 200400401404415500
GET
/api/ERP/PartForecasts
Returns all existing PartForecasts according to the filter, order by and pagination options.
ERPPartForecasts_GetAllPartForecastAsync 4 params → 200400401404415500
PUT
/api/ERP/PartForecasts
Creates or updates a single PartForecast record.
ERPPartForecasts_PutPartForecastAsync body → 200201400401404415500
GET
/api/ERP/PartForecasts/{key}
Returns a single PartForecast record for a given Unique Id.
ERPPartForecasts_GetPartForecastAsync 1 param → 200400401404415500
DELETE
/api/ERP/PartForecasts/{key}
Deletes a single PartForecast record.
ERPPartForecasts_DeletePartForecastAsync 1 param → 200400401404415500
GET
/api/ERP/PartGroupPlants
Returns all existing PartGroupPlants according to the filter, order by and pagination options.
ERPPartGroupPlants_GetAllPartGroupPlantAsync 4 params → 200400401404415500
GET
/api/ERP/PartGroupPlants/{key}
Returns a single PartGroupPlant record for a given Unique Id.
ERPPartGroupPlants_GetPartGroupPlantAsync 1 param → 200400401404415500
GET
/api/ERP/PartGroups
Returns all existing PartGroups according to the filter, order by and pagination options.
ERPPartGroups_GetAllPartGroupAsync 4 params → 200400401404415500
PUT
/api/ERP/PartGroups
Creates or updates a single PartGroup record.
ERPPartGroups_PutPartGroupAsync body → 200201400401404415500
GET
/api/ERP/PartGroups/{key}
Returns a single PartGroup record for a given Unique Id.
ERPPartGroups_GetPartGroupAsync 1 param → 200400401404415500
DELETE
/api/ERP/PartGroups/{key}
Deletes a single PartGroup record.
ERPPartGroups_DeletePartGroupAsync 1 param → 200400401404415500
GET
/api/ERP/PartMaterials
Returns all existing PartMaterials according to the filter, order by and pagination options.
ERPPartMaterials_GetAllPartMaterialAsync 4 params → 200400401404415500
PUT
/api/ERP/PartMaterials
Creates or updates a single PartMaterial record.
ERPPartMaterials_PutPartMaterialAsync body → 200201400401404415500
GET
/api/ERP/PartMaterials/{key}
Returns a single PartMaterial record for a given Unique Id.
ERPPartMaterials_GetPartMaterialAsync 1 param → 200400401404415500
DELETE
/api/ERP/PartMaterials/{key}
Deletes a single PartMaterial record.
ERPPartMaterials_DeletePartMaterialAsync 1 param → 200400401404415500
GET
/api/ERP/PartMemos
Returns all existing PartMemos according to the filter, order by and pagination options.
ERPPartMemos_GetAllPartMemoAsync 4 params → 200400401404415500
PUT
/api/ERP/PartMemos
Creates or updates a single PartMemo record.
ERPPartMemos_PutPartMemoAsync body → 200201400401404415500
GET
/api/ERP/PartMemos/{key}
Returns a single PartMemo record for a given Unique Id.
ERPPartMemos_GetPartMemoAsync 1 param → 200400401404415500
DELETE
/api/ERP/PartMemos/{key}
Deletes a single PartMemo record.
ERPPartMemos_DeletePartMemoAsync 1 param → 200400401404415500
GET
/api/ERP/PartOperations
Returns all existing PartOperations according to the filter, order by and pagination options.
ERPPartOperations_GetAllPartOperationAsync 4 params → 200400401404415500
PUT
/api/ERP/PartOperations
Creates or updates a single PartOperation record.
ERPPartOperations_PutPartOperationAsync body → 200201400401404415500
GET
/api/ERP/PartOperations/{key}
Returns a single PartOperation record for a given Unique Id.
ERPPartOperations_GetPartOperationAsync 1 param → 200400401404415500
DELETE
/api/ERP/PartOperations/{key}
Deletes a single PartOperation record.
ERPPartOperations_DeletePartOperationAsync 1 param → 200400401404415500
GET
/api/ERP/PartOrgReferences
Returns all existing PartOrgReferences according to the filter, order by and pagination options.
ERPPartOrgReferences_GetAllPartOrgReferenceAsync 4 params → 200400401404415500
PUT
/api/ERP/PartOrgReferences
Creates or updates a single PartOrgReference record.
ERPPartOrgReferences_PutPartOrgReferenceAsync body → 200201400401404415500
GET
/api/ERP/PartOrgReferences/{key}
Returns a single PartOrgReference record for a given Unique Id.
ERPPartOrgReferences_GetPartOrgReferenceAsync 1 param → 200400401404415500
DELETE
/api/ERP/PartOrgReferences/{key}
Deletes a single PartOrgReference record.
ERPPartOrgReferences_DeletePartOrgReferenceAsync 1 param → 200400401404415500
GET
/api/ERP/PartPriceBreaks
Returns all existing PartPriceBreaks according to the filter, order by and pagination options.
ERPPartPriceBreaks_GetAllPartPriceBreakAsync 4 params → 200400401404415500
PUT
/api/ERP/PartPriceBreaks
Creates or updates a single PartPriceBreak record.
ERPPartPriceBreaks_PutPartPriceBreakAsync body → 200201400401404415500
GET
/api/ERP/PartPriceBreaks/{key}
Returns a single PartPriceBreak record for a given Unique Id.
ERPPartPriceBreaks_GetPartPriceBreakAsync 1 param → 200400401404415500
DELETE
/api/ERP/PartPriceBreaks/{key}
Deletes a single PartPriceBreak record.
ERPPartPriceBreaks_DeletePartPriceBreakAsync 1 param → 200400401404415500
GET
/api/ERP/PartPrices
Returns all existing PartPrices according to the filter, order by and pagination options.
ERPPartPrices_GetAllPartPriceAsync 4 params → 200400401404415500
PUT
/api/ERP/PartPrices
Creates or updates a single PartPrice record.
ERPPartPrices_PutPartPriceAsync body → 200201400401404415500
GET
/api/ERP/PartPrices/{key}
Returns a single PartPrice record for a given Unique Id.
ERPPartPrices_GetPartPriceAsync 1 param → 200400401404415500
DELETE
/api/ERP/PartPrices/{key}
Deletes a single PartPrice record.
ERPPartPrices_DeletePartPriceAsync 1 param → 200400401404415500
GET
/api/ERP/PartRevisions
Returns all existing PartRevisions according to the filter, order by and pagination options.
ERPPartRevisions_GetAllPartRevisionAsync 4 params → 200400401404415500
PUT
/api/ERP/PartRevisions
Creates or updates a single PartRevision record.
ERPPartRevisions_PutPartRevisionAsync body → 200201400401404415500
GET
/api/ERP/PartRevisions/{key}
Returns a single PartRevision record for a given Unique Id.
ERPPartRevisions_GetPartRevisionAsync 1 param → 200400401404415500
DELETE
/api/ERP/PartRevisions/{key}
Deletes a single PartRevision record.
ERPPartRevisions_DeletePartRevisionAsync 1 param → 200400401404415500
GET
/api/ERP/Parts
Returns all existing Parts according to the filter, order by and pagination options.
ERPParts_GetAllPartAsync 4 params → 200400401404415500
PUT
/api/ERP/Parts
Creates or updates a single Part record.
ERPParts_PutPartAsync body → 200201400401404415500
GET
/api/ERP/Parts/{key}
Returns a single Part record for a given Unique Id.
ERPParts_GetPartAsync 1 param → 200400401404415500
DELETE
/api/ERP/Parts/{key}
Deletes a single Part record.
ERPParts_DeletePartAsync 1 param → 200400401404415500
GET
/api/ERP/PartTransactionCosts
Returns all existing PartTransactionCosts according to the filter, order by and pagination options.
ERPPartTransactionCosts_GetAllPartTransactionCostAsync 4 params → 200400401404415500
PUT
/api/ERP/PartTransactionCosts
Creates or updates a single PartTransactionCost record.
ERPPartTransactionCosts_PutPartTransactionCostAsync body → 200201400401404415500
GET
/api/ERP/PartTransactionCosts/{key}
Returns a single PartTransactionCost record for a given Unique Id.
ERPPartTransactionCosts_GetPartTransactionCostAsync 1 param → 200400401404415500
DELETE
/api/ERP/PartTransactionCosts/{key}
Deletes a single PartTransactionCost record.
ERPPartTransactionCosts_DeletePartTransactionCostAsync 1 param → 200400401404415500
GET
/api/ERP/PartTransactions
Returns all existing PartTransactions according to the filter, order by and pagination options.
ERPPartTransactions_GetAllPartTransactionAsync 4 params → 200400401404415500
PUT
/api/ERP/PartTransactions
Creates or updates a single PartTransaction record.
ERPPartTransactions_PutPartTransactionAsync body → 200201400401404415500
GET
/api/ERP/PartTransactions/{key}
Returns a single PartTransaction record for a given Unique Id.
ERPPartTransactions_GetPartTransactionAsync 1 param → 200400401404415500
DELETE
/api/ERP/PartTransactions/{key}
Deletes a single PartTransaction record.
ERPPartTransactions_DeletePartTransactionAsync 1 param → 200400401404415500
GET
/api/ERP/PartUnitSalePrices
Returns all existing PartUnitSalePrices according to the filter, order by and pagination options.
ERPPartUnitSalePrices_GetAllPartUnitSalePriceAsync 4 params → 200400401404415500
PUT
/api/ERP/PartUnitSalePrices
Creates or updates a single PartUnitSalePrice record.
ERPPartUnitSalePrices_PutPartUnitSalePriceAsync body → 200201400401404415500
GET
/api/ERP/PartUnitSalePrices/{key}
Returns a single PartUnitSalePrice record for a given Unique Id.
ERPPartUnitSalePrices_GetPartUnitSalePriceAsync 1 param → 200400401404415500
DELETE
/api/ERP/PartUnitSalePrices/{key}
Deletes a single PartUnitSalePrice record.
ERPPartUnitSalePrices_DeletePartUnitSalePriceAsync 1 param → 200400401404415500
GET
/api/ERP/PartWarehouseLocations
Returns all existing PartWarehouseLocations according to the filter, order by and pagination options.
ERPPartWarehouseLocations_GetAllPartWarehouseLocationAsync 4 params → 200400401404415500
PUT
/api/ERP/PartWarehouseLocations
Creates or updates a single PartWarehouseLocation record.
ERPPartWarehouseLocations_PutPartWarehouseLocationAsync body → 200201400401404415500
GET
/api/ERP/PartWarehouseLocations/{key}
Returns a single PartWarehouseLocation record for a given Unique Id.
ERPPartWarehouseLocations_GetPartWarehouseLocationAsync 1 param → 200400401404415500
DELETE
/api/ERP/PartWarehouseLocations/{key}
Deletes a single PartWarehouseLocation record.
ERPPartWarehouseLocations_DeletePartWarehouseLocationAsync 1 param → 200400401404415500
GET
/api/ERP/ProductCategories
Returns all existing ProductCategories according to the filter, order by and pagination options.
ERPProductCategories_GetAllProductCategoryAsync 4 params → 200400401404415500
GET
/api/ERP/ProductCategories/{key}
Returns a single ProductCategory record for a given Unique Id.
ERPProductCategories_GetProductCategoryAsync 1 param → 200400401404415500
GET
/api/ERP/ProductCategoryLines
Returns all existing ProductCategoryLines according to the filter, order by and pagination options.
ERPProductCategoryLines_GetAllProductCategoryLineAsync 4 params → 200400401404415500
GET
/api/ERP/ProductCategoryLines/{key}
Returns a single ProductCategoryLine record for a given Unique Id.
ERPProductCategoryLines_GetProductCategoryLineAsync 1 param → 200400401404415500
GET
/api/ERP/QuantityAdjustments
Returns all existing QuantityAdjustments according to the filter, order by and pagination options.
ERPQuantityAdjustments_GetAllQuantityAdjustmentAsync 4 params → 200400401404415500
PUT
/api/ERP/QuantityAdjustments
Creates or updates a single QuantityAdjustment record.
ERPQuantityAdjustments_PutQuantityAdjustmentAsync body → 200201400401404415500
GET
/api/ERP/QuantityAdjustments/{key}
Returns a single QuantityAdjustment record for a given Unique Id.
ERPQuantityAdjustments_GetQuantityAdjustmentAsync 1 param → 200400401404415500
DELETE
/api/ERP/QuantityAdjustments/{key}
Deletes a single QuantityAdjustment record.
ERPQuantityAdjustments_DeleteQuantityAdjustmentAsync 1 param → 200400401404415500
GET
/api/ERP/SerialNumbers
Returns all existing SerialNumbers according to the filter, order by and pagination options.
ERPSerialNumbers_GetAllSerialNumberAsync 4 params → 200400401404415500
PUT
/api/ERP/SerialNumbers
Creates or updates a single SerialNumber record.
ERPSerialNumbers_PutSerialNumberAsync body → 200201400401404415500
GET
/api/ERP/SerialNumbers/{key}
Returns a single SerialNumber record for a given Unique Id.
ERPSerialNumbers_GetSerialNumberAsync 1 param → 200400401404415500
DELETE
/api/ERP/SerialNumbers/{key}
Deletes a single SerialNumber record.
ERPSerialNumbers_DeleteSerialNumberAsync 1 param → 200400401404415500
GET
/api/ERP/SerialNumberStatuses
Returns all existing SerialNumberStatuses according to the filter, order by and pagination options.
ERPSerialNumberStatuses_GetAllSerialNumberStatusAsync 4 params → 200400401404415500
PUT
/api/ERP/SerialNumberStatuses
Creates or updates a single SerialNumberStatus record.
ERPSerialNumberStatuses_PutSerialNumberStatusAsync body → 200201400401404415500
GET
/api/ERP/SerialNumberStatuses/{key}
Returns a single SerialNumberStatus record for a given Unique Id.
ERPSerialNumberStatuses_GetSerialNumberStatusAsync 1 param → 200400401404415500
DELETE
/api/ERP/SerialNumberStatuses/{key}
Deletes a single SerialNumberStatus record.
ERPSerialNumberStatuses_DeleteSerialNumberStatusAsync 1 param → 200400401404415500
GET
/api/ERP/SerialNumberTransactions
Returns all existing SerialNumberTransactions according to the filter, order by and pagination options.
ERPSerialNumberTransactions_GetAllSerialNumberTransactionAsync 4 params → 200400401404415500
PUT
/api/ERP/SerialNumberTransactions
Creates or updates a single SerialNumberTransaction record.
ERPSerialNumberTransactions_PutSerialNumberTransactionAsync body → 200201400401404415500
GET
/api/ERP/SerialNumberTransactions/{key}
Returns a single SerialNumberTransaction record for a given Unique Id.
ERPSerialNumberTransactions_GetSerialNumberTransactionAsync 1 param → 200400401404415500
DELETE
/api/ERP/SerialNumberTransactions/{key}
Deletes a single SerialNumberTransaction record.
ERPSerialNumberTransactions_DeleteSerialNumberTransactionAsync 1 param → 200400401404415500
GET
/api/ERP/WarehouseBins
Returns all existing WarehouseBins according to the filter, order by and pagination options.
ERPWarehouseBins_GetAllWarehouseBinAsync 4 params → 200400401404415500
PUT
/api/ERP/WarehouseBins
Creates or updates a single WarehouseBin record.
ERPWarehouseBins_PutWarehouseBinAsync body → 200201400401404415500
GET
/api/ERP/WarehouseBins/{key}
Returns a single WarehouseBin record for a given Unique Id.
ERPWarehouseBins_GetWarehouseBinAsync 1 param → 200400401404415500
DELETE
/api/ERP/WarehouseBins/{key}
Deletes a single WarehouseBin record.
ERPWarehouseBins_DeleteWarehouseBinAsync 1 param → 200400401404415500
GET
/api/ERP/WarehouseReceiptComponents
Returns all existing WarehouseReceiptComponents according to the filter, order by and pagination options.
ERPWarehouseReceiptComponents_GetAllWarehouseReceiptComponentAsync 4 params → 200400401404415500
PUT
/api/ERP/WarehouseReceiptComponents
Creates or updates a single WarehouseReceiptComponent record.
ERPWarehouseReceiptComponents_PutWarehouseReceiptComponentAsync body → 200201400401404415500
GET
/api/ERP/WarehouseReceiptComponents/{key}
Returns a single WarehouseReceiptComponent record for a given Unique Id.
ERPWarehouseReceiptComponents_GetWarehouseReceiptComponentAsync 1 param → 200400401404415500
DELETE
/api/ERP/WarehouseReceiptComponents/{key}
Deletes a single WarehouseReceiptComponent record.
ERPWarehouseReceiptComponents_DeleteWarehouseReceiptComponentAsync 1 param → 200400401404415500
GET
/api/ERP/WarehouseReceiptLines
Returns all existing WarehouseReceiptLines according to the filter, order by and pagination options.
ERPWarehouseReceiptLines_GetAllWarehouseReceiptLineAsync 4 params → 200400401404415500
PUT
/api/ERP/WarehouseReceiptLines
Creates or updates a single WarehouseReceiptLine record.
ERPWarehouseReceiptLines_PutWarehouseReceiptLineAsync body → 200201400401404415500
GET
/api/ERP/WarehouseReceiptLines/{key}
Returns a single WarehouseReceiptLine record for a given Unique Id.
ERPWarehouseReceiptLines_GetWarehouseReceiptLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/WarehouseReceiptLines/{key}
Deletes a single WarehouseReceiptLine record.
ERPWarehouseReceiptLines_DeleteWarehouseReceiptLineAsync 1 param → 200400401404415500
GET
/api/ERP/WarehouseReceipts
Returns all existing WarehouseReceipts according to the filter, order by and pagination options.
ERPWarehouseReceipts_GetAllWarehouseReceiptAsync 4 params → 200400401404415500
PUT
/api/ERP/WarehouseReceipts
Creates or updates a single WarehouseReceipt record.
ERPWarehouseReceipts_PutWarehouseReceiptAsync body → 200201400401404415500
GET
/api/ERP/WarehouseReceipts/{key}
Returns a single WarehouseReceipt record for a given Unique Id.
ERPWarehouseReceipts_GetWarehouseReceiptAsync 1 param → 200400401404415500
DELETE
/api/ERP/WarehouseReceipts/{key}
Deletes a single WarehouseReceipt record.
ERPWarehouseReceipts_DeleteWarehouseReceiptAsync 1 param → 200400401404415500
GET
/api/ERP/WarehouseRequisitionComponents
Returns all existing WarehouseRequisitionComponents according to the filter, order by and pagination options.
ERPWarehouseRequisitionComponents_GetAllWarehouseRequisitionComponentAsync 4 params → 200400401404415500
PUT
/api/ERP/WarehouseRequisitionComponents
Creates or updates a single WarehouseRequisitionComponent record.
ERPWarehouseRequisitionComponents_PutWarehouseRequisitionComponentAsync body → 200201400401404415500
GET
/api/ERP/WarehouseRequisitionComponents/{key}
Returns a single WarehouseRequisitionComponent record for a given Unique Id.
ERPWarehouseRequisitionComponents_GetWarehouseRequisitionComponentAsync 1 param → 200400401404415500
DELETE
/api/ERP/WarehouseRequisitionComponents/{key}
Deletes a single WarehouseRequisitionComponent record.
ERPWarehouseRequisitionComponents_DeleteWarehouseRequisitionComponentAsync 1 param → 200400401404415500
GET
/api/ERP/WarehouseRequisitionLines
Returns all existing WarehouseRequisitionLines according to the filter, order by and pagination options.
ERPWarehouseRequisitionLines_GetAllWarehouseRequisitionLineAsync 4 params → 200400401404415500
PUT
/api/ERP/WarehouseRequisitionLines
Creates or updates a single WarehouseRequisitionLine record.
ERPWarehouseRequisitionLines_PutWarehouseRequisitionLineAsync body → 200201400401404415500
GET
/api/ERP/WarehouseRequisitionLines/{key}
Returns a single WarehouseRequisitionLine record for a given Unique Id.
ERPWarehouseRequisitionLines_GetWarehouseRequisitionLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/WarehouseRequisitionLines/{key}
Deletes a single WarehouseRequisitionLine record.
ERPWarehouseRequisitionLines_DeleteWarehouseRequisitionLineAsync 1 param → 200400401404415500
GET
/api/ERP/WarehouseRequisitions
Returns all existing WarehouseRequisitions according to the filter, order by and pagination options.
ERPWarehouseRequisitions_GetAllWarehouseRequisitionAsync 4 params → 200400401404415500
PUT
/api/ERP/WarehouseRequisitions
Creates or updates a single WarehouseRequisition record.
ERPWarehouseRequisitions_PutWarehouseRequisitionAsync body → 200201400401404415500
GET
/api/ERP/WarehouseRequisitions/{key}
Returns a single WarehouseRequisition record for a given Unique Id.
ERPWarehouseRequisitions_GetWarehouseRequisitionAsync 1 param → 200400401404415500
DELETE
/api/ERP/WarehouseRequisitions/{key}
Deletes a single WarehouseRequisition record.
ERPWarehouseRequisitions_DeleteWarehouseRequisitionAsync 1 param → 200400401404415500
GET
/api/ERP/Warehouses
Returns all existing Warehouses according to the filter, order by and pagination options.
ERPWarehouses_GetAllWarehouseAsync 4 params → 200400401404415500
PUT
/api/ERP/Warehouses
Creates or updates a single Warehouse record.
ERPWarehouses_PutWarehouseAsync body → 200201400401404415500
GET
/api/ERP/Warehouses/{key}
Returns a single Warehouse record for a given Unique Id.
ERPWarehouses_GetWarehouseAsync 1 param → 200400401404415500
DELETE
/api/ERP/Warehouses/{key}
Deletes a single Warehouse record.
ERPWarehouses_DeleteWarehouseAsync 1 param → 200400401404415500
GET
/api/ERP/WarehouseTransferComponents
Returns all existing WarehouseTransferComponents according to the filter, order by and pagination options.
ERPWarehouseTransferComponents_GetAllWarehouseTransferComponentAsync 4 params → 200400401404415500
PUT
/api/ERP/WarehouseTransferComponents
Creates or updates a single WarehouseTransferComponent record.
ERPWarehouseTransferComponents_PutWarehouseTransferComponentAsync body → 200201400401404415500
GET
/api/ERP/WarehouseTransferComponents/{key}
Returns a single WarehouseTransferComponent record for a given Unique Id.
ERPWarehouseTransferComponents_GetWarehouseTransferComponentAsync 1 param → 200400401404415500
DELETE
/api/ERP/WarehouseTransferComponents/{key}
Deletes a single WarehouseTransferComponent record.
ERPWarehouseTransferComponents_DeleteWarehouseTransferComponentAsync 1 param → 200400401404415500
GET
/api/ERP/WarehouseTransferLines
Returns all existing WarehouseTransferLines according to the filter, order by and pagination options.
ERPWarehouseTransferLines_GetAllWarehouseTransferLineAsync 4 params → 200400401404415500
PUT
/api/ERP/WarehouseTransferLines
Creates or updates a single WarehouseTransferLine record.
ERPWarehouseTransferLines_PutWarehouseTransferLineAsync body → 200201400401404415500
GET
/api/ERP/WarehouseTransferLines/{key}
Returns a single WarehouseTransferLine record for a given Unique Id.
ERPWarehouseTransferLines_GetWarehouseTransferLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/WarehouseTransferLines/{key}
Deletes a single WarehouseTransferLine record.
ERPWarehouseTransferLines_DeleteWarehouseTransferLineAsync 1 param → 200400401404415500
GET
/api/ERP/WarehouseTransfers
Returns all existing WarehouseTransfers according to the filter, order by and pagination options.
ERPWarehouseTransfers_GetAllWarehouseTransferAsync 4 params → 200400401404415500
PUT
/api/ERP/WarehouseTransfers
Creates or updates a single WarehouseTransfer record.
ERPWarehouseTransfers_PutWarehouseTransferAsync body → 200201400401404415500
GET
/api/ERP/WarehouseTransfers/{key}
Returns a single WarehouseTransfer record for a given Unique Id.
ERPWarehouseTransfers_GetWarehouseTransferAsync 1 param → 200400401404415500
DELETE
/api/ERP/WarehouseTransfers/{key}
Deletes a single WarehouseTransfer record.
ERPWarehouseTransfers_DeleteWarehouseTransferAsync 1 param → 200400401404415500
ERP/PRODUCTION 122
GET
/api/ERP/ChangeRequestGroupLinks
Returns all existing ChangeRequestGroupLinks according to the filter, order by and pagination options.
ERPChangeRequestGroupLinks_GetAllChangeRequestGroupLinkAsync 4 params → 200400401404415500
PUT
/api/ERP/ChangeRequestGroupLinks
Creates or updates a single ChangeRequestGroupLink record.
ERPChangeRequestGroupLinks_PutChangeRequestGroupLinkAsync body → 200201400401404415500
GET
/api/ERP/ChangeRequestGroupLinks/{key}
Returns a single ChangeRequestGroupLink record for a given Unique Id.
ERPChangeRequestGroupLinks_GetChangeRequestGroupLinkAsync 1 param → 200400401404415500
DELETE
/api/ERP/ChangeRequestGroupLinks/{key}
Deletes a single ChangeRequestGroupLink record.
ERPChangeRequestGroupLinks_DeleteChangeRequestGroupLinkAsync 1 param → 200400401404415500
GET
/api/ERP/ChangeRequestGroups
Returns all existing ChangeRequestGroups according to the filter, order by and pagination options.
ERPChangeRequestGroups_GetAllChangeRequestGroupAsync 4 params → 200400401404415500
GET
/api/ERP/ChangeRequestGroups/{key}
Returns a single ChangeRequestGroup record for a given Unique Id.
ERPChangeRequestGroups_GetChangeRequestGroupAsync 1 param → 200400401404415500
GET
/api/ERP/ChangeRequests
Returns all existing ChangeRequests according to the filter, order by and pagination options.
ERPChangeRequests_GetAllChangeRequestAsync 4 params → 200400401404415500
PUT
/api/ERP/ChangeRequests
Creates or updates a single ChangeRequest record.
ERPChangeRequests_PutChangeRequestAsync body → 200201400401404415500
GET
/api/ERP/ChangeRequests/{key}
Returns a single ChangeRequest record for a given Unique Id.
ERPChangeRequests_GetChangeRequestAsync 1 param → 200400401404415500
DELETE
/api/ERP/ChangeRequests/{key}
Deletes a single ChangeRequest record.
ERPChangeRequests_DeleteChangeRequestAsync 1 param → 200400401404415500
GET
/api/ERP/ChangeRequestTypes
Returns all existing ChangeRequestTypes according to the filter, order by and pagination options.
ERPChangeRequestTypes_GetAllChangeRequestTypeAsync 4 params → 200400401404415500
PUT
/api/ERP/ChangeRequestTypes
Creates or updates a single ChangeRequestType record.
ERPChangeRequestTypes_PutChangeRequestTypeAsync body → 200201400401404415500
GET
/api/ERP/ChangeRequestTypes/{key}
Returns a single ChangeRequestType record for a given Unique Id.
ERPChangeRequestTypes_GetChangeRequestTypeAsync 1 param → 200400401404415500
DELETE
/api/ERP/ChangeRequestTypes/{key}
Deletes a single ChangeRequestType record.
ERPChangeRequestTypes_DeleteChangeRequestTypeAsync 1 param → 200400401404415500
GET
/api/ERP/JobAssemblies
Returns all existing JobAssemblies according to the filter, order by and pagination options.
ERPJobAssemblies_GetAllJobAssemblyAsync 4 params → 200400401404415500
PUT
/api/ERP/JobAssemblies
Creates or updates a single JobAssembly record.
ERPJobAssemblies_PutJobAssemblyAsync body → 200201400401404415500
GET
/api/ERP/JobAssemblies/{key}
Returns a single JobAssembly record for a given Unique Id.
ERPJobAssemblies_GetJobAssemblyAsync 1 param → 200400401404415500
DELETE
/api/ERP/JobAssemblies/{key}
Deletes a single JobAssembly record.
ERPJobAssemblies_DeleteJobAssemblyAsync 1 param → 200400401404415500
GET
/api/ERP/JobCosts
Returns all existing JobCosts according to the filter, order by and pagination options.
ERPJobCosts_GetAllJobCostAsync 4 params → 200400401404415500
PUT
/api/ERP/JobCosts
Creates or updates a single JobCost record.
ERPJobCosts_PutJobCostAsync body → 200201400401404415500
GET
/api/ERP/JobCosts/{key}
Returns a single JobCost record for a given Unique Id.
ERPJobCosts_GetJobCostAsync 1 param → 200400401404415500
DELETE
/api/ERP/JobCosts/{key}
Deletes a single JobCost record.
ERPJobCosts_DeleteJobCostAsync 1 param → 200400401404415500
GET
/api/ERP/JobMaterialComponents
Returns all existing JobMaterialComponents according to the filter, order by and pagination options.
ERPJobMaterialComponents_GetAllJobMaterialComponentAsync 4 params → 200400401404415500
PUT
/api/ERP/JobMaterialComponents
Creates or updates a single JobMaterialComponent record.
ERPJobMaterialComponents_PutJobMaterialComponentAsync body → 200201400401404415500
GET
/api/ERP/JobMaterialComponents/{key}
Returns a single JobMaterialComponent record for a given Unique Id.
ERPJobMaterialComponents_GetJobMaterialComponentAsync 1 param → 200400401404415500
DELETE
/api/ERP/JobMaterialComponents/{key}
Deletes a single JobMaterialComponent record.
ERPJobMaterialComponents_DeleteJobMaterialComponentAsync 1 param → 200400401404415500
GET
/api/ERP/JobMaterials
Returns all existing JobMaterials according to the filter, order by and pagination options.
ERPJobMaterials_GetAllJobMaterialAsync 4 params → 200400401404415500
PUT
/api/ERP/JobMaterials
Creates or updates a single JobMaterial record.
ERPJobMaterials_PutJobMaterialAsync body → 200201400401404415500
GET
/api/ERP/JobMaterials/{key}
Returns a single JobMaterial record for a given Unique Id.
ERPJobMaterials_GetJobMaterialAsync 1 param → 200400401404415500
DELETE
/api/ERP/JobMaterials/{key}
Deletes a single JobMaterial record.
ERPJobMaterials_DeleteJobMaterialAsync 1 param → 200400401404415500
GET
/api/ERP/JobMemos
Returns all existing JobMemos according to the filter, order by and pagination options.
ERPJobMemos_GetAllJobMemoAsync 4 params → 200400401404415500
PUT
/api/ERP/JobMemos
Creates or updates a single JobMemo record.
ERPJobMemos_PutJobMemoAsync body → 200201400401404415500
GET
/api/ERP/JobMemos/{key}
Returns a single JobMemo record for a given Unique Id.
ERPJobMemos_GetJobMemoAsync 1 param → 200400401404415500
DELETE
/api/ERP/JobMemos/{key}
Deletes a single JobMemo record.
ERPJobMemos_DeleteJobMemoAsync 1 param → 200400401404415500
GET
/api/ERP/JobOperations
Returns all existing JobOperations according to the filter, order by and pagination options.
ERPJobOperations_GetAllJobOperationAsync 4 params → 200400401404415500
PUT
/api/ERP/JobOperations
Creates or updates a single JobOperation record.
ERPJobOperations_PutJobOperationAsync body → 200201400401404415500
GET
/api/ERP/JobOperations/{key}
Returns a single JobOperation record for a given Unique Id.
ERPJobOperations_GetJobOperationAsync 1 param → 200400401404415500
DELETE
/api/ERP/JobOperations/{key}
Deletes a single JobOperation record.
ERPJobOperations_DeleteJobOperationAsync 1 param → 200400401404415500
GET
/api/ERP/JobPriorities
Returns all existing JobPriorities according to the filter, order by and pagination options.
ERPJobPriorities_GetAllJobPriorityAsync 4 params → 200400401404415500
PUT
/api/ERP/JobPriorities
Creates or updates a single JobPriority record.
ERPJobPriorities_PutJobPriorityAsync body → 200201400401404415500
GET
/api/ERP/JobPriorities/{key}
Returns a single JobPriority record for a given Unique Id.
ERPJobPriorities_GetJobPriorityAsync 1 param → 200400401404415500
DELETE
/api/ERP/JobPriorities/{key}
Deletes a single JobPriority record.
ERPJobPriorities_DeleteJobPriorityAsync 1 param → 200400401404415500
GET
/api/ERP/Jobs
Returns all existing Jobs according to the filter, order by and pagination options.
ERPJobs_GetAllJobAsync 4 params → 200400401404415500
PUT
/api/ERP/Jobs
Creates or updates a single Job record.
ERPJobs_PutJobAsync body → 200201400401404415500
GET
/api/ERP/Jobs/{key}
Returns a single Job record for a given Unique Id.
ERPJobs_GetJobAsync 1 param → 200400401404415500
DELETE
/api/ERP/Jobs/{key}
Deletes a single Job record.
ERPJobs_DeleteJobAsync 1 param → 200400401404415500
GET
/api/ERP/JobScenarios
Returns all existing JobScenarios according to the filter, order by and pagination options.
ERPJobScenarios_GetAllJobScenarioAsync 4 params → 200400401404415500
PUT
/api/ERP/JobScenarios
Creates or updates a single JobScenario record.
ERPJobScenarios_PutJobScenarioAsync body → 200201400401404415500
GET
/api/ERP/JobScenarios/{key}
Returns a single JobScenario record for a given Unique Id.
ERPJobScenarios_GetJobScenarioAsync 1 param → 200400401404415500
DELETE
/api/ERP/JobScenarios/{key}
Deletes a single JobScenario record.
ERPJobScenarios_DeleteJobScenarioAsync 1 param → 200400401404415500
GET
/api/ERP/MRPDemands
Returns all existing MRPDemands according to the filter, order by and pagination options.
ERPMRPDemands_GetAllMRPDemandAsync 4 params → 200400401404415500
PUT
/api/ERP/MRPDemands
Creates or updates a single MRPDemand record.
ERPMRPDemands_PutMRPDemandAsync body → 200201400401404415500
GET
/api/ERP/MRPDemands/{key}
Returns a single MRPDemand record for a given Unique Id.
ERPMRPDemands_GetMRPDemandAsync 1 param → 200400401404415500
DELETE
/api/ERP/MRPDemands/{key}
Deletes a single MRPDemand record.
ERPMRPDemands_DeleteMRPDemandAsync 1 param → 200400401404415500
GET
/api/ERP/MRPJobDetails
Returns all existing MRPJobDetails according to the filter, order by and pagination options.
ERPMRPJobDetails_GetAllMRPJobDetailAsync 4 params → 200400401404415500
PUT
/api/ERP/MRPJobDetails
Creates or updates a single MRPJobDetail record.
ERPMRPJobDetails_PutMRPJobDetailAsync body → 200201400401404415500
GET
/api/ERP/MRPJobDetails/{key}
Returns a single MRPJobDetail record for a given Unique Id.
ERPMRPJobDetails_GetMRPJobDetailAsync 1 param → 200400401404415500
DELETE
/api/ERP/MRPJobDetails/{key}
Deletes a single MRPJobDetail record.
ERPMRPJobDetails_DeleteMRPJobDetailAsync 1 param → 200400401404415500
GET
/api/ERP/MRPLines
Returns all existing MRPLines according to the filter, order by and pagination options.
ERPMRPLines_GetAllMRPLineAsync 4 params → 200400401404415500
PUT
/api/ERP/MRPLines
Creates or updates a single MRPLine record.
ERPMRPLines_PutMRPLineAsync body → 200201400401404415500
GET
/api/ERP/MRPLines/{key}
Returns a single MRPLine record for a given Unique Id.
ERPMRPLines_GetMRPLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/MRPLines/{key}
Deletes a single MRPLine record.
ERPMRPLines_DeleteMRPLineAsync 1 param → 200400401404415500
GET
/api/ERP/MRPSessions
Returns all existing MRPSessions according to the filter, order by and pagination options.
ERPMRPSessions_GetAllMRPSessionAsync 4 params → 200400401404415500
PUT
/api/ERP/MRPSessions
Creates or updates a single MRPSession record.
ERPMRPSessions_PutMRPSessionAsync body → 200201400401404415500
GET
/api/ERP/MRPSessions/{key}
Returns a single MRPSession record for a given Unique Id.
ERPMRPSessions_GetMRPSessionAsync 1 param → 200400401404415500
DELETE
/api/ERP/MRPSessions/{key}
Deletes a single MRPSession record.
ERPMRPSessions_DeleteMRPSessionAsync 1 param → 200400401404415500
GET
/api/ERP/MRPSupply
Returns all existing MRPSupply according to the filter, order by and pagination options.
ERPMRPSupply_GetAllMRPSupplyAsync 4 params → 200400401404415500
PUT
/api/ERP/MRPSupply
Creates or updates a single MRPSupply record.
ERPMRPSupply_PutMRPSupplyAsync body → 200201400401404415500
GET
/api/ERP/MRPSupply/{key}
Returns a single MRPSupply record for a given Unique Id.
ERPMRPSupply_GetMRPSupplyAsync 1 param → 200400401404415500
DELETE
/api/ERP/MRPSupply/{key}
Deletes a single MRPSupply record.
ERPMRPSupply_DeleteMRPSupplyAsync 1 param → 200400401404415500
GET
/api/ERP/PlantDepartments
Returns all existing PlantDepartments according to the filter, order by and pagination options.
ERPPlantDepartments_GetAllPlantDepartmentAsync 4 params → 200400401404415500
PUT
/api/ERP/PlantDepartments
Creates or updates a single PlantDepartment record.
ERPPlantDepartments_PutPlantDepartmentAsync body → 200201400401404415500
GET
/api/ERP/PlantDepartments/{key}
Returns a single PlantDepartment record for a given Unique Id.
ERPPlantDepartments_GetPlantDepartmentAsync 1 param → 200400401404415500
DELETE
/api/ERP/PlantDepartments/{key}
Deletes a single PlantDepartment record.
ERPPlantDepartments_DeletePlantDepartmentAsync 1 param → 200400401404415500
GET
/api/ERP/Plants
Returns all existing Plants according to the filter, order by and pagination options.
ERPPlants_GetAllPlantAsync 4 params → 200400401404415500
PUT
/api/ERP/Plants
Creates or updates a single Plant record.
ERPPlants_PutPlantAsync body → 200201400401404415500
GET
/api/ERP/Plants/{key}
Returns a single Plant record for a given Unique Id.
ERPPlants_GetPlantAsync 1 param → 200400401404415500
DELETE
/api/ERP/Plants/{key}
Deletes a single Plant record.
ERPPlants_DeletePlantAsync 1 param → 200400401404415500
GET
/api/ERP/Priorities
Returns all existing Priorities according to the filter, order by and pagination options.
ERPPriorities_GetAllPriorityAsync 4 params → 200400401404415500
PUT
/api/ERP/Priorities
Creates or updates a single Priority record.
ERPPriorities_PutPriorityAsync body → 200201400401404415500
GET
/api/ERP/Priorities/{key}
Returns a single Priority record for a given Unique Id.
ERPPriorities_GetPriorityAsync 1 param → 200400401404415500
DELETE
/api/ERP/Priorities/{key}
Deletes a single Priority record.
ERPPriorities_DeletePriorityAsync 1 param → 200400401404415500
GET
/api/ERP/Processes
Returns all existing Processes according to the filter, order by and pagination options.
ERPProcesses_GetAllProcessAsync 4 params → 200400401404415500
PUT
/api/ERP/Processes
Creates or updates a single Process record.
ERPProcesses_PutProcessAsync body → 200201400401404415500
GET
/api/ERP/Processes/{key}
Returns a single Process record for a given Unique Id.
ERPProcesses_GetProcessAsync 1 param → 200400401404415500
DELETE
/api/ERP/Processes/{key}
Deletes a single Process record.
ERPProcesses_DeleteProcessAsync 1 param → 200400401404415500
GET
/api/ERP/ProductionCalendarDays
Returns all existing ProductionCalendarDays according to the filter, order by and pagination options.
ERPProductionCalendarDays_GetAllProductionCalendarDayAsync 4 params → 200400401404415500
GET
/api/ERP/ProductionCalendarDays/{key}
Returns a single ProductionCalendarDay record for a given Unique Id.
ERPProductionCalendarDays_GetProductionCalendarDayAsync 1 param → 200400401404415500
GET
/api/ERP/ProductionCalendars
Returns all existing ProductionCalendars according to the filter, order by and pagination options.
ERPProductionCalendars_GetAllProductionCalendarAsync 4 params → 200400401404415500
GET
/api/ERP/ProductionCalendars/{key}
Returns a single ProductionCalendar record for a given Unique Id.
ERPProductionCalendars_GetProductionCalendarAsync 1 param → 200400401404415500
GET
/api/ERP/ProductionCalendarWorkCenters
Returns all existing ProductionCalendarWorkCenters according to the filter, order by and pagination options.
ERPProductionCalendarWorkCenters_GetAllProductionCalendarWorkCenterAsync 4 params → 200400401404415500
GET
/api/ERP/ProductionCalendarWorkCenters/{key}
Returns a single ProductionCalendarWorkCenter record for a given Unique Id.
ERPProductionCalendarWorkCenters_GetProductionCalendarWorkCenterAsync 1 param → 200400401404415500
GET
/api/ERP/ProductionDepartments
Returns all existing ProductionDepartments according to the filter, order by and pagination options.
ERPProductionDepartments_GetAllProductionDepartmentAsync 4 params → 200400401404415500
PUT
/api/ERP/ProductionDepartments
Creates or updates a single ProductionDepartment record.
ERPProductionDepartments_PutProductionDepartmentAsync body → 200201400401404415500
GET
/api/ERP/ProductionDepartments/{key}
Returns a single ProductionDepartment record for a given Unique Id.
ERPProductionDepartments_GetProductionDepartmentAsync 1 param → 200400401404415500
DELETE
/api/ERP/ProductionDepartments/{key}
Deletes a single ProductionDepartment record.
ERPProductionDepartments_DeleteProductionDepartmentAsync 1 param → 200400401404415500
GET
/api/ERP/ToolCategories
Returns all existing ToolCategories according to the filter, order by and pagination options.
ERPToolCategories_GetAllToolCategoryAsync 4 params → 200400401404415500
GET
/api/ERP/ToolCategories/{key}
Returns a single ToolCategory record for a given Unique Id.
ERPToolCategories_GetToolCategoryAsync 1 param → 200400401404415500
GET
/api/ERP/ToolMemos
Returns all existing ToolMemos according to the filter, order by and pagination options.
ERPToolMemos_GetAllToolMemoAsync 4 params → 200400401404415500
PUT
/api/ERP/ToolMemos
Creates or updates a single ToolMemo record.
ERPToolMemos_PutToolMemoAsync body → 200201400401404415500
GET
/api/ERP/ToolMemos/{key}
Returns a single ToolMemo record for a given Unique Id.
ERPToolMemos_GetToolMemoAsync 1 param → 200400401404415500
DELETE
/api/ERP/ToolMemos/{key}
Deletes a single ToolMemo record.
ERPToolMemos_DeleteToolMemoAsync 1 param → 200400401404415500
GET
/api/ERP/ToolMovements
Returns all existing ToolMovements according to the filter, order by and pagination options.
ERPToolMovements_GetAllToolMovementAsync 4 params → 200400401404415500
PUT
/api/ERP/ToolMovements
Creates or updates a single ToolMovement record.
ERPToolMovements_PutToolMovementAsync body → 200201400401404415500
GET
/api/ERP/ToolMovements/{key}
Returns a single ToolMovement record for a given Unique Id.
ERPToolMovements_GetToolMovementAsync 1 param → 200400401404415500
DELETE
/api/ERP/ToolMovements/{key}
Deletes a single ToolMovement record.
ERPToolMovements_DeleteToolMovementAsync 1 param → 200400401404415500
GET
/api/ERP/Tools
Returns all existing Tools according to the filter, order by and pagination options.
ERPTools_GetAllToolAsync 4 params → 200400401404415500
PUT
/api/ERP/Tools
Creates or updates a single Tool record.
ERPTools_PutToolAsync body → 200201400401404415500
GET
/api/ERP/Tools/{key}
Returns a single Tool record for a given Unique Id.
ERPTools_GetToolAsync 1 param → 200400401404415500
DELETE
/api/ERP/Tools/{key}
Deletes a single Tool record.
ERPTools_DeleteToolAsync 1 param → 200400401404415500
GET
/api/ERP/WorkCenterMachines
Returns all existing WorkCenterMachines according to the filter, order by and pagination options.
ERPWorkCenterMachines_GetAllWorkCenterMachineAsync 4 params → 200400401404415500
PUT
/api/ERP/WorkCenterMachines
Creates or updates a single WorkCenterMachine record.
ERPWorkCenterMachines_PutWorkCenterMachineAsync body → 200201400401404415500
GET
/api/ERP/WorkCenterMachines/{key}
Returns a single WorkCenterMachine record for a given Unique Id.
ERPWorkCenterMachines_GetWorkCenterMachineAsync 1 param → 200400401404415500
DELETE
/api/ERP/WorkCenterMachines/{key}
Deletes a single WorkCenterMachine record.
ERPWorkCenterMachines_DeleteWorkCenterMachineAsync 1 param → 200400401404415500
GET
/api/ERP/WorkCenterMemos
Returns all existing WorkCenterMemos according to the filter, order by and pagination options.
ERPWorkCenterMemos_GetAllWorkCenterMemoAsync 4 params → 200400401404415500
PUT
/api/ERP/WorkCenterMemos
Creates or updates a single WorkCenterMemo record.
ERPWorkCenterMemos_PutWorkCenterMemoAsync body → 200201400401404415500
GET
/api/ERP/WorkCenterMemos/{key}
Returns a single WorkCenterMemo record for a given Unique Id.
ERPWorkCenterMemos_GetWorkCenterMemoAsync 1 param → 200400401404415500
DELETE
/api/ERP/WorkCenterMemos/{key}
Deletes a single WorkCenterMemo record.
ERPWorkCenterMemos_DeleteWorkCenterMemoAsync 1 param → 200400401404415500
GET
/api/ERP/WorkCenters
Returns all existing WorkCenters according to the filter, order by and pagination options.
ERPWorkCenters_GetAllWorkCenterAsync 4 params → 200400401404415500
PUT
/api/ERP/WorkCenters
Creates or updates a single WorkCenter record.
ERPWorkCenters_PutWorkCenterAsync body → 200201400401404415500
GET
/api/ERP/WorkCenters/{key}
Returns a single WorkCenter record for a given Unique Id.
ERPWorkCenters_GetWorkCenterAsync 1 param → 200400401404415500
DELETE
/api/ERP/WorkCenters/{key}
Deletes a single WorkCenter record.
ERPWorkCenters_DeleteWorkCenterAsync 1 param → 200400401404415500
ERP/PROJECTS 16
GET
/api/ERP/ProjectAreas
Returns all existing ProjectAreas according to the filter, order by and pagination options.
ERPProjectAreas_GetAllProjectAreaAsync 4 params → 200400401404415500
PUT
/api/ERP/ProjectAreas
Creates or updates a single ProjectArea record.
ERPProjectAreas_PutProjectAreaAsync body → 200201400401404415500
GET
/api/ERP/ProjectAreas/{key}
Returns a single ProjectArea record for a given Unique Id.
ERPProjectAreas_GetProjectAreaAsync 1 param → 200400401404415500
DELETE
/api/ERP/ProjectAreas/{key}
Deletes a single ProjectArea record.
ERPProjectAreas_DeleteProjectAreaAsync 1 param → 200400401404415500
GET
/api/ERP/ProjectContacts
Returns all existing ProjectContacts according to the filter, order by and pagination options.
ERPProjectContacts_GetAllProjectContactAsync 4 params → 200400401404415500
PUT
/api/ERP/ProjectContacts
Creates or updates a single ProjectContact record.
ERPProjectContacts_PutProjectContactAsync body → 200201400401404415500
GET
/api/ERP/ProjectContacts/{key}
Returns a single ProjectContact record for a given Unique Id.
ERPProjectContacts_GetProjectContactAsync 1 param → 200400401404415500
DELETE
/api/ERP/ProjectContacts/{key}
Deletes a single ProjectContact record.
ERPProjectContacts_DeleteProjectContactAsync 1 param → 200400401404415500
GET
/api/ERP/Projects
Returns all existing Projects according to the filter, order by and pagination options.
ERPProjects_GetAllProjectAsync 4 params → 200400401404415500
PUT
/api/ERP/Projects
Creates or updates a single Project record.
ERPProjects_PutProjectAsync body → 200201400401404415500
GET
/api/ERP/Projects/{key}
Returns a single Project record for a given Unique Id.
ERPProjects_GetProjectAsync 1 param → 200400401404415500
DELETE
/api/ERP/Projects/{key}
Deletes a single Project record.
ERPProjects_DeleteProjectAsync 1 param → 200400401404415500
GET
/api/ERP/ProjectTypes
Returns all existing ProjectTypes according to the filter, order by and pagination options.
ERPProjectTypes_GetAllProjectTypeAsync 4 params → 200400401404415500
PUT
/api/ERP/ProjectTypes
Creates or updates a single ProjectType record.
ERPProjectTypes_PutProjectTypeAsync body → 200201400401404415500
GET
/api/ERP/ProjectTypes/{key}
Returns a single ProjectType record for a given Unique Id.
ERPProjectTypes_GetProjectTypeAsync 1 param → 200400401404415500
DELETE
/api/ERP/ProjectTypes/{key}
Deletes a single ProjectType record.
ERPProjectTypes_DeleteProjectTypeAsync 1 param → 200400401404415500
ERP/PURCHASEORDERS 64
GET
/api/ERP/PurchaseOrderAccounts
Returns all existing PurchaseOrderAccounts according to the filter, order by and pagination options.
ERPPurchaseOrderAccounts_GetAllPurchaseOrderAccountAsync 4 params → 200400401404415500
PUT
/api/ERP/PurchaseOrderAccounts
Creates or updates a single PurchaseOrderAccount record.
ERPPurchaseOrderAccounts_PutPurchaseOrderAccountAsync body → 200201400401404415500
GET
/api/ERP/PurchaseOrderAccounts/{key}
Returns a single PurchaseOrderAccount record for a given Unique Id.
ERPPurchaseOrderAccounts_GetPurchaseOrderAccountAsync 1 param → 200400401404415500
DELETE
/api/ERP/PurchaseOrderAccounts/{key}
Deletes a single PurchaseOrderAccount record.
ERPPurchaseOrderAccounts_DeletePurchaseOrderAccountAsync 1 param → 200400401404415500
GET
/api/ERP/PurchaseOrderApprovals
Returns all existing PurchaseOrderApprovals according to the filter, order by and pagination options.
ERPPurchaseOrderApprovals_GetAllPurchaseOrderApprovalAsync 4 params → 200400401404415500
PUT
/api/ERP/PurchaseOrderApprovals
Creates or updates a single PurchaseOrderApproval record.
ERPPurchaseOrderApprovals_PutPurchaseOrderApprovalAsync body → 200201400401404415500
GET
/api/ERP/PurchaseOrderApprovals/{key}
Returns a single PurchaseOrderApproval record for a given Unique Id.
ERPPurchaseOrderApprovals_GetPurchaseOrderApprovalAsync 1 param → 200400401404415500
DELETE
/api/ERP/PurchaseOrderApprovals/{key}
Deletes a single PurchaseOrderApproval record.
ERPPurchaseOrderApprovals_DeletePurchaseOrderApprovalAsync 1 param → 200400401404415500
GET
/api/ERP/PurchaseOrderComponents
Returns all existing PurchaseOrderComponents according to the filter, order by and pagination options.
ERPPurchaseOrderComponents_GetAllPurchaseOrderComponentAsync 4 params → 200400401404415500
PUT
/api/ERP/PurchaseOrderComponents
Creates or updates a single PurchaseOrderComponent record.
ERPPurchaseOrderComponents_PutPurchaseOrderComponentAsync body → 200201400401404415500
GET
/api/ERP/PurchaseOrderComponents/{key}
Returns a single PurchaseOrderComponent record for a given Unique Id.
ERPPurchaseOrderComponents_GetPurchaseOrderComponentAsync 1 param → 200400401404415500
DELETE
/api/ERP/PurchaseOrderComponents/{key}
Deletes a single PurchaseOrderComponent record.
ERPPurchaseOrderComponents_DeletePurchaseOrderComponentAsync 1 param → 200400401404415500
GET
/api/ERP/PurchaseOrderDeliveries
Returns all existing PurchaseOrderDeliveries according to the filter, order by and pagination options.
ERPPurchaseOrderDeliveries_GetAllPurchaseOrderDeliveryAsync 4 params → 200400401404415500
PUT
/api/ERP/PurchaseOrderDeliveries
Creates or updates a single PurchaseOrderDelivery record.
ERPPurchaseOrderDeliveries_PutPurchaseOrderDeliveryAsync body → 200201400401404415500
GET
/api/ERP/PurchaseOrderDeliveries/{key}
Returns a single PurchaseOrderDelivery record for a given Unique Id.
ERPPurchaseOrderDeliveries_GetPurchaseOrderDeliveryAsync 1 param → 200400401404415500
DELETE
/api/ERP/PurchaseOrderDeliveries/{key}
Deletes a single PurchaseOrderDelivery record.
ERPPurchaseOrderDeliveries_DeletePurchaseOrderDeliveryAsync 1 param → 200400401404415500
GET
/api/ERP/PurchaseOrderLines
Returns all existing PurchaseOrderLines according to the filter, order by and pagination options.
ERPPurchaseOrderLines_GetAllPurchaseOrderLineAsync 4 params → 200400401404415500
PUT
/api/ERP/PurchaseOrderLines
Creates or updates a single PurchaseOrderLine record.
ERPPurchaseOrderLines_PutPurchaseOrderLineAsync body → 200201400401404415500
GET
/api/ERP/PurchaseOrderLines/{key}
Returns a single PurchaseOrderLine record for a given Unique Id.
ERPPurchaseOrderLines_GetPurchaseOrderLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/PurchaseOrderLines/{key}
Deletes a single PurchaseOrderLine record.
ERPPurchaseOrderLines_DeletePurchaseOrderLineAsync 1 param → 200400401404415500
GET
/api/ERP/PurchaseOrderMemos
Returns all existing PurchaseOrderMemos according to the filter, order by and pagination options.
ERPPurchaseOrderMemos_GetAllPurchaseOrderMemoAsync 4 params → 200400401404415500
PUT
/api/ERP/PurchaseOrderMemos
Creates or updates a single PurchaseOrderMemo record.
ERPPurchaseOrderMemos_PutPurchaseOrderMemoAsync body → 200201400401404415500
GET
/api/ERP/PurchaseOrderMemos/{key}
Returns a single PurchaseOrderMemo record for a given Unique Id.
ERPPurchaseOrderMemos_GetPurchaseOrderMemoAsync 1 param → 200400401404415500
DELETE
/api/ERP/PurchaseOrderMemos/{key}
Deletes a single PurchaseOrderMemo record.
ERPPurchaseOrderMemos_DeletePurchaseOrderMemoAsync 1 param → 200400401404415500
GET
/api/ERP/PurchaseOrders
Returns all existing PurchaseOrders according to the filter, order by and pagination options.
ERPPurchaseOrders_GetAllPurchaseOrderAsync 4 params → 200400401404415500
PUT
/api/ERP/PurchaseOrders
Creates or updates a single PurchaseOrder record.
ERPPurchaseOrders_PutPurchaseOrderAsync body → 200201400401404415500
GET
/api/ERP/PurchaseOrders/{key}
Returns a single PurchaseOrder record for a given Unique Id.
ERPPurchaseOrders_GetPurchaseOrderAsync 1 param → 200400401404415500
DELETE
/api/ERP/PurchaseOrders/{key}
Deletes a single PurchaseOrder record.
ERPPurchaseOrders_DeletePurchaseOrderAsync 1 param → 200400401404415500
GET
/api/ERP/PurchasePlannerLines
Returns all existing PurchasePlannerLines according to the filter, order by and pagination options.
ERPPurchasePlannerLines_GetAllPurchasePlannerLineAsync 4 params → 200400401404415500
PUT
/api/ERP/PurchasePlannerLines
Creates or updates a single PurchasePlannerLine record.
ERPPurchasePlannerLines_PutPurchasePlannerLineAsync body → 200201400401404415500
GET
/api/ERP/PurchasePlannerLines/{key}
Returns a single PurchasePlannerLine record for a given Unique Id.
ERPPurchasePlannerLines_GetPurchasePlannerLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/PurchasePlannerLines/{key}
Deletes a single PurchasePlannerLine record.
ERPPurchasePlannerLines_DeletePurchasePlannerLineAsync 1 param → 200400401404415500
GET
/api/ERP/PurchasePlannerOrderDetails
Returns all existing PurchasePlannerOrderDetails according to the filter, order by and pagination options.
ERPPurchasePlannerOrderDetails_GetAllPurchasePlannerOrderDetailAsync 4 params → 200400401404415500
PUT
/api/ERP/PurchasePlannerOrderDetails
Creates or updates a single PurchasePlannerOrderDetail record.
ERPPurchasePlannerOrderDetails_PutPurchasePlannerOrderDetailAsync body → 200201400401404415500
GET
/api/ERP/PurchasePlannerOrderDetails/{key}
Returns a single PurchasePlannerOrderDetail record for a given Unique Id.
ERPPurchasePlannerOrderDetails_GetPurchasePlannerOrderDetailAsync 1 param → 200400401404415500
DELETE
/api/ERP/PurchasePlannerOrderDetails/{key}
Deletes a single PurchasePlannerOrderDetail record.
ERPPurchasePlannerOrderDetails_DeletePurchasePlannerOrderDetailAsync 1 param → 200400401404415500
GET
/api/ERP/PurchasePlannerRequirements
Returns all existing PurchasePlannerRequirements according to the filter, order by and pagination options.
ERPPurchasePlannerRequirements_GetAllPurchasePlannerRequirementAsync 4 params → 200400401404415500
PUT
/api/ERP/PurchasePlannerRequirements
Creates or updates a single PurchasePlannerRequirement record.
ERPPurchasePlannerRequirements_PutPurchasePlannerRequirementAsync body → 200201400401404415500
GET
/api/ERP/PurchasePlannerRequirements/{key}
Returns a single PurchasePlannerRequirement record for a given Unique Id.
ERPPurchasePlannerRequirements_GetPurchasePlannerRequirementAsync 1 param → 200400401404415500
DELETE
/api/ERP/PurchasePlannerRequirements/{key}
Deletes a single PurchasePlannerRequirement record.
ERPPurchasePlannerRequirements_DeletePurchasePlannerRequirementAsync 1 param → 200400401404415500
GET
/api/ERP/PurchasePlannerSessions
Returns all existing PurchasePlannerSessions according to the filter, order by and pagination options.
ERPPurchasePlannerSessions_GetAllPurchasePlannerSessionAsync 4 params → 200400401404415500
PUT
/api/ERP/PurchasePlannerSessions
Creates or updates a single PurchasePlannerSession record.
ERPPurchasePlannerSessions_PutPurchasePlannerSessionAsync body → 200201400401404415500
GET
/api/ERP/PurchasePlannerSessions/{key}
Returns a single PurchasePlannerSession record for a given Unique Id.
ERPPurchasePlannerSessions_GetPurchasePlannerSessionAsync 1 param → 200400401404415500
DELETE
/api/ERP/PurchasePlannerSessions/{key}
Deletes a single PurchasePlannerSession record.
ERPPurchasePlannerSessions_DeletePurchasePlannerSessionAsync 1 param → 200400401404415500
GET
/api/ERP/RFQLines
Returns all existing RFQLines according to the filter, order by and pagination options.
ERPRFQLines_GetAllRFQLineAsync 4 params → 200400401404415500
PUT
/api/ERP/RFQLines
Creates or updates a single RFQLine record.
ERPRFQLines_PutRFQLineAsync body → 200201400401404415500
GET
/api/ERP/RFQLines/{key}
Returns a single RFQLine record for a given Unique Id.
ERPRFQLines_GetRFQLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/RFQLines/{key}
Deletes a single RFQLine record.
ERPRFQLines_DeleteRFQLineAsync 1 param → 200400401404415500
GET
/api/ERP/RFQMemos
Returns all existing RFQMemos according to the filter, order by and pagination options.
ERPRFQMemos_GetAllRFQMemoAsync 4 params → 200400401404415500
PUT
/api/ERP/RFQMemos
Creates or updates a single RFQMemo record.
ERPRFQMemos_PutRFQMemoAsync body → 200201400401404415500
GET
/api/ERP/RFQMemos/{key}
Returns a single RFQMemo record for a given Unique Id.
ERPRFQMemos_GetRFQMemoAsync 1 param → 200400401404415500
DELETE
/api/ERP/RFQMemos/{key}
Deletes a single RFQMemo record.
ERPRFQMemos_DeleteRFQMemoAsync 1 param → 200400401404415500
GET
/api/ERP/RFQQuantities
Returns all existing RFQQuantities according to the filter, order by and pagination options.
ERPRFQQuantities_GetAllRFQQuantityAsync 4 params → 200400401404415500
PUT
/api/ERP/RFQQuantities
Creates or updates a single RFQQuantity record.
ERPRFQQuantities_PutRFQQuantityAsync body → 200201400401404415500
GET
/api/ERP/RFQQuantities/{key}
Returns a single RFQQuantity record for a given Unique Id.
ERPRFQQuantities_GetRFQQuantityAsync 1 param → 200400401404415500
DELETE
/api/ERP/RFQQuantities/{key}
Deletes a single RFQQuantity record.
ERPRFQQuantities_DeleteRFQQuantityAsync 1 param → 200400401404415500
GET
/api/ERP/RFQs
Returns all existing RFQs according to the filter, order by and pagination options.
ERPRFQs_GetAllRFQAsync 4 params → 200400401404415500
PUT
/api/ERP/RFQs
Creates or updates a single RFQ record.
ERPRFQs_PutRFQAsync body → 200201400401404415500
GET
/api/ERP/RFQs/{key}
Returns a single RFQ record for a given Unique Id.
ERPRFQs_GetRFQAsync 1 param → 200400401404415500
DELETE
/api/ERP/RFQs/{key}
Deletes a single RFQ record.
ERPRFQs_DeleteRFQAsync 1 param → 200400401404415500
GET
/api/ERP/RFQSuppliers
Returns all existing RFQSuppliers according to the filter, order by and pagination options.
ERPRFQSuppliers_GetAllRFQSupplierAsync 4 params → 200400401404415500
PUT
/api/ERP/RFQSuppliers
Creates or updates a single RFQSupplier record.
ERPRFQSuppliers_PutRFQSupplierAsync body → 200201400401404415500
GET
/api/ERP/RFQSuppliers/{key}
Returns a single RFQSupplier record for a given Unique Id.
ERPRFQSuppliers_GetRFQSupplierAsync 1 param → 200400401404415500
DELETE
/api/ERP/RFQSuppliers/{key}
Deletes a single RFQSupplier record.
ERPRFQSuppliers_DeleteRFQSupplierAsync 1 param → 200400401404415500
ERP/PURCHASERECEIPTS 12
GET
/api/ERP/ReceiptComponents
Returns all existing ReceiptComponents according to the filter, order by and pagination options.
ERPReceiptComponents_GetAllReceiptComponentAsync 4 params → 200400401404415500
PUT
/api/ERP/ReceiptComponents
Creates or updates a single ReceiptComponent record.
ERPReceiptComponents_PutReceiptComponentAsync body → 200201400401404415500
GET
/api/ERP/ReceiptComponents/{key}
Returns a single ReceiptComponent record for a given Unique Id.
ERPReceiptComponents_GetReceiptComponentAsync 1 param → 200400401404415500
DELETE
/api/ERP/ReceiptComponents/{key}
Deletes a single ReceiptComponent record.
ERPReceiptComponents_DeleteReceiptComponentAsync 1 param → 200400401404415500
GET
/api/ERP/ReceiptLines
Returns all existing ReceiptLines according to the filter, order by and pagination options.
ERPReceiptLines_GetAllReceiptLineAsync 4 params → 200400401404415500
PUT
/api/ERP/ReceiptLines
Creates or updates a single ReceiptLine record.
ERPReceiptLines_PutReceiptLineAsync body → 200201400401404415500
GET
/api/ERP/ReceiptLines/{key}
Returns a single ReceiptLine record for a given Unique Id.
ERPReceiptLines_GetReceiptLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/ReceiptLines/{key}
Deletes a single ReceiptLine record.
ERPReceiptLines_DeleteReceiptLineAsync 1 param → 200400401404415500
GET
/api/ERP/Receipts
Returns all existing Receipts according to the filter, order by and pagination options.
ERPReceipts_GetAllReceiptAsync 4 params → 200400401404415500
PUT
/api/ERP/Receipts
Creates or updates a single Receipt record.
ERPReceipts_PutReceiptAsync body → 200201400401404415500
GET
/api/ERP/Receipts/{key}
Returns a single Receipt record for a given Unique Id.
ERPReceipts_GetReceiptAsync 1 param → 200400401404415500
DELETE
/api/ERP/Receipts/{key}
Deletes a single Receipt record.
ERPReceipts_DeleteReceiptAsync 1 param → 200400401404415500
ERP/QUALITY 90
GET
/api/ERP/CorrectiveActionCategories
Returns all existing CorrectiveActionCategories according to the filter, order by and pagination options.
ERPCorrectiveActionCategories_GetAllCorrectiveActionCategoryAsync 4 params → 200400401404415500
PUT
/api/ERP/CorrectiveActionCategories
Creates or updates a single CorrectiveActionCategory record.
ERPCorrectiveActionCategories_PutCorrectiveActionCategoryAsync body → 200201400401404415500
GET
/api/ERP/CorrectiveActionCategories/{key}
Returns a single CorrectiveActionCategory record for a given Unique Id.
ERPCorrectiveActionCategories_GetCorrectiveActionCategoryAsync 1 param → 200400401404415500
DELETE
/api/ERP/CorrectiveActionCategories/{key}
Deletes a single CorrectiveActionCategory record.
ERPCorrectiveActionCategories_DeleteCorrectiveActionCategoryAsync 1 param → 200400401404415500
GET
/api/ERP/CorrectiveActionCodes
Returns all existing CorrectiveActionCodes according to the filter, order by and pagination options.
ERPCorrectiveActionCodes_GetAllCorrectiveActionCodeAsync 4 params → 200400401404415500
PUT
/api/ERP/CorrectiveActionCodes
Creates or updates a single CorrectiveActionCode record.
ERPCorrectiveActionCodes_PutCorrectiveActionCodeAsync body → 200201400401404415500
GET
/api/ERP/CorrectiveActionCodes/{key}
Returns a single CorrectiveActionCode record for a given Unique Id.
ERPCorrectiveActionCodes_GetCorrectiveActionCodeAsync 1 param → 200400401404415500
DELETE
/api/ERP/CorrectiveActionCodes/{key}
Deletes a single CorrectiveActionCode record.
ERPCorrectiveActionCodes_DeleteCorrectiveActionCodeAsync 1 param → 200400401404415500
GET
/api/ERP/DMRClaimComponents
Returns all existing DMRClaimComponents according to the filter, order by and pagination options.
ERPDMRClaimComponents_GetAllDMRClaimComponentAsync 4 params → 200400401404415500
PUT
/api/ERP/DMRClaimComponents
Creates or updates a single DMRClaimComponent record.
ERPDMRClaimComponents_PutDMRClaimComponentAsync body → 200201400401404415500
GET
/api/ERP/DMRClaimComponents/{key}
Returns a single DMRClaimComponent record for a given Unique Id.
ERPDMRClaimComponents_GetDMRClaimComponentAsync 1 param → 200400401404415500
DELETE
/api/ERP/DMRClaimComponents/{key}
Deletes a single DMRClaimComponent record.
ERPDMRClaimComponents_DeleteDMRClaimComponentAsync 1 param → 200400401404415500
GET
/api/ERP/DMRClaimLines
Returns all existing DMRClaimLines according to the filter, order by and pagination options.
ERPDMRClaimLines_GetAllDMRClaimLineAsync 4 params → 200400401404415500
PUT
/api/ERP/DMRClaimLines
Creates or updates a single DMRClaimLine record.
ERPDMRClaimLines_PutDMRClaimLineAsync body → 200201400401404415500
GET
/api/ERP/DMRClaimLines/{key}
Returns a single DMRClaimLine record for a given Unique Id.
ERPDMRClaimLines_GetDMRClaimLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/DMRClaimLines/{key}
Deletes a single DMRClaimLine record.
ERPDMRClaimLines_DeleteDMRClaimLineAsync 1 param → 200400401404415500
GET
/api/ERP/DMRClaims
Returns all existing DMRClaims according to the filter, order by and pagination options.
ERPDMRClaims_GetAllDMRClaimAsync 4 params → 200400401404415500
PUT
/api/ERP/DMRClaims
Creates or updates a single DMRClaim record.
ERPDMRClaims_PutDMRClaimAsync body → 200201400401404415500
GET
/api/ERP/DMRClaims/{key}
Returns a single DMRClaim record for a given Unique Id.
ERPDMRClaims_GetDMRClaimAsync 1 param → 200400401404415500
DELETE
/api/ERP/DMRClaims/{key}
Deletes a single DMRClaim record.
ERPDMRClaims_DeleteDMRClaimAsync 1 param → 200400401404415500
GET
/api/ERP/DMRShipmentComponents
Returns all existing DMRShipmentComponents according to the filter, order by and pagination options.
ERPDMRShipmentComponents_GetAllDMRShipmentComponentAsync 4 params → 200400401404415500
PUT
/api/ERP/DMRShipmentComponents
Creates or updates a single DMRShipmentComponent record.
ERPDMRShipmentComponents_PutDMRShipmentComponentAsync body → 200201400401404415500
GET
/api/ERP/DMRShipmentComponents/{key}
Returns a single DMRShipmentComponent record for a given Unique Id.
ERPDMRShipmentComponents_GetDMRShipmentComponentAsync 1 param → 200400401404415500
DELETE
/api/ERP/DMRShipmentComponents/{key}
Deletes a single DMRShipmentComponent record.
ERPDMRShipmentComponents_DeleteDMRShipmentComponentAsync 1 param → 200400401404415500
GET
/api/ERP/DMRShipmentLines
Returns all existing DMRShipmentLines according to the filter, order by and pagination options.
ERPDMRShipmentLines_GetAllDMRShipmentLineAsync 4 params → 200400401404415500
PUT
/api/ERP/DMRShipmentLines
Creates or updates a single DMRShipmentLine record.
ERPDMRShipmentLines_PutDMRShipmentLineAsync body → 200201400401404415500
GET
/api/ERP/DMRShipmentLines/{key}
Returns a single DMRShipmentLine record for a given Unique Id.
ERPDMRShipmentLines_GetDMRShipmentLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/DMRShipmentLines/{key}
Deletes a single DMRShipmentLine record.
ERPDMRShipmentLines_DeleteDMRShipmentLineAsync 1 param → 200400401404415500
GET
/api/ERP/DMRShipments
Returns all existing DMRShipments according to the filter, order by and pagination options.
ERPDMRShipments_GetAllDMRShipmentAsync 4 params → 200400401404415500
PUT
/api/ERP/DMRShipments
Creates or updates a single DMRShipment record.
ERPDMRShipments_PutDMRShipmentAsync body → 200201400401404415500
GET
/api/ERP/DMRShipments/{key}
Returns a single DMRShipment record for a given Unique Id.
ERPDMRShipments_GetDMRShipmentAsync 1 param → 200400401404415500
DELETE
/api/ERP/DMRShipments/{key}
Deletes a single DMRShipment record.
ERPDMRShipments_DeleteDMRShipmentAsync 1 param → 200400401404415500
GET
/api/ERP/InspectionComponents
Returns all existing InspectionComponents according to the filter, order by and pagination options.
ERPInspectionComponents_GetAllInspectionComponentAsync 4 params → 200400401404415500
PUT
/api/ERP/InspectionComponents
Creates or updates a single InspectionComponent record.
ERPInspectionComponents_PutInspectionComponentAsync body → 200201400401404415500
GET
/api/ERP/InspectionComponents/{key}
Returns a single InspectionComponent record for a given Unique Id.
ERPInspectionComponents_GetInspectionComponentAsync 1 param → 200400401404415500
DELETE
/api/ERP/InspectionComponents/{key}
Deletes a single InspectionComponent record.
ERPInspectionComponents_DeleteInspectionComponentAsync 1 param → 200400401404415500
GET
/api/ERP/InspectionLineApprovals
Returns all existing InspectionLineApprovals according to the filter, order by and pagination options.
ERPInspectionLineApprovals_GetAllInspectionLineApprovalAsync 4 params → 200400401404415500
PUT
/api/ERP/InspectionLineApprovals
Creates or updates a single InspectionLineApproval record.
ERPInspectionLineApprovals_PutInspectionLineApprovalAsync body → 200201400401404415500
GET
/api/ERP/InspectionLineApprovals/{key}
Returns a single InspectionLineApproval record for a given Unique Id.
ERPInspectionLineApprovals_GetInspectionLineApprovalAsync 1 param → 200400401404415500
DELETE
/api/ERP/InspectionLineApprovals/{key}
Deletes a single InspectionLineApproval record.
ERPInspectionLineApprovals_DeleteInspectionLineApprovalAsync 1 param → 200400401404415500
GET
/api/ERP/InspectionLines
Returns all existing InspectionLines according to the filter, order by and pagination options.
ERPInspectionLines_GetAllInspectionLineAsync 4 params → 200400401404415500
PUT
/api/ERP/InspectionLines
Creates or updates a single InspectionLine record.
ERPInspectionLines_PutInspectionLineAsync body → 200201400401404415500
GET
/api/ERP/InspectionLines/{key}
Returns a single InspectionLine record for a given Unique Id.
ERPInspectionLines_GetInspectionLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/InspectionLines/{key}
Deletes a single InspectionLine record.
ERPInspectionLines_DeleteInspectionLineAsync 1 param → 200400401404415500
GET
/api/ERP/Inspections
Returns all existing Inspections according to the filter, order by and pagination options.
ERPInspections_GetAllInspectionAsync 4 params → 200400401404415500
PUT
/api/ERP/Inspections
Creates or updates a single Inspection record.
ERPInspections_PutInspectionAsync body → 200201400401404415500
GET
/api/ERP/Inspections/{key}
Returns a single Inspection record for a given Unique Id.
ERPInspections_GetInspectionAsync 1 param → 200400401404415500
DELETE
/api/ERP/Inspections/{key}
Deletes a single Inspection record.
ERPInspections_DeleteInspectionAsync 1 param → 200400401404415500
GET
/api/ERP/NonConformanceCategories
Returns all existing NonConformanceCategories according to the filter, order by and pagination options.
ERPNonConformanceCategories_GetAllNonConformanceCategoryAsync 4 params → 200400401404415500
PUT
/api/ERP/NonConformanceCategories
Creates or updates a single NonConformanceCategory record.
ERPNonConformanceCategories_PutNonConformanceCategoryAsync body → 200201400401404415500
GET
/api/ERP/NonConformanceCategories/{key}
Returns a single NonConformanceCategory record for a given Unique Id.
ERPNonConformanceCategories_GetNonConformanceCategoryAsync 1 param → 200400401404415500
DELETE
/api/ERP/NonConformanceCategories/{key}
Deletes a single NonConformanceCategory record.
ERPNonConformanceCategories_DeleteNonConformanceCategoryAsync 1 param → 200400401404415500
GET
/api/ERP/NonConformanceCauses
Returns all existing NonConformanceCauses according to the filter, order by and pagination options.
ERPNonConformanceCauses_GetAllNonConformanceCauseAsync 4 params → 200400401404415500
PUT
/api/ERP/NonConformanceCauses
Creates or updates a single NonConformanceCause record.
ERPNonConformanceCauses_PutNonConformanceCauseAsync body → 200201400401404415500
GET
/api/ERP/NonConformanceCauses/{key}
Returns a single NonConformanceCause record for a given Unique Id.
ERPNonConformanceCauses_GetNonConformanceCauseAsync 1 param → 200400401404415500
DELETE
/api/ERP/NonConformanceCauses/{key}
Deletes a single NonConformanceCause record.
ERPNonConformanceCauses_DeleteNonConformanceCauseAsync 1 param → 200400401404415500
GET
/api/ERP/NonConformanceCodes
Returns all existing NonConformanceCodes according to the filter, order by and pagination options.
ERPNonConformanceCodes_GetAllNonConformanceCodeAsync 4 params → 200400401404415500
PUT
/api/ERP/NonConformanceCodes
Creates or updates a single NonConformanceCode record.
ERPNonConformanceCodes_PutNonConformanceCodeAsync body → 200201400401404415500
GET
/api/ERP/NonConformanceCodes/{key}
Returns a single NonConformanceCode record for a given Unique Id.
ERPNonConformanceCodes_GetNonConformanceCodeAsync 1 param → 200400401404415500
DELETE
/api/ERP/NonConformanceCodes/{key}
Deletes a single NonConformanceCode record.
ERPNonConformanceCodes_DeleteNonConformanceCodeAsync 1 param → 200400401404415500
GET
/api/ERP/NonConformances
Returns all existing NonConformances according to the filter, order by and pagination options.
ERPNonConformances_GetAllNonConformanceAsync 4 params → 200400401404415500
PUT
/api/ERP/NonConformances
Creates or updates a single NonConformance record.
ERPNonConformances_PutNonConformanceAsync body → 200201400401404415500
GET
/api/ERP/NonConformances/{key}
Returns a single NonConformance record for a given Unique Id.
ERPNonConformances_GetNonConformanceAsync 1 param → 200400401404415500
DELETE
/api/ERP/NonConformances/{key}
Deletes a single NonConformance record.
ERPNonConformances_DeleteNonConformanceAsync 1 param → 200400401404415500
GET
/api/ERP/RMAActionTypes
Returns all existing RMAActionTypes according to the filter, order by and pagination options.
ERPRMAActionTypes_GetAllRMAActionTypeAsync 4 params → 200400401404415500
GET
/api/ERP/RMAActionTypes/{key}
Returns a single RMAActionType record for a given Unique Id.
ERPRMAActionTypes_GetRMAActionTypeAsync 1 param → 200400401404415500
GET
/api/ERP/RMAClaimComponents
Returns all existing RMAClaimComponents according to the filter, order by and pagination options.
ERPRMAClaimComponents_GetAllRMAClaimComponentAsync 4 params → 200400401404415500
PUT
/api/ERP/RMAClaimComponents
Creates or updates a single RMAClaimComponent record.
ERPRMAClaimComponents_PutRMAClaimComponentAsync body → 200201400401404415500
GET
/api/ERP/RMAClaimComponents/{key}
Returns a single RMAClaimComponent record for a given Unique Id.
ERPRMAClaimComponents_GetRMAClaimComponentAsync 1 param → 200400401404415500
DELETE
/api/ERP/RMAClaimComponents/{key}
Deletes a single RMAClaimComponent record.
ERPRMAClaimComponents_DeleteRMAClaimComponentAsync 1 param → 200400401404415500
GET
/api/ERP/RMAClaimLines
Returns all existing RMAClaimLines according to the filter, order by and pagination options.
ERPRMAClaimLines_GetAllRMAClaimLineAsync 4 params → 200400401404415500
PUT
/api/ERP/RMAClaimLines
Creates or updates a single RMAClaimLine record.
ERPRMAClaimLines_PutRMAClaimLineAsync body → 200201400401404415500
GET
/api/ERP/RMAClaimLines/{key}
Returns a single RMAClaimLine record for a given Unique Id.
ERPRMAClaimLines_GetRMAClaimLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/RMAClaimLines/{key}
Deletes a single RMAClaimLine record.
ERPRMAClaimLines_DeleteRMAClaimLineAsync 1 param → 200400401404415500
GET
/api/ERP/RMAClaims
Returns all existing RMAClaims according to the filter, order by and pagination options.
ERPRMAClaims_GetAllRMAClaimAsync 4 params → 200400401404415500
PUT
/api/ERP/RMAClaims
Creates or updates a single RMAClaim record.
ERPRMAClaims_PutRMAClaimAsync body → 200201400401404415500
GET
/api/ERP/RMAClaims/{key}
Returns a single RMAClaim record for a given Unique Id.
ERPRMAClaims_GetRMAClaimAsync 1 param → 200400401404415500
DELETE
/api/ERP/RMAClaims/{key}
Deletes a single RMAClaim record.
ERPRMAClaims_DeleteRMAClaimAsync 1 param → 200400401404415500
GET
/api/ERP/RMAReceiptComponents
Returns all existing RMAReceiptComponents according to the filter, order by and pagination options.
ERPRMAReceiptComponents_GetAllRMAReceiptComponentAsync 4 params → 200400401404415500
PUT
/api/ERP/RMAReceiptComponents
Creates or updates a single RMAReceiptComponent record.
ERPRMAReceiptComponents_PutRMAReceiptComponentAsync body → 200201400401404415500
GET
/api/ERP/RMAReceiptComponents/{key}
Returns a single RMAReceiptComponent record for a given Unique Id.
ERPRMAReceiptComponents_GetRMAReceiptComponentAsync 1 param → 200400401404415500
DELETE
/api/ERP/RMAReceiptComponents/{key}
Deletes a single RMAReceiptComponent record.
ERPRMAReceiptComponents_DeleteRMAReceiptComponentAsync 1 param → 200400401404415500
GET
/api/ERP/RMAReceiptLines
Returns all existing RMAReceiptLines according to the filter, order by and pagination options.
ERPRMAReceiptLines_GetAllRMAReceiptLineAsync 4 params → 200400401404415500
PUT
/api/ERP/RMAReceiptLines
Creates or updates a single RMAReceiptLine record.
ERPRMAReceiptLines_PutRMAReceiptLineAsync body → 200201400401404415500
GET
/api/ERP/RMAReceiptLines/{key}
Returns a single RMAReceiptLine record for a given Unique Id.
ERPRMAReceiptLines_GetRMAReceiptLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/RMAReceiptLines/{key}
Deletes a single RMAReceiptLine record.
ERPRMAReceiptLines_DeleteRMAReceiptLineAsync 1 param → 200400401404415500
GET
/api/ERP/RMAReceipts
Returns all existing RMAReceipts according to the filter, order by and pagination options.
ERPRMAReceipts_GetAllRMAReceiptAsync 4 params → 200400401404415500
PUT
/api/ERP/RMAReceipts
Creates or updates a single RMAReceipt record.
ERPRMAReceipts_PutRMAReceiptAsync body → 200201400401404415500
GET
/api/ERP/RMAReceipts/{key}
Returns a single RMAReceipt record for a given Unique Id.
ERPRMAReceipts_GetRMAReceiptAsync 1 param → 200400401404415500
DELETE
/api/ERP/RMAReceipts/{key}
Deletes a single RMAReceipt record.
ERPRMAReceipts_DeleteRMAReceiptAsync 1 param → 200400401404415500
ERP/QUOTATIONS 32
GET
/api/ERP/QuoteAssemblies
Returns all existing QuoteAssemblies according to the filter, order by and pagination options.
ERPQuoteAssemblies_GetAllQuoteAssemblyAsync 4 params → 200400401404415500
PUT
/api/ERP/QuoteAssemblies
Creates or updates a single QuoteAssembly record.
ERPQuoteAssemblies_PutQuoteAssemblyAsync body → 200201400401404415500
GET
/api/ERP/QuoteAssemblies/{key}
Returns a single QuoteAssembly record for a given Unique Id.
ERPQuoteAssemblies_GetQuoteAssemblyAsync 1 param → 200400401404415500
DELETE
/api/ERP/QuoteAssemblies/{key}
Deletes a single QuoteAssembly record.
ERPQuoteAssemblies_DeleteQuoteAssemblyAsync 1 param → 200400401404415500
GET
/api/ERP/QuoteLines
Returns all existing QuoteLines according to the filter, order by and pagination options.
ERPQuoteLines_GetAllQuoteLineAsync 4 params → 200400401404415500
PUT
/api/ERP/QuoteLines
Creates or updates a single QuoteLine record.
ERPQuoteLines_PutQuoteLineAsync body → 200201400401404415500
GET
/api/ERP/QuoteLines/{key}
Returns a single QuoteLine record for a given Unique Id.
ERPQuoteLines_GetQuoteLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/QuoteLines/{key}
Deletes a single QuoteLine record.
ERPQuoteLines_DeleteQuoteLineAsync 1 param → 200400401404415500
GET
/api/ERP/QuoteMaterials
Returns all existing QuoteMaterials according to the filter, order by and pagination options.
ERPQuoteMaterials_GetAllQuoteMaterialAsync 4 params → 200400401404415500
PUT
/api/ERP/QuoteMaterials
Creates or updates a single QuoteMaterial record.
ERPQuoteMaterials_PutQuoteMaterialAsync body → 200201400401404415500
GET
/api/ERP/QuoteMaterials/{key}
Returns a single QuoteMaterial record for a given Unique Id.
ERPQuoteMaterials_GetQuoteMaterialAsync 1 param → 200400401404415500
DELETE
/api/ERP/QuoteMaterials/{key}
Deletes a single QuoteMaterial record.
ERPQuoteMaterials_DeleteQuoteMaterialAsync 1 param → 200400401404415500
GET
/api/ERP/QuoteMemos
Returns all existing QuoteMemos according to the filter, order by and pagination options.
ERPQuoteMemos_GetAllQuoteMemoAsync 4 params → 200400401404415500
PUT
/api/ERP/QuoteMemos
Creates or updates a single QuoteMemo record.
ERPQuoteMemos_PutQuoteMemoAsync body → 200201400401404415500
GET
/api/ERP/QuoteMemos/{key}
Returns a single QuoteMemo record for a given Unique Id.
ERPQuoteMemos_GetQuoteMemoAsync 1 param → 200400401404415500
DELETE
/api/ERP/QuoteMemos/{key}
Deletes a single QuoteMemo record.
ERPQuoteMemos_DeleteQuoteMemoAsync 1 param → 200400401404415500
GET
/api/ERP/QuoteOperations
Returns all existing QuoteOperations according to the filter, order by and pagination options.
ERPQuoteOperations_GetAllQuoteOperationAsync 4 params → 200400401404415500
PUT
/api/ERP/QuoteOperations
Creates or updates a single QuoteOperation record.
ERPQuoteOperations_PutQuoteOperationAsync body → 200201400401404415500
GET
/api/ERP/QuoteOperations/{key}
Returns a single QuoteOperation record for a given Unique Id.
ERPQuoteOperations_GetQuoteOperationAsync 1 param → 200400401404415500
DELETE
/api/ERP/QuoteOperations/{key}
Deletes a single QuoteOperation record.
ERPQuoteOperations_DeleteQuoteOperationAsync 1 param → 200400401404415500
GET
/api/ERP/QuoteQuantities
Returns all existing QuoteQuantities according to the filter, order by and pagination options.
ERPQuoteQuantities_GetAllQuoteQuantityAsync 4 params → 200400401404415500
PUT
/api/ERP/QuoteQuantities
Creates or updates a single QuoteQuantity record.
ERPQuoteQuantities_PutQuoteQuantityAsync body → 200201400401404415500
GET
/api/ERP/QuoteQuantities/{key}
Returns a single QuoteQuantity record for a given Unique Id.
ERPQuoteQuantities_GetQuoteQuantityAsync 1 param → 200400401404415500
DELETE
/api/ERP/QuoteQuantities/{key}
Deletes a single QuoteQuantity record.
ERPQuoteQuantities_DeleteQuoteQuantityAsync 1 param → 200400401404415500
GET
/api/ERP/Quotes
Returns all existing Quotes according to the filter, order by and pagination options.
ERPQuotes_GetAllQuoteAsync 4 params → 200400401404415500
PUT
/api/ERP/Quotes
Creates or updates a single Quote record.
ERPQuotes_PutQuoteAsync body → 200201400401404415500
GET
/api/ERP/Quotes/{key}
Returns a single Quote record for a given Unique Id.
ERPQuotes_GetQuoteAsync 1 param → 200400401404415500
DELETE
/api/ERP/Quotes/{key}
Deletes a single Quote record.
ERPQuotes_DeleteQuoteAsync 1 param → 200400401404415500
GET
/api/ERP/QuoteSalesPeople
Returns all existing QuoteSalesPeople according to the filter, order by and pagination options.
ERPQuoteSalesPeople_GetAllQuoteSalesPersonAsync 4 params → 200400401404415500
PUT
/api/ERP/QuoteSalesPeople
Creates or updates a single QuoteSalesPerson record.
ERPQuoteSalesPeople_PutQuoteSalesPersonAsync body → 200201400401404415500
GET
/api/ERP/QuoteSalesPeople/{key}
Returns a single QuoteSalesPerson record for a given Unique Id.
ERPQuoteSalesPeople_GetQuoteSalesPersonAsync 1 param → 200400401404415500
DELETE
/api/ERP/QuoteSalesPeople/{key}
Deletes a single QuoteSalesPerson record.
ERPQuoteSalesPeople_DeleteQuoteSalesPersonAsync 1 param → 200400401404415500
ERP/SALESORDERS 40
GET
/api/ERP/SalesOrderApprovals
Returns all existing SalesOrderApprovals according to the filter, order by and pagination options.
ERPSalesOrderApprovals_GetAllSalesOrderApprovalAsync 4 params → 200400401404415500
PUT
/api/ERP/SalesOrderApprovals
Creates or updates a single SalesOrderApproval record.
ERPSalesOrderApprovals_PutSalesOrderApprovalAsync body → 200201400401404415500
GET
/api/ERP/SalesOrderApprovals/{key}
Returns a single SalesOrderApproval record for a given Unique Id.
ERPSalesOrderApprovals_GetSalesOrderApprovalAsync 1 param → 200400401404415500
DELETE
/api/ERP/SalesOrderApprovals/{key}
Deletes a single SalesOrderApproval record.
ERPSalesOrderApprovals_DeleteSalesOrderApprovalAsync 1 param → 200400401404415500
GET
/api/ERP/SalesOrderComponents
Returns all existing SalesOrderComponents according to the filter, order by and pagination options.
ERPSalesOrderComponents_GetAllSalesOrderComponentAsync 4 params → 200400401404415500
PUT
/api/ERP/SalesOrderComponents
Creates or updates a single SalesOrderComponent record.
ERPSalesOrderComponents_PutSalesOrderComponentAsync body → 200201400401404415500
GET
/api/ERP/SalesOrderComponents/{key}
Returns a single SalesOrderComponent record for a given Unique Id.
ERPSalesOrderComponents_GetSalesOrderComponentAsync 1 param → 200400401404415500
DELETE
/api/ERP/SalesOrderComponents/{key}
Deletes a single SalesOrderComponent record.
ERPSalesOrderComponents_DeleteSalesOrderComponentAsync 1 param → 200400401404415500
GET
/api/ERP/SalesOrderDeliveries
Returns all existing SalesOrderDeliveries according to the filter, order by and pagination options.
ERPSalesOrderDeliveries_GetAllSalesOrderDeliveryAsync 4 params → 200400401404415500
PUT
/api/ERP/SalesOrderDeliveries
Creates or updates a single SalesOrderDelivery record.
ERPSalesOrderDeliveries_PutSalesOrderDeliveryAsync body → 200201400401404415500
GET
/api/ERP/SalesOrderDeliveries/{key}
Returns a single SalesOrderDelivery record for a given Unique Id.
ERPSalesOrderDeliveries_GetSalesOrderDeliveryAsync 1 param → 200400401404415500
DELETE
/api/ERP/SalesOrderDeliveries/{key}
Deletes a single SalesOrderDelivery record.
ERPSalesOrderDeliveries_DeleteSalesOrderDeliveryAsync 1 param → 200400401404415500
GET
/api/ERP/SalesOrderJobLinks
Returns all existing SalesOrderJobLinks according to the filter, order by and pagination options.
ERPSalesOrderJobLinks_GetAllSalesOrderJobLinkAsync 4 params → 200400401404415500
PUT
/api/ERP/SalesOrderJobLinks
Creates or updates a single SalesOrderJobLink record.
ERPSalesOrderJobLinks_PutSalesOrderJobLinkAsync body → 200201400401404415500
GET
/api/ERP/SalesOrderJobLinks/{key}
Returns a single SalesOrderJobLink record for a given Unique Id.
ERPSalesOrderJobLinks_GetSalesOrderJobLinkAsync 1 param → 200400401404415500
DELETE
/api/ERP/SalesOrderJobLinks/{key}
Deletes a single SalesOrderJobLink record.
ERPSalesOrderJobLinks_DeleteSalesOrderJobLinkAsync 1 param → 200400401404415500
GET
/api/ERP/SalesOrderLines
Returns all existing SalesOrderLines according to the filter, order by and pagination options.
ERPSalesOrderLines_GetAllSalesOrderLineAsync 4 params → 200400401404415500
PUT
/api/ERP/SalesOrderLines
Creates or updates a single SalesOrderLine record.
ERPSalesOrderLines_PutSalesOrderLineAsync body → 200201400401404415500
GET
/api/ERP/SalesOrderLines/{key}
Returns a single SalesOrderLine record for a given Unique Id.
ERPSalesOrderLines_GetSalesOrderLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/SalesOrderLines/{key}
Deletes a single SalesOrderLine record.
ERPSalesOrderLines_DeleteSalesOrderLineAsync 1 param → 200400401404415500
GET
/api/ERP/SalesOrderMemos
Returns all existing SalesOrderMemos according to the filter, order by and pagination options.
ERPSalesOrderMemos_GetAllSalesOrderMemoAsync 4 params → 200400401404415500
PUT
/api/ERP/SalesOrderMemos
Creates or updates a single SalesOrderMemo record.
ERPSalesOrderMemos_PutSalesOrderMemoAsync body → 200201400401404415500
GET
/api/ERP/SalesOrderMemos/{key}
Returns a single SalesOrderMemo record for a given Unique Id.
ERPSalesOrderMemos_GetSalesOrderMemoAsync 1 param → 200400401404415500
DELETE
/api/ERP/SalesOrderMemos/{key}
Deletes a single SalesOrderMemo record.
ERPSalesOrderMemos_DeleteSalesOrderMemoAsync 1 param → 200400401404415500
GET
/api/ERP/SalesOrderPickListLines
Returns all existing SalesOrderPickListLines according to the filter, order by and pagination options.
ERPSalesOrderPickListLines_GetAllSalesOrderPickListLineAsync 4 params → 200400401404415500
PUT
/api/ERP/SalesOrderPickListLines
Creates or updates a single SalesOrderPickListLine record.
ERPSalesOrderPickListLines_PutSalesOrderPickListLineAsync body → 200201400401404415500
GET
/api/ERP/SalesOrderPickListLines/{key}
Returns a single SalesOrderPickListLine record for a given Unique Id.
ERPSalesOrderPickListLines_GetSalesOrderPickListLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/SalesOrderPickListLines/{key}
Deletes a single SalesOrderPickListLine record.
ERPSalesOrderPickListLines_DeleteSalesOrderPickListLineAsync 1 param → 200400401404415500
GET
/api/ERP/SalesOrderPickListSessions
Returns all existing SalesOrderPickListSessions according to the filter, order by and pagination options.
ERPSalesOrderPickListSessions_GetAllSalesOrderPickListSessionAsync 4 params → 200400401404415500
PUT
/api/ERP/SalesOrderPickListSessions
Creates or updates a single SalesOrderPickListSession record.
ERPSalesOrderPickListSessions_PutSalesOrderPickListSessionAsync body → 200201400401404415500
GET
/api/ERP/SalesOrderPickListSessions/{key}
Returns a single SalesOrderPickListSession record for a given Unique Id.
ERPSalesOrderPickListSessions_GetSalesOrderPickListSessionAsync 1 param → 200400401404415500
DELETE
/api/ERP/SalesOrderPickListSessions/{key}
Deletes a single SalesOrderPickListSession record.
ERPSalesOrderPickListSessions_DeleteSalesOrderPickListSessionAsync 1 param → 200400401404415500
GET
/api/ERP/SalesOrders
Returns all existing SalesOrders according to the filter, order by and pagination options.
ERPSalesOrders_GetAllSalesOrderAsync 4 params → 200400401404415500
PUT
/api/ERP/SalesOrders
Creates or updates a single SalesOrder record.
ERPSalesOrders_PutSalesOrderAsync body → 200201400401404415500
GET
/api/ERP/SalesOrders/{key}
Returns a single SalesOrder record for a given Unique Id.
ERPSalesOrders_GetSalesOrderAsync 1 param → 200400401404415500
DELETE
/api/ERP/SalesOrders/{key}
Deletes a single SalesOrder record.
ERPSalesOrders_DeleteSalesOrderAsync 1 param → 200400401404415500
GET
/api/ERP/SalesOrderSalesPeople
Returns all existing SalesOrderSalesPeople according to the filter, order by and pagination options.
ERPSalesOrderSalesPeople_GetAllSalesOrderSalesPersonAsync 4 params → 200400401404415500
PUT
/api/ERP/SalesOrderSalesPeople
Creates or updates a single SalesOrderSalesPerson record.
ERPSalesOrderSalesPeople_PutSalesOrderSalesPersonAsync body → 200201400401404415500
GET
/api/ERP/SalesOrderSalesPeople/{key}
Returns a single SalesOrderSalesPerson record for a given Unique Id.
ERPSalesOrderSalesPeople_GetSalesOrderSalesPersonAsync 1 param → 200400401404415500
DELETE
/api/ERP/SalesOrderSalesPeople/{key}
Deletes a single SalesOrderSalesPerson record.
ERPSalesOrderSalesPeople_DeleteSalesOrderSalesPersonAsync 1 param → 200400401404415500
ERP/SCHEDULING 12
GET
/api/ERP/ScheduleAllocations
Returns all existing ScheduleAllocations according to the filter, order by and pagination options.
ERPScheduleAllocations_GetAllScheduleAllocationAsync 4 params → 200400401404415500
GET
/api/ERP/ScheduleAllocations/{key}
Returns a single ScheduleAllocation record for a given Unique Id.
ERPScheduleAllocations_GetScheduleAllocationAsync 1 param → 200400401404415500
GET
/api/ERP/ScheduleBranches
Returns all existing ScheduleBranches according to the filter, order by and pagination options.
ERPScheduleBranches_GetAllScheduleBranchAsync 4 params → 200400401404415500
GET
/api/ERP/ScheduleBranches/{key}
Returns a single ScheduleBranch record for a given Unique Id.
ERPScheduleBranches_GetScheduleBranchAsync 1 param → 200400401404415500
GET
/api/ERP/ScheduleResourceLanes
Returns all existing ScheduleResourceLanes according to the filter, order by and pagination options.
ERPScheduleResourceLanes_GetAllScheduleResourceLaneAsync 4 params → 200400401404415500
GET
/api/ERP/ScheduleResourceLanes/{key}
Returns a single ScheduleResourceLane record for a given Unique Id.
ERPScheduleResourceLanes_GetScheduleResourceLaneAsync 1 param → 200400401404415500
GET
/api/ERP/ScheduleTaskBuckets
Returns all existing ScheduleTaskBuckets according to the filter, order by and pagination options.
ERPScheduleTaskBuckets_GetAllScheduleTaskBucketAsync 4 params → 200400401404415500
GET
/api/ERP/ScheduleTaskBuckets/{key}
Returns a single ScheduleTaskBucket record for a given Unique Id.
ERPScheduleTaskBuckets_GetScheduleTaskBucketAsync 1 param → 200400401404415500
GET
/api/ERP/ScheduleTasks
Returns all existing ScheduleTasks according to the filter, order by and pagination options.
ERPScheduleTasks_GetAllScheduleTaskAsync 4 params → 200400401404415500
GET
/api/ERP/ScheduleTasks/{key}
Returns a single ScheduleTask record for a given Unique Id.
ERPScheduleTasks_GetScheduleTaskAsync 1 param → 200400401404415500
GET
/api/ERP/ScheduleTrees
Returns all existing ScheduleTrees according to the filter, order by and pagination options.
ERPScheduleTrees_GetAllScheduleTreeAsync 4 params → 200400401404415500
GET
/api/ERP/ScheduleTrees/{key}
Returns a single ScheduleTree record for a given Unique Id.
ERPScheduleTrees_GetScheduleTreeAsync 1 param → 200400401404415500
ERP/SCHEMA 4
GET
/api/ERP/DDFields
Returns all existing DDFields according to the filter, order by and pagination options.
ERPDDFields_GetAllDDFieldAsync 4 params → 200400401404415500
GET
/api/ERP/DDFields/{key}
Returns a single DDField record for a given Unique Id.
ERPDDFields_GetDDFieldAsync 1 param → 200400401404415500
GET
/api/ERP/DDTables
Returns all existing DDTables according to the filter, order by and pagination options.
ERPDDTables_GetAllDDTableAsync 4 params → 200400401404415500
GET
/api/ERP/DDTables/{key}
Returns a single DDTable record for a given Unique Id.
ERPDDTables_GetDDTableAsync 1 param → 200400401404415500
ERP/SHARED 2
GET
/api/ERP/IntegrationTransactionQueue
Returns all existing IntegrationTransactionQueue according to the filter, order by and pagination options.
MesIntegrationTransactionQueue_GetAllIntegrationTransactionQueueAsync 4 params → 200400401404415500
GET
/api/ERP/IntegrationTransactionQueue/{key}
Returns a single IntegrationTransactionQueue record for a given Unique Id.
MesIntegrationTransactionQueue_GetIntegrationTransactionQueueAsync 1 param → 200400401404415500
ERP/SHIPPING 60
GET
/api/ERP/CustomerPackages
Returns all existing CustomerPackages according to the filter, order by and pagination options.
ERPCustomerPackages_GetAllCustomerPackageAsync 4 params → 200400401404415500
PUT
/api/ERP/CustomerPackages
Creates or updates a single CustomerPackage record.
ERPCustomerPackages_PutCustomerPackageAsync body → 200201400401404415500
GET
/api/ERP/CustomerPackages/{key}
Returns a single CustomerPackage record for a given Unique Id.
ERPCustomerPackages_GetCustomerPackageAsync 1 param → 200400401404415500
DELETE
/api/ERP/CustomerPackages/{key}
Deletes a single CustomerPackage record.
ERPCustomerPackages_DeleteCustomerPackageAsync 1 param → 200400401404415500
GET
/api/ERP/FreightPackageLinks
Returns all existing FreightPackageLinks according to the filter, order by and pagination options.
ERPFreightPackageLinks_GetAllFreightPackageLinkAsync 4 params → 200400401404415500
PUT
/api/ERP/FreightPackageLinks
Creates or updates a single FreightPackageLink record.
ERPFreightPackageLinks_PutFreightPackageLinkAsync body → 200201400401404415500
GET
/api/ERP/FreightPackageLinks/{key}
Returns a single FreightPackageLink record for a given Unique Id.
ERPFreightPackageLinks_GetFreightPackageLinkAsync 1 param → 200400401404415500
DELETE
/api/ERP/FreightPackageLinks/{key}
Deletes a single FreightPackageLink record.
ERPFreightPackageLinks_DeleteFreightPackageLinkAsync 1 param → 200400401404415500
GET
/api/ERP/FreightPackageRates
Returns all existing FreightPackageRates according to the filter, order by and pagination options.
ERPFreightPackageRates_GetAllFreightPackageRateAsync 4 params → 200400401404415500
PUT
/api/ERP/FreightPackageRates
Creates or updates a single FreightPackageRate record.
ERPFreightPackageRates_PutFreightPackageRateAsync body → 200201400401404415500
GET
/api/ERP/FreightPackageRates/{key}
Returns a single FreightPackageRate record for a given Unique Id.
ERPFreightPackageRates_GetFreightPackageRateAsync 1 param → 200400401404415500
DELETE
/api/ERP/FreightPackageRates/{key}
Deletes a single FreightPackageRate record.
ERPFreightPackageRates_DeleteFreightPackageRateAsync 1 param → 200400401404415500
GET
/api/ERP/FreightPackages
Returns all existing FreightPackages according to the filter, order by and pagination options.
ERPFreightPackages_GetAllFreightPackageAsync 4 params → 200400401404415500
PUT
/api/ERP/FreightPackages
Creates or updates a single FreightPackage record.
ERPFreightPackages_PutFreightPackageAsync body → 200201400401404415500
GET
/api/ERP/FreightPackages/{key}
Returns a single FreightPackage record for a given Unique Id.
ERPFreightPackages_GetFreightPackageAsync 1 param → 200400401404415500
DELETE
/api/ERP/FreightPackages/{key}
Deletes a single FreightPackage record.
ERPFreightPackages_DeleteFreightPackageAsync 1 param → 200400401404415500
GET
/api/ERP/FreightReferences
Returns all existing FreightReferences according to the filter, order by and pagination options.
ERPFreightReferences_GetAllFreightReferenceAsync 4 params → 200400401404415500
PUT
/api/ERP/FreightReferences
Creates or updates a single FreightReference record.
ERPFreightReferences_PutFreightReferenceAsync body → 200201400401404415500
GET
/api/ERP/FreightReferences/{key}
Returns a single FreightReference record for a given Unique Id.
ERPFreightReferences_GetFreightReferenceAsync 1 param → 200400401404415500
DELETE
/api/ERP/FreightReferences/{key}
Deletes a single FreightReference record.
ERPFreightReferences_DeleteFreightReferenceAsync 1 param → 200400401404415500
GET
/api/ERP/FreightShipments
Returns all existing FreightShipments according to the filter, order by and pagination options.
ERPFreightShipments_GetAllFreightShipmentAsync 4 params → 200400401404415500
PUT
/api/ERP/FreightShipments
Creates or updates a single FreightShipment record.
ERPFreightShipments_PutFreightShipmentAsync body → 200201400401404415500
GET
/api/ERP/FreightShipments/{key}
Returns a single FreightShipment record for a given Unique Id.
ERPFreightShipments_GetFreightShipmentAsync 1 param → 200400401404415500
DELETE
/api/ERP/FreightShipments/{key}
Deletes a single FreightShipment record.
ERPFreightShipments_DeleteFreightShipmentAsync 1 param → 200400401404415500
GET
/api/ERP/ShipmentComponents
Returns all existing ShipmentComponents according to the filter, order by and pagination options.
ERPShipmentComponents_GetAllShipmentComponentAsync 4 params → 200400401404415500
PUT
/api/ERP/ShipmentComponents
Creates or updates a single ShipmentComponent record.
ERPShipmentComponents_PutShipmentComponentAsync body → 200201400401404415500
GET
/api/ERP/ShipmentComponents/{key}
Returns a single ShipmentComponent record for a given Unique Id.
ERPShipmentComponents_GetShipmentComponentAsync 1 param → 200400401404415500
DELETE
/api/ERP/ShipmentComponents/{key}
Deletes a single ShipmentComponent record.
ERPShipmentComponents_DeleteShipmentComponentAsync 1 param → 200400401404415500
GET
/api/ERP/ShipmentFreightLinks/{key}
Returns a single ShipmentFreightLink record for a given Unique Id.
ERPShipmentFreightLinks_GetShipmentFreightLinkAsync 1 param → 200400401404415500
DELETE
/api/ERP/ShipmentFreightLinks/{key}
Deletes a single ShipmentFreightLink record.
ERPShipmentFreightLinks_DeleteShipmentFreightLinkAsync 1 param → 200400401404415500
GET
/api/ERP/ShipmentFreightLinks
Returns all existing ShipmentFreightLinks according to the filter, order by and pagination options.
ERPShipmentFreightLinks_GetAllShipmentFreightLinkAsync 4 params → 200400401404415500
PUT
/api/ERP/ShipmentFreightLinks
Creates or updates a single ShipmentFreightLink record.
ERPShipmentFreightLinks_PutShipmentFreightLinkAsync body → 200201400401404415500
GET
/api/ERP/ShipmentFreightReferences
Returns all existing ShipmentFreightReferences according to the filter, order by and pagination options.
ERPShipmentFreightReferences_GetAllShipmentFreightReferenceAsync 4 params → 200400401404415500
PUT
/api/ERP/ShipmentFreightReferences
Creates or updates a single ShipmentFreightReference record.
ERPShipmentFreightReferences_PutShipmentFreightReferenceAsync body → 200201400401404415500
GET
/api/ERP/ShipmentFreightReferences/{key}
Returns a single ShipmentFreightReference record for a given Unique Id.
ERPShipmentFreightReferences_GetShipmentFreightReferenceAsync 1 param → 200400401404415500
DELETE
/api/ERP/ShipmentFreightReferences/{key}
Deletes a single ShipmentFreightReference record.
ERPShipmentFreightReferences_DeleteShipmentFreightReferenceAsync 1 param → 200400401404415500
GET
/api/ERP/ShipmentLines
Returns all existing ShipmentLines according to the filter, order by and pagination options.
ERPShipmentLines_GetAllShipmentLineAsync 4 params → 200400401404415500
PUT
/api/ERP/ShipmentLines
Creates or updates a single ShipmentLine record.
ERPShipmentLines_PutShipmentLineAsync body → 200201400401404415500
GET
/api/ERP/ShipmentLines/{key}
Returns a single ShipmentLine record for a given Unique Id.
ERPShipmentLines_GetShipmentLineAsync 1 param → 200400401404415500
DELETE
/api/ERP/ShipmentLines/{key}
Deletes a single ShipmentLine record.
ERPShipmentLines_DeleteShipmentLineAsync 1 param → 200400401404415500
GET
/api/ERP/ShipmentPackageDetails
Returns all existing ShipmentPackageDetails according to the filter, order by and pagination options.
ERPShipmentPackageDetails_GetAllShipmentPackageDetailAsync 4 params → 200400401404415500
PUT
/api/ERP/ShipmentPackageDetails
Creates or updates a single ShipmentPackageDetail record.
ERPShipmentPackageDetails_PutShipmentPackageDetailAsync body → 200201400401404415500
GET
/api/ERP/ShipmentPackageDetails/{key}
Returns a single ShipmentPackageDetail record for a given Unique Id.
ERPShipmentPackageDetails_GetShipmentPackageDetailAsync 1 param → 200400401404415500
DELETE
/api/ERP/ShipmentPackageDetails/{key}
Deletes a single ShipmentPackageDetail record.
ERPShipmentPackageDetails_DeleteShipmentPackageDetailAsync 1 param → 200400401404415500
GET
/api/ERP/ShipmentPackages
Returns all existing ShipmentPackages according to the filter, order by and pagination options.
ERPShipmentPackages_GetAllShipmentPackageAsync 4 params → 200400401404415500
PUT
/api/ERP/ShipmentPackages
Creates or updates a single ShipmentPackage record.
ERPShipmentPackages_PutShipmentPackageAsync body → 200201400401404415500
GET
/api/ERP/ShipmentPackages/{key}
Returns a single ShipmentPackage record for a given Unique Id.
ERPShipmentPackages_GetShipmentPackageAsync 1 param → 200400401404415500
DELETE
/api/ERP/ShipmentPackages/{key}
Deletes a single ShipmentPackage record.
ERPShipmentPackages_DeleteShipmentPackageAsync 1 param → 200400401404415500
GET
/api/ERP/Shipments
Returns all existing Shipments according to the filter, order by and pagination options.
ERPShipments_GetAllShipmentAsync 4 params → 200400401404415500
PUT
/api/ERP/Shipments
Creates or updates a single Shipment record.
ERPShipments_PutShipmentAsync body → 200201400401404415500
GET
/api/ERP/Shipments/{key}
Returns a single Shipment record for a given Unique Id.
ERPShipments_GetShipmentAsync 1 param → 200400401404415500
DELETE
/api/ERP/Shipments/{key}
Deletes a single Shipment record.
ERPShipments_DeleteShipmentAsync 1 param → 200400401404415500
GET
/api/ERP/ShippingMethods
Returns all existing ShippingMethods according to the filter, order by and pagination options.
ERPShippingMethods_GetAllShippingMethodAsync 4 params → 200400401404415500
PUT
/api/ERP/ShippingMethods
Creates or updates a single ShippingMethod record.
ERPShippingMethods_PutShippingMethodAsync body → 200201400401404415500
GET
/api/ERP/ShippingMethods/{key}
Returns a single ShippingMethod record for a given Unique Id.
ERPShippingMethods_GetShippingMethodAsync 1 param → 200400401404415500
DELETE
/api/ERP/ShippingMethods/{key}
Deletes a single ShippingMethod record.
ERPShippingMethods_DeleteShippingMethodAsync 1 param → 200400401404415500
GET
/api/ERP/ShippingPaymentTypes
Returns all existing ShippingPaymentTypes according to the filter, order by and pagination options.
ERPShippingPaymentTypes_GetAllShippingPaymentTypeAsync 4 params → 200400401404415500
PUT
/api/ERP/ShippingPaymentTypes
Creates or updates a single ShippingPaymentType record.
ERPShippingPaymentTypes_PutShippingPaymentTypeAsync body → 200201400401404415500
GET
/api/ERP/ShippingPaymentTypes/{key}
Returns a single ShippingPaymentType record for a given Unique Id.
ERPShippingPaymentTypes_GetShippingPaymentTypeAsync 1 param → 200400401404415500
DELETE
/api/ERP/ShippingPaymentTypes/{key}
Deletes a single ShippingPaymentType record.
ERPShippingPaymentTypes_DeleteShippingPaymentTypeAsync 1 param → 200400401404415500

Schemas 978

The contract defines 978 schemas that model the data the API accepts and returns. The most detailed are ERPProductionPropertyDto (228 properties), ERPOrganizationDto (135 properties), ERPFinancialPropertyDto (128 properties), ERPARInvoiceDto (115 properties). Each schema is shown below with its type and property counts.

CTMPartClassesDto
object
1 property
APIResponseMessageDto
object
5 properties
CTMPartGroupsDto
object
1 property
CTMProcessDto
object
1 property
CTMWorkCenterDto
object
1 property
CTMWarehousesDto
object
1 property
CTMWarehouseBinsDto
object
1 property
BOMJobGuidsDto
object
1 property
CTMBOMJobMethodDto
object
2 properties
BOMJobDto
object
31 properties
CTMJobDto
object
15 properties 6 required
APSJobDto
object
3 properties
APSResponseMessageDto[CTMAPSJobDto]
object
3 properties
BOMJobAssemblyDto
object
24 properties 7 required
BOMJobMaterialDto
object
36 properties 7 required
BOMJobOperationDto
object
25 properties 11 required
BOMTimecardLineDto
object
20 properties 5 required
BOMTimecardDto
object
12 properties 4 required
BomOrganizationDto
object
2 properties
CTMOrganizationContactDto
object
34 properties 3 required
BOMOrganizationContactDto
object
29 properties 3 required
CTMOrganizationLocationDto
object
54 properties 3 required
BOMOrganizationLocationDto
object
25 properties 3 required
BOMPartDto
object
9 properties 3 required
CTMBOMPartRevisionDto
object
2 properties 1 required
BOMPartAssemblyDto
object
13 properties 7 required
BOMPartOperationDto
object
13 properties 10 required
BOMPartMaterialDto
object
19 properties 5 required
BOMResponseMessageDto[BOMPartMaterialDto]
object
2 properties
CTMBOMPartMethodDto
object
3 properties
CTMBOMPartMethodGuidsDto
object
1 property
BOMPartBinDetailDto
object
15 properties 1 required
BOMQuoteAssemblyDto
object
18 properties 8 required
BOMCreateQuoteAssemblyDto
object
10 properties 8 required
BOMQuoteLineDto
object
22 properties 6 required
CTMBOMQuoteLineDto
object
2 properties 1 required
BOMCreateQuoteLineDto
object
9 properties 4 required
BOMQuoteMaterialDto
object
23 properties 8 required
BOMCreateQuoteMaterialDto
object
10 properties 5 required
BOMQuoteOperationDto
object
29 properties 10 required
BOMQuoteQuantityDto
object
46 properties 5 required
BOMQuoteDto
object
16 properties 4 required
BOMCreateQuoteDto
object
5 properties 3 required
BOMSalesOrderDto
object
36 properties 5 required
BOMMaterialIssueLineDto
object
41 properties 7 required
CTMBOMMaterialIssueLineDto
object
2 properties 1 required
BOMMaterialIssueDto
object
10 properties
BOMMfgReceiptDto
object
22 properties 6 required
BOMReceiptDto
object
28 properties 3 required
BOMReceiptLineDto
object
41 properties
ERPResponseMessageDto[IList[ERPLaserCalculatorLineDto]]
object
3 properties
ERPLaserCalculatorLineDto
object
12 properties 2 required
ERPResponseMessageDto[ERPLaserCalculatorLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPLaserCalculatorDto]]
object
3 properties
ERPLaserCalculatorDto
object
31 properties 1 required
ERPResponseMessageDto[ERPLaserCalculatorDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPunchCalculatorDto]]
object
3 properties
ERPPunchCalculatorDto
object
22 properties 1 required
ERPResponseMessageDto[ERPPunchCalculatorDto]
object
3 properties
ERPResponseMessageDto[IList[ERPSheetCalculatorDto]]
object
3 properties
ERPSheetCalculatorDto
object
17 properties 1 required
ERPResponseMessageDto[ERPSheetCalculatorDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartRuleDto]]
object
3 properties
ERPPartRuleDto
object
13 properties 3 required
ERPResponseMessageDto[ERPPartRuleDto]
object
3 properties
ERPResponseMessageDto[IList[ERPCallLineDto]]
object
3 properties
ERPCallLineDto
object
19 properties 6 required
ERPResponseMessageDto[ERPCallLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPCallMemoDto]]
object
3 properties
ERPCallMemoDto
object
11 properties 4 required
ERPResponseMessageDto[ERPCallMemoDto]
object
3 properties
ERPResponseMessageDto[IList[ERPCallDto]]
object
3 properties
ERPCallDto
object
66 properties 7 required
ERPResponseMessageDto[ERPCallDto]
object
3 properties
ERPResponseMessageDto[IList[ERPCallTypeDto]]
object
3 properties
ERPResponseMessageDto[ERPCallTypeDto]
object
3 properties
ERPResponseMessageDto[IList[ERPContactGroupDto]]
object
3 properties
ERPContactGroupDto
object
6 properties 2 required
ERPResponseMessageDto[ERPContactGroupDto]
object
3 properties
ERPResponseMessageDto[IList[ERPContactMethodDto]]
object
3 properties
ERPContactMethodDto
object
6 properties 2 required
ERPResponseMessageDto[ERPContactMethodDto]
object
3 properties
ERPResponseMessageDto[IList[ERPContactTitleDto]]
object
3 properties
ERPContactTitleDto
object
6 properties 2 required
ERPResponseMessageDto[ERPContactTitleDto]
object
3 properties
ERPResponseMessageDto[IList[ERPCountyCodeDto]]
object
3 properties
ERPCountyCodeDto
object
8 properties 1 required
ERPResponseMessageDto[ERPCountyCodeDto]
object
3 properties
ERPResponseMessageDto[IList[ERPCustomerGroupDto]]
object
3 properties
ERPCustomerGroupDto
object
6 properties 2 required
ERPResponseMessageDto[ERPCustomerGroupDto]
object
3 properties
ERPResponseMessageDto[IList[ERPFollowupDto]]
object
3 properties
ERPFollowupDto
object
39 properties 7 required
ERPResponseMessageDto[ERPFollowupDto]
object
3 properties
ERPResponseMessageDto[IList[ERPIndustryTypeDto]]
object
3 properties
ERPIndustryTypeDto
object
8 properties 2 required
ERPResponseMessageDto[ERPIndustryTypeDto]
object
3 properties
ERPResponseMessageDto[IList[ERPKnowledgeBasePageDto]]
object
3 properties
ERPKnowledgeBasePageDto
object
22 properties 6 required
ERPResponseMessageDto[ERPKnowledgeBasePageDto]
object
3 properties
ERPResponseMessageDto[IList[ERPLeadCompetitorDto]]
object
3 properties
ERPLeadCompetitorDto
object
10 properties 3 required
ERPResponseMessageDto[ERPLeadCompetitorDto]
object
3 properties
ERPResponseMessageDto[IList[ERPLeadLineDto]]
object
3 properties
ERPLeadLineDto
object
32 properties 6 required
ERPResponseMessageDto[ERPLeadLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPLeadMemoDto]]
object
3 properties
ERPLeadMemoDto
object
10 properties 4 required
ERPResponseMessageDto[ERPLeadMemoDto]
object
3 properties
ERPResponseMessageDto[IList[ERPLeadDto]]
object
3 properties
ERPLeadDto
object
40 properties 10 required
ERPResponseMessageDto[ERPLeadDto]
object
3 properties
ERPResponseMessageDto[IList[ERPLeadSalesPersonDto]]
object
3 properties
ERPLeadSalesPersonDto
object
8 properties 3 required
ERPResponseMessageDto[ERPLeadSalesPersonDto]
object
3 properties
ERPResponseMessageDto[IList[ERPMarketingProgramDto]]
object
3 properties
ERPMarketingProgramDto
object
15 properties 2 required
ERPResponseMessageDto[ERPMarketingProgramDto]
object
3 properties
ERPResponseMessageDto[IList[ERPMilestoneDto]]
object
3 properties
ERPMilestoneDto
object
9 properties 2 required
ERPResponseMessageDto[ERPMilestoneDto]
object
3 properties
ERPResponseMessageDto[IList[ERPOrganizationContactGroupLinkDto]]
object
3 properties
ERPOrganizationContactGroupLinkDto
object
9 properties 3 required
ERPResponseMessageDto[ERPOrganizationContactGroupLinkDto]
object
3 properties
ERPResponseMessageDto[IList[ERPOrganizationContactDto]]
object
3 properties
ERPOrganizationContactDto
object
21 properties 3 required
ERPResponseMessageDto[ERPOrganizationContactDto]
object
3 properties
ERPResponseMessageDto[IList[ERPOrganizationIndustryTypeLinkDto]]
object
3 properties
ERPOrganizationIndustryTypeLinkDto
object
7 properties 2 required
ERPResponseMessageDto[ERPOrganizationIndustryTypeLinkDto]
object
3 properties
ERPResponseMessageDto[IList[ERPOrganizationLocationDto]]
object
3 properties
ERPOrganizationLocationDto
object
89 properties 2 required
ERPResponseMessageDto[ERPOrganizationLocationDto]
object
3 properties
ERPResponseMessageDto[IList[ERPOrganizationLocSalesPersonDto]]
object
3 properties
ERPOrganizationLocSalesPersonDto
object
9 properties 3 required
ERPResponseMessageDto[ERPOrganizationLocSalesPersonDto]
object
3 properties
ERPResponseMessageDto[IList[ERPOrganizationMemoDto]]
object
3 properties
ERPOrganizationMemoDto
object
30 properties 4 required
ERPResponseMessageDto[ERPOrganizationMemoDto]
object
3 properties
ERPResponseMessageDto[IList[ERPOrganizationDto]]
object
3 properties
ERPOrganizationDto
object
135 properties 2 required
ERPResponseMessageDto[ERPOrganizationDto]
object
3 properties
ERPResponseMessageDto[IList[ERPServiceContractLineDto]]
object
3 properties
ERPServiceContractLineDto
object
14 properties 4 required
ERPResponseMessageDto[ERPServiceContractLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPServiceContractMemoDto]]
object
3 properties
ERPServiceContractMemoDto
object
10 properties 4 required
ERPResponseMessageDto[ERPServiceContractMemoDto]
object
3 properties
ERPResponseMessageDto[IList[ERPServiceContractOwnerDto]]
object
3 properties
ERPServiceContractOwnerDto
object
37 properties 2 required
ERPResponseMessageDto[ERPServiceContractOwnerDto]
object
3 properties
ERPResponseMessageDto[IList[ERPServiceContractDto]]
object
3 properties
ERPServiceContractDto
object
22 properties 5 required
ERPResponseMessageDto[ERPServiceContractDto]
object
3 properties
ERPResponseMessageDto[IList[ERPServiceContractTypeDto]]
object
3 properties
ERPResponseMessageDto[ERPServiceContractTypeDto]
object
3 properties
ERPResponseMessageDto[IList[ERPSupplierRatingDto]]
object
3 properties
ERPSupplierRatingDto
object
6 properties 2 required
ERPResponseMessageDto[ERPSupplierRatingDto]
object
3 properties
ERPResponseMessageDto[IList[ERPCustomTableDto]]
object
3 properties
ERPCustomTableDto
object
ERPResponseMessageDto[ERPCustomTableDto]
object
3 properties
ERPResponseMessageDto[IList[ERPExpenseDto]]
object
3 properties
ERPExpenseDto
object
6 properties 2 required
ERPResponseMessageDto[ERPExpenseDto]
object
3 properties
ERPResponseMessageDto[IList[ERPIndirectLaborCodeDto]]
object
3 properties
ERPIndirectLaborCodeDto
object
9 properties 2 required
ERPResponseMessageDto[ERPIndirectLaborCodeDto]
object
3 properties
ERPResponseMessageDto[IList[ERPTimecardLineDto]]
object
3 properties
ERPTimecardLineDto
object
44 properties 7 required
ERPResponseMessageDto[ERPTimecardLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPTimecardDto]]
object
3 properties
ERPTimecardDto
object
46 properties 5 required
ERPResponseMessageDto[ERPTimecardDto]
object
3 properties
MesTimecardDto
object
4 properties
ERPResponseMessageDto[MesIntegrationTransactionQueueInformationDto]
object
3 properties
ERPResponseMessageDto[IList[ERPAttachmentMemoDto]]
object
3 properties
ERPAttachmentMemoDto
object
10 properties 4 required
ERPResponseMessageDto[ERPAttachmentMemoDto]
object
3 properties
ERPResponseMessageDto[IList[ERPAttachmentDto]]
object
3 properties
ERPAttachmentDto
object
43 properties 3 required
ERPResponseMessageDto[ERPAttachmentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPAttachmentTypeDto]]
object
3 properties
ERPAttachmentTypeDto
object
8 properties 2 required
ERPResponseMessageDto[ERPAttachmentTypeDto]
object
3 properties
ERPResponseMessageDto[IList[ERPDocumentLinkDto]]
object
3 properties
ERPDocumentLinkDto
object
16 properties 5 required
ERPResponseMessageDto[ERPDocumentLinkDto]
object
3 properties
ERPResponseMessageDto[IList[ERPEmployeeAttachmentDto]]
object
3 properties
ERPEmployeeAttachmentDto
object
13 properties 4 required
ERPResponseMessageDto[ERPEmployeeAttachmentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPEmployeeMemoDto]]
object
3 properties
ERPEmployeeMemoDto
object
11 properties 4 required
ERPResponseMessageDto[ERPEmployeeMemoDto]
object
3 properties
ERPResponseMessageDto[IList[ERPEmployeePersonalDatumDto]]
object
3 properties
ERPEmployeePersonalDatumDto
object
50 properties 1 required
ERPResponseMessageDto[ERPEmployeePersonalDatumDto]
object
3 properties
ERPResponseMessageDto[IList[ERPEmployeePOApprovalDto]]
object
3 properties
ERPEmployeePOApprovalDto
object
7 properties 3 required
ERPResponseMessageDto[ERPEmployeePOApprovalDto]
object
3 properties
ERPResponseMessageDto[IList[ERPEmployeeQAApprovalDto]]
object
3 properties
ERPEmployeeQAApprovalDto
object
7 properties 3 required
ERPResponseMessageDto[ERPEmployeeQAApprovalDto]
object
3 properties
ERPResponseMessageDto[IList[ERPEmployeeDto]]
object
3 properties
ERPEmployeeDto
object
43 properties 3 required
ERPResponseMessageDto[ERPEmployeeDto]
object
3 properties
ERPResponseMessageDto[IList[ERPEmployeeSalesBudgetLineDto]]
object
3 properties
ERPResponseMessageDto[ERPEmployeeSalesBudgetLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPEmployeeSalesBudgetDto]]
object
3 properties
ERPResponseMessageDto[ERPEmployeeSalesBudgetDto]
object
3 properties
ERPResponseMessageDto[IList[ERPEmployeeSkillCompetencyDto]]
object
3 properties
ERPResponseMessageDto[ERPEmployeeSkillCompetencyDto]
object
3 properties
ERPResponseMessageDto[IList[ERPEmployeeSkillDto]]
object
3 properties
ERPResponseMessageDto[ERPEmployeeSkillDto]
object
3 properties
ERPResponseMessageDto[IList[ERPEmployeeSOApprovalDto]]
object
3 properties
ERPEmployeeSOApprovalDto
object
7 properties 3 required
ERPResponseMessageDto[ERPEmployeeSOApprovalDto]
object
3 properties
ERPResponseMessageDto[IList[ERPShiftBreakDto]]
object
3 properties
ERPResponseMessageDto[ERPShiftBreakDto]
object
3 properties
ERPResponseMessageDto[IList[ERPShiftDto]]
object
3 properties
ERPResponseMessageDto[ERPShiftDto]
object
3 properties
ERPResponseMessageDto[IList[ERPSkillCompetencyDto]]
object
3 properties
ERPResponseMessageDto[ERPSkillCompetencyDto]
object
3 properties
ERPResponseMessageDto[IList[ERPSkillDto]]
object
3 properties
ERPResponseMessageDto[ERPSkillDto]
object
3 properties
ERPResponseMessageDto[IList[ERPWorkCenterSkillCompetencyDto]]
object
3 properties
ERPResponseMessageDto[ERPWorkCenterSkillCompetencyDto]
object
3 properties
ERPResponseMessageDto[IList[ERPWorkCenterSkillDto]]
object
3 properties
ERPResponseMessageDto[ERPWorkCenterSkillDto]
object
3 properties
ERPResponseMessageDto[IList[ERPAgingBucketDto]]
object
3 properties
ERPResponseMessageDto[ERPAgingBucketDto]
object
3 properties
ERPResponseMessageDto[IList[ERPAPInvoiceExpenseAccountDto]]
object
3 properties
ERPAPInvoiceExpenseAccountDto
object
13 properties 4 required
ERPResponseMessageDto[ERPAPInvoiceExpenseAccountDto]
object
3 properties
ERPResponseMessageDto[IList[ERPAPInvoiceLineDto]]
object
3 properties
ERPAPInvoiceLineDto
object
63 properties 3 required
ERPResponseMessageDto[ERPAPInvoiceLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPAPInvoiceMemoDto]]
object
3 properties
ERPAPInvoiceMemoDto
object
12 properties 4 required
ERPResponseMessageDto[ERPAPInvoiceMemoDto]
object
3 properties
ERPResponseMessageDto[IList[ERPAPInvoiceDto]]
object
3 properties
ERPAPInvoiceDto
object
63 properties 7 required
ERPResponseMessageDto[ERPAPInvoiceDto]
object
3 properties
ERPResponseMessageDto[IList[ERPAPPaymentHeaderDto]]
object
3 properties
ERPAPPaymentHeaderDto
object
48 properties 3 required
ERPResponseMessageDto[ERPAPPaymentHeaderDto]
object
3 properties
ERPResponseMessageDto[IList[ERPAPPaymentLineDto]]
object
3 properties
ERPAPPaymentLineDto
object
49 properties 4 required
ERPResponseMessageDto[ERPAPPaymentLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPAPPaymentSessionDto]]
object
3 properties
ERPAPPaymentSessionDto
object
29 properties 6 required
ERPResponseMessageDto[ERPAPPaymentSessionDto]
object
3 properties
ERPResponseMessageDto[IList[ERPARInvoiceLineDto]]
object
3 properties
ERPARInvoiceLineDto
object
108 properties 4 required
ERPResponseMessageDto[ERPARInvoiceLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPARInvoiceMemoDto]]
object
3 properties
ERPARInvoiceMemoDto
object
12 properties 4 required
ERPResponseMessageDto[ERPARInvoiceMemoDto]
object
3 properties
ERPResponseMessageDto[IList[ERPARInvoiceDto]]
object
3 properties
ERPARInvoiceDto
object
115 properties 9 required
ERPResponseMessageDto[ERPARInvoiceDto]
object
3 properties
ERPResponseMessageDto[IList[ERPARInvoiceSalesPersonDto]]
object
3 properties
ERPARInvoiceSalesPersonDto
object
11 properties 3 required
ERPResponseMessageDto[ERPARInvoiceSalesPersonDto]
object
3 properties
ERPResponseMessageDto[IList[ERPARPaymentHeaderDto]]
object
3 properties
ERPARPaymentHeaderDto
object
46 properties 3 required
ERPResponseMessageDto[ERPARPaymentHeaderDto]
object
3 properties
ERPResponseMessageDto[IList[ERPARPaymentLineDto]]
object
3 properties
ERPARPaymentLineDto
object
44 properties 3 required
ERPResponseMessageDto[ERPARPaymentLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPARPaymentSessionDto]]
object
3 properties
ERPARPaymentSessionDto
object
28 properties 5 required
ERPResponseMessageDto[ERPARPaymentSessionDto]
object
3 properties
ERPResponseMessageDto[IList[ERPAssetAdjustmentDto]]
object
3 properties
ERPAssetAdjustmentDto
object
33 properties 5 required
ERPResponseMessageDto[ERPAssetAdjustmentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPAssetLowValuePoolDto]]
object
3 properties
ERPAssetLowValuePoolDto
object
17 properties 1 required
ERPResponseMessageDto[ERPAssetLowValuePoolDto]
object
3 properties
ERPResponseMessageDto[IList[ERPAssetMemoDto]]
object
3 properties
ERPAssetMemoDto
object
10 properties 4 required
ERPResponseMessageDto[ERPAssetMemoDto]
object
3 properties
ERPResponseMessageDto[IList[ERPAssetPoolTransactionDto]]
object
3 properties
ERPAssetPoolTransactionDto
object
11 properties 3 required
ERPResponseMessageDto[ERPAssetPoolTransactionDto]
object
3 properties
ERPResponseMessageDto[IList[ERPAssetDto]]
object
3 properties
ERPAssetDto
object
51 properties 7 required
ERPResponseMessageDto[ERPAssetDto]
object
3 properties
ERPResponseMessageDto[IList[ERPAssetScheduleDto]]
object
3 properties
ERPAssetScheduleDto
object
21 properties 5 required
ERPResponseMessageDto[ERPAssetScheduleDto]
object
3 properties
ERPResponseMessageDto[IList[ERPAssetTypeMethodDto]]
object
3 properties
ERPResponseMessageDto[ERPAssetTypeMethodDto]
object
3 properties
ERPResponseMessageDto[IList[ERPAssetTypePlantDto]]
object
3 properties
ERPResponseMessageDto[ERPAssetTypePlantDto]
object
3 properties
ERPResponseMessageDto[IList[ERPAssetTypeDto]]
object
3 properties
ERPResponseMessageDto[ERPAssetTypeDto]
object
3 properties
ERPResponseMessageDto[IList[ERPBankAccountDto]]
object
3 properties
ERPBankAccountDto
object
39 properties 4 required
ERPResponseMessageDto[ERPBankAccountDto]
object
3 properties
ERPResponseMessageDto[IList[ERPBankEntryDto]]
object
3 properties
ERPBankEntryDto
object
45 properties 3 required
ERPResponseMessageDto[ERPBankEntryDto]
object
3 properties
ERPResponseMessageDto[IList[ERPBankStatementDto]]
object
3 properties
ERPBankStatementDto
object
23 properties 6 required
ERPResponseMessageDto[ERPBankStatementDto]
object
3 properties
ERPResponseMessageDto[IList[ERPExpenseAccountSplitDto]]
object
3 properties
ERPExpenseAccountSplitDto
object
11 properties 3 required
ERPResponseMessageDto[ERPExpenseAccountSplitDto]
object
3 properties
ERPResponseMessageDto[IList[ERPGLAccountDto]]
object
3 properties
ERPGLAccountDto
object
11 properties 4 required
ERPResponseMessageDto[ERPGLAccountDto]
object
3 properties
ERPResponseMessageDto[IList[ERPGLCategoryDto]]
object
3 properties
ERPGLCategoryDto
object
8 properties 3 required
ERPResponseMessageDto[ERPGLCategoryDto]
object
3 properties
ERPResponseMessageDto[IList[ERPGLChartDto]]
object
3 properties
ERPGLChartDto
object
15 properties 5 required
ERPResponseMessageDto[ERPGLChartDto]
object
3 properties
ERPResponseMessageDto[IList[ERPGLDepartmentDto]]
object
3 properties
ERPGLDepartmentDto
object
6 properties 2 required
ERPResponseMessageDto[ERPGLDepartmentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPGLDivisionDto]]
object
3 properties
ERPGLDivisionDto
object
7 properties 2 required
ERPResponseMessageDto[ERPGLDivisionDto]
object
3 properties
ERPResponseMessageDto[IList[ERPGLFiscalYearBudgetAmountDto]]
object
3 properties
ERPGLFiscalYearBudgetAmountDto
object
9 properties 4 required
ERPResponseMessageDto[ERPGLFiscalYearBudgetAmountDto]
object
3 properties
ERPResponseMessageDto[IList[ERPGLFiscalYearBudgetHeaderDto]]
object
3 properties
ERPGLFiscalYearBudgetHeaderDto
object
8 properties 3 required
ERPResponseMessageDto[ERPGLFiscalYearBudgetHeaderDto]
object
3 properties
ERPResponseMessageDto[IList[ERPGLFiscalYearBudgetLineDto]]
object
3 properties
ERPGLFiscalYearBudgetLineDto
object
8 properties 3 required
ERPResponseMessageDto[ERPGLFiscalYearBudgetLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPGLFiscalYearOpeningBalanceDto]]
object
3 properties
ERPResponseMessageDto[ERPGLFiscalYearOpeningBalanceDto]
object
3 properties
ERPResponseMessageDto[IList[ERPGLFiscalYearPeriodMovementDto]]
object
3 properties
ERPResponseMessageDto[ERPGLFiscalYearPeriodMovementDto]
object
3 properties
ERPResponseMessageDto[IList[ERPGLFiscalYearPeriodDto]]
object
3 properties
ERPGLFiscalYearPeriodDto
object
11 properties 2 required
ERPResponseMessageDto[ERPGLFiscalYearPeriodDto]
object
3 properties
ERPResponseMessageDto[IList[ERPGLFiscalYearDto]]
object
3 properties
ERPGLFiscalYearDto
object
7 properties 3 required
ERPResponseMessageDto[ERPGLFiscalYearDto]
object
3 properties
ERPResponseMessageDto[IList[ERPGLJournalLineDto]]
object
3 properties
ERPGLJournalLineDto
object
31 properties 4 required
ERPResponseMessageDto[ERPGLJournalLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPGLJournalMemoDto]]
object
3 properties
ERPGLJournalMemoDto
object
11 properties 4 required
ERPResponseMessageDto[ERPGLJournalMemoDto]
object
3 properties
ERPResponseMessageDto[IList[ERPGLJournalDto]]
object
3 properties
ERPGLJournalDto
object
38 properties 7 required
ERPResponseMessageDto[ERPGLJournalDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPaymentMethodDto]]
object
3 properties
ERPPaymentMethodDto
object
25 properties 2 required
ERPResponseMessageDto[ERPPaymentMethodDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPaymentTermDto]]
object
3 properties
ERPPaymentTermDto
object
14 properties 3 required
ERPResponseMessageDto[ERPPaymentTermDto]
object
3 properties
ERPResponseMessageDto[IList[ERPProjectedPaymentDto]]
object
3 properties
ERPProjectedPaymentDto
object
15 properties 4 required
ERPResponseMessageDto[ERPProjectedPaymentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPChangeLogDto]]
object
3 properties
ERPResponseMessageDto[ERPChangeLogDto]
object
3 properties
ERPResponseMessageDto[IList[ERPCurrencyRateLineDto]]
object
3 properties
ERPCurrencyRateLineDto
object
9 properties 4 required
ERPResponseMessageDto[ERPCurrencyRateLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPCurrencyRateDto]]
object
3 properties
ERPCurrencyRateDto
object
13 properties 3 required
ERPResponseMessageDto[ERPCurrencyRateDto]
object
3 properties
ERPResponseMessageDto[IList[ERPDatasetPropertyDto]]
object
3 properties
ERPResponseMessageDto[ERPDatasetPropertyDto]
object
3 properties
ERPResponseMessageDto[IList[ERPFinancialPropertyDto]]
object
3 properties
ERPResponseMessageDto[ERPFinancialPropertyDto]
object
3 properties
ERPResponseMessageDto[IList[ERPNextIDDto]]
object
3 properties
ERPNextIDDto
object
11 properties
ERPResponseMessageDto[ERPNextIDDto]
object
3 properties
ERPResponseMessageDto[IList[ERPProductionPropertyDto]]
object
3 properties
ERPResponseMessageDto[ERPProductionPropertyDto]
object
3 properties
ERPResponseMessageDto[IList[ERPReasonPlantDto]]
object
3 properties
ERPResponseMessageDto[ERPReasonPlantDto]
object
3 properties
ERPResponseMessageDto[IList[ERPReasonDto]]
object
3 properties
ERPResponseMessageDto[ERPReasonDto]
object
3 properties
ERPResponseMessageDto[IList[ERPRecentActivitiesLogDto]]
object
3 properties
ERPResponseMessageDto[ERPRecentActivitiesLogDto]
object
3 properties
ERPResponseMessageDto[IList[ERPShippingPropertyDto]]
object
3 properties
ERPResponseMessageDto[ERPShippingPropertyDto]
object
3 properties
ERPResponseMessageDto[IList[ERPStandardMessageDto]]
object
3 properties
ERPStandardMessageDto
object
11 properties 4 required
ERPResponseMessageDto[ERPStandardMessageDto]
object
3 properties
ERPResponseMessageDto[IList[ERPTaxCodeLineDto]]
object
3 properties
ERPTaxCodeLineDto
object
10 properties 3 required
ERPResponseMessageDto[ERPTaxCodeLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPTaxCodePlantDto]]
object
3 properties
ERPTaxCodePlantDto
object
7 properties
ERPResponseMessageDto[ERPTaxCodePlantDto]
object
3 properties
ERPResponseMessageDto[IList[ERPTaxCodeDto]]
object
3 properties
ERPTaxCodeDto
object
12 properties 4 required
ERPResponseMessageDto[ERPTaxCodeDto]
object
3 properties
ERPResponseMessageDto[IList[ERPTopActivitiesLogDto]]
object
3 properties
ERPResponseMessageDto[ERPTopActivitiesLogDto]
object
3 properties
ERPResponseMessageDto[String]
object
3 properties
ERPResponseMessageDto[IList[ERPCycleCodeDto]]
object
3 properties
ERPCycleCodeDto
object
6 properties 2 required
ERPResponseMessageDto[ERPCycleCodeDto]
object
3 properties
ERPResponseMessageDto[IList[ERPInventoryCountLineDto]]
object
3 properties
ERPInventoryCountLineDto
object
17 properties 5 required
ERPResponseMessageDto[ERPInventoryCountLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPInventoryCountDto]]
object
3 properties
ERPInventoryCountDto
object
20 properties 2 required
ERPResponseMessageDto[ERPInventoryCountDto]
object
3 properties
ERPResponseMessageDto[IList[ERPLandedCostCategoryDto]]
object
3 properties
ERPResponseMessageDto[ERPLandedCostCategoryDto]
object
3 properties
ERPResponseMessageDto[IList[ERPLandedCostChargeDetailDto]]
object
3 properties
ERPLandedCostChargeDetailDto
object
13 properties 3 required
ERPResponseMessageDto[ERPLandedCostChargeDetailDto]
object
3 properties
ERPResponseMessageDto[IList[ERPLandedCostChargeDto]]
object
3 properties
ERPLandedCostChargeDto
object
27 properties 6 required
ERPResponseMessageDto[ERPLandedCostChargeDto]
object
3 properties
ERPResponseMessageDto[IList[ERPLandedCostDto]]
object
3 properties
ERPLandedCostDto
object
37 properties 4 required
ERPResponseMessageDto[ERPLandedCostDto]
object
3 properties
ERPResponseMessageDto[IList[ERPLotNumberDto]]
object
3 properties
ERPLotNumberDto
object
12 properties 3 required
ERPResponseMessageDto[ERPLotNumberDto]
object
3 properties
ERPResponseMessageDto[IList[ERPLotNumberStatusDto]]
object
3 properties
ERPLotNumberStatusDto
object
11 properties 1 required
ERPResponseMessageDto[ERPLotNumberStatusDto]
object
3 properties
ERPResponseMessageDto[IList[ERPLotNumberTransactionDto]]
object
3 properties
ERPLotNumberTransactionDto
object
44 properties 5 required
ERPResponseMessageDto[ERPLotNumberTransactionDto]
object
3 properties
ERPResponseMessageDto[IList[ERPMaterialIssueComponentDto]]
object
3 properties
ERPMaterialIssueComponentDto
object
38 properties 6 required
ERPResponseMessageDto[ERPMaterialIssueComponentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPMaterialIssueLineDto]]
object
3 properties
ERPMaterialIssueLineDto
object
42 properties 6 required
ERPResponseMessageDto[ERPMaterialIssueLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPMaterialIssueDto]]
object
3 properties
ERPMaterialIssueDto
object
11 properties 2 required
ERPResponseMessageDto[ERPMaterialIssueDto]
object
3 properties
ERPResponseMessageDto[IList[ERPMfgReceiptComponentDto]]
object
3 properties
ERPMfgReceiptComponentDto
object
30 properties 4 required
ERPResponseMessageDto[ERPMfgReceiptComponentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPMfgReceiptDto]]
object
3 properties
ERPMfgReceiptDto
object
73 properties 6 required
ERPResponseMessageDto[ERPMfgReceiptDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartAlternateDto]]
object
3 properties
ERPPartAlternateDto
object
9 properties 2 required
ERPResponseMessageDto[ERPPartAlternateDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartAssemblyDto]]
object
3 properties
ERPPartAssemblyDto
object
30 properties 5 required
ERPResponseMessageDto[ERPPartAssemblyDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartBinDetailDto]]
object
3 properties
ERPPartBinDetailDto
object
22 properties 5 required
ERPResponseMessageDto[ERPPartBinDetailDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartBinDto]]
object
3 properties
ERPPartBinDto
object
21 properties 4 required
ERPResponseMessageDto[ERPPartBinDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartClassDto]]
object
3 properties
ERPPartClassDto
object
27 properties 3 required
ERPResponseMessageDto[ERPPartClassDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartClassPlantDto]]
object
3 properties
ERPResponseMessageDto[ERPPartClassPlantDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartCrossReferenceDto]]
object
3 properties
ERPPartCrossReferenceDto
object
18 properties 3 required
ERPResponseMessageDto[ERPPartCrossReferenceDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartForecastLineDto]]
object
3 properties
ERPPartForecastLineDto
object
17 properties
ERPResponseMessageDto[ERPPartForecastLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartForecastDto]]
object
3 properties
ERPPartForecastDto
object
13 properties 3 required
ERPResponseMessageDto[ERPPartForecastDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartGroupPlantDto]]
object
3 properties
ERPResponseMessageDto[ERPPartGroupPlantDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartGroupDto]]
object
3 properties
ERPPartGroupDto
object
31 properties 3 required
ERPResponseMessageDto[ERPPartGroupDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartMaterialDto]]
object
3 properties
ERPPartMaterialDto
object
29 properties 6 required
ERPResponseMessageDto[ERPPartMaterialDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartMemoDto]]
object
3 properties
ERPPartMemoDto
object
45 properties 4 required
ERPResponseMessageDto[ERPPartMemoDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartOperationDto]]
object
3 properties
ERPPartOperationDto
object
60 properties 9 required
ERPResponseMessageDto[ERPPartOperationDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartOrgReferenceDto]]
object
3 properties
ERPPartOrgReferenceDto
object
17 properties 2 required
ERPResponseMessageDto[ERPPartOrgReferenceDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartPriceBreakDto]]
object
3 properties
ERPPartPriceBreakDto
object
11 properties 2 required
ERPResponseMessageDto[ERPPartPriceBreakDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartPriceDto]]
object
3 properties
ERPPartPriceDto
object
18 properties 2 required
ERPResponseMessageDto[ERPPartPriceDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartRevisionDto]]
object
3 properties
ERPPartRevisionDto
object
98 properties 3 required
ERPResponseMessageDto[ERPPartRevisionDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartDto]]
object
3 properties
ERPPartDto
object
30 properties 3 required
ERPResponseMessageDto[ERPPartDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartTransactionCostDto]]
object
3 properties
ERPPartTransactionCostDto
object
31 properties 2 required
ERPResponseMessageDto[ERPPartTransactionCostDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartTransactionDto]]
object
3 properties
ERPPartTransactionDto
object
43 properties 6 required
ERPResponseMessageDto[ERPPartTransactionDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartUnitSalePriceDto]]
object
3 properties
ERPPartUnitSalePriceDto
object
11 properties
ERPResponseMessageDto[ERPPartUnitSalePriceDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPartWarehouseLocationDto]]
object
3 properties
ERPPartWarehouseLocationDto
object
12 properties 2 required
ERPResponseMessageDto[ERPPartWarehouseLocationDto]
object
3 properties
ERPResponseMessageDto[IList[ERPProductCategoryDto]]
object
3 properties
ERPResponseMessageDto[ERPProductCategoryDto]
object
3 properties
ERPResponseMessageDto[IList[ERPProductCategoryLineDto]]
object
3 properties
ERPResponseMessageDto[ERPProductCategoryLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPQuantityAdjustmentDto]]
object
3 properties
ERPQuantityAdjustmentDto
object
28 properties 6 required
ERPResponseMessageDto[ERPQuantityAdjustmentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPSerialNumberDto]]
object
3 properties
ERPSerialNumberDto
object
12 properties 4 required
ERPResponseMessageDto[ERPSerialNumberDto]
object
3 properties
ERPResponseMessageDto[IList[ERPSerialNumberStatusDto]]
object
3 properties
ERPSerialNumberStatusDto
object
11 properties 4 required
ERPResponseMessageDto[ERPSerialNumberStatusDto]
object
3 properties
ERPResponseMessageDto[IList[ERPSerialNumberTransactionDto]]
object
3 properties
ERPSerialNumberTransactionDto
object
46 properties 8 required
ERPResponseMessageDto[ERPSerialNumberTransactionDto]
object
3 properties
ERPResponseMessageDto[IList[ERPWarehouseBinDto]]
object
3 properties
ERPWarehouseBinDto
object
13 properties 3 required
ERPResponseMessageDto[ERPWarehouseBinDto]
object
3 properties
ERPResponseMessageDto[IList[ERPWarehouseReceiptComponentDto]]
object
3 properties
ERPWarehouseReceiptComponentDto
object
35 properties 5 required
ERPResponseMessageDto[ERPWarehouseReceiptComponentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPWarehouseReceiptLineDto]]
object
3 properties
ERPWarehouseReceiptLineDto
object
33 properties 5 required
ERPResponseMessageDto[ERPWarehouseReceiptLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPWarehouseReceiptDto]]
object
3 properties
ERPWarehouseReceiptDto
object
17 properties 4 required
ERPResponseMessageDto[ERPWarehouseReceiptDto]
object
3 properties
ERPResponseMessageDto[IList[ERPWarehouseRequisitionComponentDto]]
object
3 properties
ERPWarehouseRequisitionComponentDto
object
20 properties 6 required
ERPResponseMessageDto[ERPWarehouseRequisitionComponentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPWarehouseRequisitionLineDto]]
object
3 properties
ERPWarehouseRequisitionLineDto
object
16 properties 5 required
ERPResponseMessageDto[ERPWarehouseRequisitionLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPWarehouseRequisitionDto]]
object
3 properties
ERPWarehouseRequisitionDto
object
17 properties 6 required
ERPResponseMessageDto[ERPWarehouseRequisitionDto]
object
3 properties
ERPResponseMessageDto[IList[ERPWarehouseDto]]
object
3 properties
ERPWarehouseDto
object
28 properties 2 required
ERPResponseMessageDto[ERPWarehouseDto]
object
3 properties
ERPResponseMessageDto[IList[ERPWarehouseTransferComponentDto]]
object
3 properties
ERPWarehouseTransferComponentDto
object
32 properties 5 required
ERPResponseMessageDto[ERPWarehouseTransferComponentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPWarehouseTransferLineDto]]
object
3 properties
ERPWarehouseTransferLineDto
object
29 properties 5 required
ERPResponseMessageDto[ERPWarehouseTransferLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPWarehouseTransferDto]]
object
3 properties
ERPWarehouseTransferDto
object
23 properties 4 required
ERPResponseMessageDto[ERPWarehouseTransferDto]
object
3 properties
ERPResponseMessageDto[IList[ERPChangeRequestGroupLinkDto]]
object
3 properties
ERPChangeRequestGroupLinkDto
object
7 properties 3 required
ERPResponseMessageDto[ERPChangeRequestGroupLinkDto]
object
3 properties
ERPResponseMessageDto[IList[ERPChangeRequestGroupDto]]
object
3 properties
ERPResponseMessageDto[ERPChangeRequestGroupDto]
object
3 properties
ERPResponseMessageDto[IList[ERPChangeRequestDto]]
object
3 properties
ERPChangeRequestDto
object
31 properties 7 required
ERPResponseMessageDto[ERPChangeRequestDto]
object
3 properties
ERPResponseMessageDto[IList[ERPChangeRequestTypeDto]]
object
3 properties
ERPChangeRequestTypeDto
object
8 properties 2 required
ERPResponseMessageDto[ERPChangeRequestTypeDto]
object
3 properties
ERPResponseMessageDto[IList[ERPJobAssemblyDto]]
object
3 properties
ERPJobAssemblyDto
object
54 properties 7 required
ERPResponseMessageDto[ERPJobAssemblyDto]
object
3 properties
ERPResponseMessageDto[IList[ERPJobCostDto]]
object
3 properties
ERPJobCostDto
object
29 properties 5 required
ERPResponseMessageDto[ERPJobCostDto]
object
3 properties
ERPResponseMessageDto[IList[ERPJobMaterialComponentDto]]
object
3 properties
ERPJobMaterialComponentDto
object
27 properties 8 required
ERPResponseMessageDto[ERPJobMaterialComponentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPJobMaterialDto]]
object
3 properties
ERPJobMaterialDto
object
73 properties 6 required
ERPResponseMessageDto[ERPJobMaterialDto]
object
3 properties
ERPResponseMessageDto[IList[ERPJobMemoDto]]
object
3 properties
ERPJobMemoDto
object
12 properties 4 required
ERPResponseMessageDto[ERPJobMemoDto]
object
3 properties
ERPResponseMessageDto[IList[ERPJobOperationDto]]
object
3 properties
ERPJobOperationDto
object
90 properties 9 required
ERPResponseMessageDto[ERPJobOperationDto]
object
3 properties
ERPResponseMessageDto[IList[ERPJobPriorityDto]]
object
3 properties
ERPJobPriorityDto
object
4 properties 2 required
ERPResponseMessageDto[ERPJobPriorityDto]
object
3 properties
ERPResponseMessageDto[IList[ERPJobDto]]
object
3 properties
ERPJobDto
object
64 properties 5 required
ERPResponseMessageDto[ERPJobDto]
object
3 properties
ERPResponseMessageDto[IList[ERPJobScenarioDto]]
object
3 properties
ERPJobScenarioDto
object
6 properties 2 required
ERPResponseMessageDto[ERPJobScenarioDto]
object
3 properties
ERPResponseMessageDto[IList[ERPMRPDemandDto]]
object
3 properties
ERPMRPDemandDto
object
28 properties 7 required
ERPResponseMessageDto[ERPMRPDemandDto]
object
3 properties
ERPResponseMessageDto[IList[ERPMRPJobDetailDto]]
object
3 properties
ERPMRPJobDetailDto
object
31 properties 7 required
ERPResponseMessageDto[ERPMRPJobDetailDto]
object
3 properties
ERPResponseMessageDto[IList[ERPMRPLineDto]]
object
3 properties
ERPMRPLineDto
object
21 properties 3 required
ERPResponseMessageDto[ERPMRPLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPMRPSessionDto]]
object
3 properties
ERPMRPSessionDto
object
17 properties 2 required
ERPResponseMessageDto[ERPMRPSessionDto]
object
3 properties
ERPResponseMessageDto[IList[ERPMRPSupplyDto]]
object
3 properties
ERPMRPSupplyDto
object
19 properties 7 required
ERPResponseMessageDto[ERPMRPSupplyDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPlantDepartmentDto]]
object
3 properties
ERPPlantDepartmentDto
object
23 properties 3 required
ERPResponseMessageDto[ERPPlantDepartmentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPlantDto]]
object
3 properties
ERPPlantDto
object
64 properties 2 required
ERPResponseMessageDto[ERPPlantDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPriorityDto]]
object
3 properties
ERPPriorityDto
object
6 properties 2 required
ERPResponseMessageDto[ERPPriorityDto]
object
3 properties
ERPResponseMessageDto[IList[ERPProcessDto]]
object
3 properties
ERPProcessDto
object
20 properties 2 required
ERPResponseMessageDto[ERPProcessDto]
object
3 properties
ERPResponseMessageDto[IList[ERPProductionCalendarDayDto]]
object
3 properties
ERPResponseMessageDto[ERPProductionCalendarDayDto]
object
3 properties
ERPResponseMessageDto[IList[ERPProductionCalendarDto]]
object
3 properties
ERPResponseMessageDto[ERPProductionCalendarDto]
object
3 properties
ERPResponseMessageDto[IList[ERPProductionCalendarWorkCenterDto]]
object
3 properties
ERPResponseMessageDto[ERPProductionCalendarWorkCenterDto]
object
3 properties
ERPResponseMessageDto[IList[ERPProductionDepartmentDto]]
object
3 properties
ERPProductionDepartmentDto
object
6 properties 2 required
ERPResponseMessageDto[ERPProductionDepartmentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPToolCategoryDto]]
object
3 properties
ERPResponseMessageDto[ERPToolCategoryDto]
object
3 properties
ERPResponseMessageDto[IList[ERPToolMemoDto]]
object
3 properties
ERPToolMemoDto
object
10 properties 1 required
ERPResponseMessageDto[ERPToolMemoDto]
object
3 properties
ERPResponseMessageDto[IList[ERPToolMovementDto]]
object
3 properties
ERPToolMovementDto
object
19 properties 4 required
ERPResponseMessageDto[ERPToolMovementDto]
object
3 properties
ERPResponseMessageDto[IList[ERPToolDto]]
object
3 properties
ERPToolDto
object
21 properties 2 required
ERPResponseMessageDto[ERPToolDto]
object
3 properties
ERPResponseMessageDto[IList[ERPWorkCenterMachineDto]]
object
3 properties
ERPWorkCenterMachineDto
object
5 properties 3 required
ERPResponseMessageDto[ERPWorkCenterMachineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPWorkCenterMemoDto]]
object
3 properties
ERPWorkCenterMemoDto
object
14 properties 4 required
ERPResponseMessageDto[ERPWorkCenterMemoDto]
object
3 properties
ERPResponseMessageDto[IList[ERPWorkCenterDto]]
object
3 properties
ERPWorkCenterDto
object
47 properties 7 required
ERPResponseMessageDto[ERPWorkCenterDto]
object
3 properties
ERPResponseMessageDto[IList[ERPProjectAreaDto]]
object
3 properties
ERPProjectAreaDto
object
7 properties 3 required
ERPResponseMessageDto[ERPProjectAreaDto]
object
3 properties
ERPResponseMessageDto[IList[ERPProjectContactDto]]
object
3 properties
ERPProjectContactDto
object
12 properties 4 required
ERPResponseMessageDto[ERPProjectContactDto]
object
3 properties
ERPResponseMessageDto[IList[ERPProjectDto]]
object
3 properties
ERPProjectDto
object
18 properties 3 required
ERPResponseMessageDto[ERPProjectDto]
object
3 properties
ERPResponseMessageDto[IList[ERPProjectTypeDto]]
object
3 properties
ERPProjectTypeDto
object
8 properties 2 required
ERPResponseMessageDto[ERPProjectTypeDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPurchaseOrderAccountDto]]
object
3 properties
ERPPurchaseOrderAccountDto
object
11 properties 4 required
ERPResponseMessageDto[ERPPurchaseOrderAccountDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPurchaseOrderApprovalDto]]
object
3 properties
ERPPurchaseOrderApprovalDto
object
10 properties 2 required
ERPResponseMessageDto[ERPPurchaseOrderApprovalDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPurchaseOrderComponentDto]]
object
3 properties
ERPPurchaseOrderComponentDto
object
30 properties 8 required
ERPResponseMessageDto[ERPPurchaseOrderComponentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPurchaseOrderDeliveryDto]]
object
3 properties
ERPPurchaseOrderDeliveryDto
object
26 properties 5 required
ERPResponseMessageDto[ERPPurchaseOrderDeliveryDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPurchaseOrderLineDto]]
object
3 properties
ERPPurchaseOrderLineDto
object
86 properties 4 required
ERPResponseMessageDto[ERPPurchaseOrderLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPurchaseOrderMemoDto]]
object
3 properties
ERPPurchaseOrderMemoDto
object
14 properties 4 required
ERPResponseMessageDto[ERPPurchaseOrderMemoDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPurchaseOrderDto]]
object
3 properties
ERPPurchaseOrderDto
object
45 properties 4 required
ERPResponseMessageDto[ERPPurchaseOrderDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPurchasePlannerLineDto]]
object
3 properties
ERPPurchasePlannerLineDto
object
22 properties 2 required
ERPResponseMessageDto[ERPPurchasePlannerLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPurchasePlannerOrderDetailDto]]
object
3 properties
ERPPurchasePlannerOrderDetailDto
object
36 properties 7 required
ERPResponseMessageDto[ERPPurchasePlannerOrderDetailDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPurchasePlannerRequirementDto]]
object
3 properties
ERPPurchasePlannerRequirementDto
object
23 properties 3 required
ERPResponseMessageDto[ERPPurchasePlannerRequirementDto]
object
3 properties
ERPResponseMessageDto[IList[ERPPurchasePlannerSessionDto]]
object
3 properties
ERPPurchasePlannerSessionDto
object
22 properties 3 required
ERPResponseMessageDto[ERPPurchasePlannerSessionDto]
object
3 properties
ERPResponseMessageDto[IList[ERPRFQLineDto]]
object
3 properties
ERPRFQLineDto
object
29 properties 5 required
ERPResponseMessageDto[ERPRFQLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPRFQMemoDto]]
object
3 properties
ERPRFQMemoDto
object
11 properties 4 required
ERPResponseMessageDto[ERPRFQMemoDto]
object
3 properties
ERPResponseMessageDto[IList[ERPRFQQuantityDto]]
object
3 properties
ERPRFQQuantityDto
object
13 properties 4 required
ERPResponseMessageDto[ERPRFQQuantityDto]
object
3 properties
ERPResponseMessageDto[IList[ERPRFQDto]]
object
3 properties
ERPRFQDto
object
14 properties 1 required
ERPResponseMessageDto[ERPRFQDto]
object
3 properties
ERPResponseMessageDto[IList[ERPRFQSupplierDto]]
object
3 properties
ERPRFQSupplierDto
object
20 properties 4 required
ERPResponseMessageDto[ERPRFQSupplierDto]
object
3 properties
ERPResponseMessageDto[IList[ERPReceiptComponentDto]]
object
3 properties
ERPReceiptComponentDto
object
45 properties 6 required
ERPResponseMessageDto[ERPReceiptComponentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPReceiptLineDto]]
object
3 properties
ERPReceiptLineDto
object
73 properties 2 required
ERPResponseMessageDto[ERPReceiptLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPReceiptDto]]
object
3 properties
ERPReceiptDto
object
34 properties 3 required
ERPResponseMessageDto[ERPReceiptDto]
object
3 properties
ERPResponseMessageDto[IList[ERPCorrectiveActionCategoryDto]]
object
3 properties
ERPCorrectiveActionCategoryDto
object
6 properties 2 required
ERPResponseMessageDto[ERPCorrectiveActionCategoryDto]
object
3 properties
ERPResponseMessageDto[IList[ERPCorrectiveActionCodeDto]]
object
3 properties
ERPCorrectiveActionCodeDto
object
8 properties 2 required
ERPResponseMessageDto[ERPCorrectiveActionCodeDto]
object
3 properties
ERPResponseMessageDto[IList[ERPDMRClaimComponentDto]]
object
3 properties
ERPDMRClaimComponentDto
object
27 properties 8 required
ERPResponseMessageDto[ERPDMRClaimComponentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPDMRClaimLineDto]]
object
3 properties
ERPDMRClaimLineDto
object
54 properties 7 required
ERPResponseMessageDto[ERPDMRClaimLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPDMRClaimDto]]
object
3 properties
ERPDMRClaimDto
object
28 properties 4 required
ERPResponseMessageDto[ERPDMRClaimDto]
object
3 properties
ERPResponseMessageDto[IList[ERPDMRShipmentComponentDto]]
object
3 properties
ERPDMRShipmentComponentDto
object
39 properties 7 required
ERPResponseMessageDto[ERPDMRShipmentComponentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPDMRShipmentLineDto]]
object
3 properties
ERPDMRShipmentLineDto
object
43 properties 2 required
ERPResponseMessageDto[ERPDMRShipmentLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPDMRShipmentDto]]
object
3 properties
ERPDMRShipmentDto
object
35 properties 3 required
ERPResponseMessageDto[ERPDMRShipmentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPInspectionComponentDto]]
object
3 properties
ERPInspectionComponentDto
object
39 properties 7 required
ERPResponseMessageDto[ERPInspectionComponentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPInspectionLineApprovalDto]]
object
3 properties
ERPInspectionLineApprovalDto
object
10 properties 3 required
ERPResponseMessageDto[ERPInspectionLineApprovalDto]
object
3 properties
ERPResponseMessageDto[IList[ERPInspectionLineDto]]
object
3 properties
ERPInspectionLineDto
object
65 properties 9 required
ERPResponseMessageDto[ERPInspectionLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPInspectionDto]]
object
3 properties
ERPInspectionDto
object
15 properties 1 required
ERPResponseMessageDto[ERPInspectionDto]
object
3 properties
ERPResponseMessageDto[IList[ERPNonConformanceCategoryDto]]
object
3 properties
ERPNonConformanceCategoryDto
object
6 properties 2 required
ERPResponseMessageDto[ERPNonConformanceCategoryDto]
object
3 properties
ERPResponseMessageDto[IList[ERPNonConformanceCauseDto]]
object
3 properties
ERPNonConformanceCauseDto
object
6 properties 2 required
ERPResponseMessageDto[ERPNonConformanceCauseDto]
object
3 properties
ERPResponseMessageDto[IList[ERPNonConformanceCodeDto]]
object
3 properties
ERPNonConformanceCodeDto
object
7 properties 2 required
ERPResponseMessageDto[ERPNonConformanceCodeDto]
object
3 properties
ERPResponseMessageDto[IList[ERPNonConformanceDto]]
object
3 properties
ERPNonConformanceDto
object
39 properties 1 required
ERPResponseMessageDto[ERPNonConformanceDto]
object
3 properties
ERPResponseMessageDto[IList[ERPRMAActionTypeDto]]
object
3 properties
ERPResponseMessageDto[ERPRMAActionTypeDto]
object
3 properties
ERPResponseMessageDto[IList[ERPRMAClaimComponentDto]]
object
3 properties
ERPRMAClaimComponentDto
object
23 properties 8 required
ERPResponseMessageDto[ERPRMAClaimComponentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPRMAClaimLineDto]]
object
3 properties
ERPRMAClaimLineDto
object
68 properties 8 required
ERPResponseMessageDto[ERPRMAClaimLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPRMAClaimDto]]
object
3 properties
ERPRMAClaimDto
object
52 properties 7 required
ERPResponseMessageDto[ERPRMAClaimDto]
object
3 properties
ERPResponseMessageDto[IList[ERPRMAReceiptComponentDto]]
object
3 properties
ERPRMAReceiptComponentDto
object
35 properties 7 required
ERPResponseMessageDto[ERPRMAReceiptComponentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPRMAReceiptLineDto]]
object
3 properties
ERPRMAReceiptLineDto
object
45 properties 5 required
ERPResponseMessageDto[ERPRMAReceiptLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPRMAReceiptDto]]
object
3 properties
ERPRMAReceiptDto
object
28 properties 4 required
ERPResponseMessageDto[ERPRMAReceiptDto]
object
3 properties
ERPResponseMessageDto[IList[ERPQuoteAssemblyDto]]
object
3 properties
ERPQuoteAssemblyDto
object
30 properties 7 required
ERPResponseMessageDto[ERPQuoteAssemblyDto]
object
3 properties
ERPResponseMessageDto[IList[ERPQuoteLineDto]]
object
3 properties
ERPQuoteLineDto
object
41 properties 5 required
ERPResponseMessageDto[ERPQuoteLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPQuoteMaterialDto]]
object
3 properties
ERPQuoteMaterialDto
object
58 properties 7 required
ERPResponseMessageDto[ERPQuoteMaterialDto]
object
3 properties
ERPResponseMessageDto[IList[ERPQuoteMemoDto]]
object
3 properties
ERPQuoteMemoDto
object
13 properties 4 required
ERPResponseMessageDto[ERPQuoteMemoDto]
object
3 properties
ERPResponseMessageDto[IList[ERPQuoteOperationDto]]
object
3 properties
ERPQuoteOperationDto
object
67 properties 10 required
ERPResponseMessageDto[ERPQuoteOperationDto]
object
3 properties
ERPResponseMessageDto[IList[ERPQuoteQuantityDto]]
object
3 properties
ERPQuoteQuantityDto
object
70 properties 5 required
ERPResponseMessageDto[ERPQuoteQuantityDto]
object
3 properties
ERPResponseMessageDto[IList[ERPQuoteDto]]
object
3 properties
ERPQuoteDto
object
38 properties 5 required
ERPResponseMessageDto[ERPQuoteDto]
object
3 properties
ERPResponseMessageDto[IList[ERPQuoteSalesPersonDto]]
object
3 properties
ERPQuoteSalesPersonDto
object
10 properties 3 required
ERPResponseMessageDto[ERPQuoteSalesPersonDto]
object
3 properties
ERPResponseMessageDto[IList[ERPSalesOrderApprovalDto]]
object
3 properties
ERPSalesOrderApprovalDto
object
10 properties 2 required
ERPResponseMessageDto[ERPSalesOrderApprovalDto]
object
3 properties
ERPResponseMessageDto[IList[ERPSalesOrderComponentDto]]
object
3 properties
ERPSalesOrderComponentDto
object
23 properties 9 required
ERPResponseMessageDto[ERPSalesOrderComponentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPSalesOrderDeliveryDto]]
object
3 properties
ERPSalesOrderDeliveryDto
object
44 properties 9 required
ERPResponseMessageDto[ERPSalesOrderDeliveryDto]
object
3 properties
ERPResponseMessageDto[IList[ERPSalesOrderJobLinkDto]]
object
3 properties
ERPSalesOrderJobLinkDto
object
11 properties 5 required
ERPResponseMessageDto[ERPSalesOrderJobLinkDto]
object
3 properties
ERPResponseMessageDto[IList[ERPSalesOrderLineDto]]
object
3 properties
ERPSalesOrderLineDto
object
65 properties 5 required
ERPResponseMessageDto[ERPSalesOrderLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPSalesOrderMemoDto]]
object
3 properties
ERPSalesOrderMemoDto
object
14 properties 4 required
ERPResponseMessageDto[ERPSalesOrderMemoDto]
object
3 properties
ERPResponseMessageDto[IList[ERPSalesOrderPickListLineDto]]
object
3 properties
ERPSalesOrderPickListLineDto
object
18 properties 1 required
ERPResponseMessageDto[ERPSalesOrderPickListLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPSalesOrderPickListSessionDto]]
object
3 properties
ERPSalesOrderPickListSessionDto
object
12 properties 2 required
ERPResponseMessageDto[ERPSalesOrderPickListSessionDto]
object
3 properties
ERPResponseMessageDto[IList[ERPSalesOrderDto]]
object
3 properties
ERPSalesOrderDto
object
81 properties 5 required
ERPResponseMessageDto[ERPSalesOrderDto]
object
3 properties
ERPResponseMessageDto[IList[ERPSalesOrderSalesPersonDto]]
object
3 properties
ERPSalesOrderSalesPersonDto
object
9 properties 3 required
ERPResponseMessageDto[ERPSalesOrderSalesPersonDto]
object
3 properties
ERPResponseMessageDto[IList[ERPScheduleAllocationDto]]
object
3 properties
ERPResponseMessageDto[ERPScheduleAllocationDto]
object
3 properties
ERPResponseMessageDto[IList[ERPScheduleBranchDto]]
object
3 properties
ERPResponseMessageDto[ERPScheduleBranchDto]
object
3 properties
ERPResponseMessageDto[IList[ERPScheduleResourceLaneDto]]
object
3 properties
ERPResponseMessageDto[ERPScheduleResourceLaneDto]
object
3 properties
ERPResponseMessageDto[IList[ERPScheduleTaskBucketDto]]
object
3 properties
ERPResponseMessageDto[ERPScheduleTaskBucketDto]
object
3 properties
ERPResponseMessageDto[IList[ERPScheduleTaskDto]]
object
3 properties
ERPResponseMessageDto[ERPScheduleTaskDto]
object
3 properties
ERPResponseMessageDto[IList[ERPScheduleTreeDto]]
object
3 properties
ERPResponseMessageDto[ERPScheduleTreeDto]
object
3 properties
ERPResponseMessageDto[IList[ERPDDFieldDto]]
object
3 properties
ERPResponseMessageDto[ERPDDFieldDto]
object
3 properties
ERPResponseMessageDto[IList[ERPDDTableDto]]
object
3 properties
ERPResponseMessageDto[ERPDDTableDto]
object
3 properties
ERPResponseMessageDto[IList[ERPIntegrationTransactionQueueDto]]
object
3 properties
ERPResponseMessageDto[ERPIntegrationTransactionQueueDto]
object
3 properties
ERPResponseMessageDto[IList[ERPCustomerPackageDto]]
object
3 properties
ERPCustomerPackageDto
object
12 properties 2 required
ERPResponseMessageDto[ERPCustomerPackageDto]
object
3 properties
ERPResponseMessageDto[IList[ERPFreightPackageLinkDto]]
object
3 properties
ERPFreightPackageLinkDto
object
7 properties
ERPResponseMessageDto[ERPFreightPackageLinkDto]
object
3 properties
ERPResponseMessageDto[IList[ERPFreightPackageRateDto]]
object
3 properties
ERPFreightPackageRateDto
object
32 properties
ERPResponseMessageDto[ERPFreightPackageRateDto]
object
3 properties
ERPResponseMessageDto[IList[ERPFreightPackageDto]]
object
3 properties
ERPFreightPackageDto
object
22 properties 3 required
ERPResponseMessageDto[ERPFreightPackageDto]
object
3 properties
ERPResponseMessageDto[IList[ERPFreightReferenceDto]]
object
3 properties
ERPFreightReferenceDto
object
6 properties 2 required
ERPResponseMessageDto[ERPFreightReferenceDto]
object
3 properties
ERPResponseMessageDto[IList[ERPFreightShipmentDto]]
object
3 properties
ERPFreightShipmentDto
object
62 properties 3 required
ERPResponseMessageDto[ERPFreightShipmentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPShipmentComponentDto]]
object
3 properties
ERPShipmentComponentDto
object
34 properties 6 required
ERPResponseMessageDto[ERPShipmentComponentDto]
object
3 properties
ERPResponseMessageDto[ERPShipmentFreightLinkDto]
object
3 properties
ERPResponseMessageDto[IList[ERPShipmentFreightLinkDto]]
object
3 properties
ERPShipmentFreightLinkDto
object
14 properties 5 required
ERPResponseMessageDto[IList[ERPShipmentFreightReferenceDto]]
object
3 properties
ERPShipmentFreightReferenceDto
object
7 properties 3 required
ERPResponseMessageDto[ERPShipmentFreightReferenceDto]
object
3 properties
ERPResponseMessageDto[IList[ERPShipmentLineDto]]
object
3 properties
ERPShipmentLineDto
object
51 properties 5 required
ERPResponseMessageDto[ERPShipmentLineDto]
object
3 properties
ERPResponseMessageDto[IList[ERPShipmentPackageDetailDto]]
object
3 properties
ERPShipmentPackageDetailDto
object
18 properties 1 required
ERPResponseMessageDto[ERPShipmentPackageDetailDto]
object
3 properties
ERPResponseMessageDto[IList[ERPShipmentPackageDto]]
object
3 properties
ERPShipmentPackageDto
object
30 properties
ERPResponseMessageDto[ERPShipmentPackageDto]
object
3 properties
ERPResponseMessageDto[IList[ERPShipmentDto]]
object
3 properties
ERPShipmentDto
object
86 properties 4 required
ERPResponseMessageDto[ERPShipmentDto]
object
3 properties
ERPResponseMessageDto[IList[ERPShippingMethodDto]]
object
3 properties
ERPShippingMethodDto
object
63 properties 2 required
ERPResponseMessageDto[ERPShippingMethodDto]
object
3 properties
ERPResponseMessageDto[IList[ERPShippingPaymentTypeDto]]
object
3 properties
ERPShippingPaymentTypeDto
object
9 properties 2 required
ERPResponseMessageDto[ERPShippingPaymentTypeDto]
object
3 properties
PartClassDto
object
2 properties 2 required
Error
object
1 property
Warning
object
1 property
PartGroupDto
object
2 properties 2 required
ProcessDto
object
2 properties 2 required
WorkCenterDto
object
2 properties 2 required
WarehouseDto
object
4 properties 2 required
WarehouseBinDto
object
4 properties 3 required
BOMJobGuidDto
object
4 properties
CTMBOMJobMethodAssemblyDto
object
3 properties
APSJobOperationDto
object
4 properties 2 required
CTMAPSJobDto
object
42 properties
BOMPartRevisionDto
object
50 properties 2 required
BOMPartMethodAssemblyDto
object
3 properties
CTMBOMPartMethodGuidDto
object
3 properties
ERPCallTypeDto
object
13 properties 2 required
ERPServiceContractTypeDto
object
8 properties 2 required
MesTimecardLineDto
object
11 properties
MesIntegrationTransactionQueueInformationDto
object
19 properties
ERPEmployeeSalesBudgetLineDto
object
8 properties 3 required
ERPEmployeeSalesBudgetDto
object
7 properties 2 required
ERPEmployeeSkillCompetencyDto
object
13 properties 5 required
ERPEmployeeSkillDto
object
10 properties 3 required
ERPShiftBreakDto
object
17 properties 2 required
ERPShiftDto
object
25 properties 2 required
ERPSkillCompetencyDto
object
12 properties 2 required
ERPSkillDto
object
10 properties 2 required
ERPWorkCenterSkillCompetencyDto
object
13 properties 5 required
ERPWorkCenterSkillDto
object
10 properties 3 required
ERPAgingBucketDto
object
17 properties 4 required
ERPAssetTypeMethodDto
object
14 properties 6 required
ERPAssetTypePlantDto
object
14 properties 10 required
ERPAssetTypeDto
object
14 properties 10 required
ERPGLFiscalYearOpeningBalanceDto
object
7 properties
ERPGLFiscalYearPeriodMovementDto
object
9 properties
ERPChangeLogDto
object
10 properties 5 required
ERPDatasetPropertyDto
object
86 properties 3 required
ERPFinancialPropertyDto
object
128 properties 3 required
ERPProductionPropertyDto
object
228 properties 17 required
ERPReasonPlantDto
object
8 properties 2 required
ERPReasonDto
object
9 properties 3 required
ERPRecentActivitiesLogDto
object
10 properties
ERPShippingPropertyDto
object
97 properties 2 required
ERPTopActivitiesLogDto
object
11 properties
ERPLandedCostCategoryDto
object
12 properties 3 required
ERPPartClassPlantDto
object
10 properties 2 required
ERPPartGroupPlantDto
object
13 properties 2 required
ERPProductCategoryDto
object
11 properties 2 required
ERPProductCategoryLineDto
object
14 properties 4 required
ERPChangeRequestGroupDto
object
8 properties 1 required
ERPProductionCalendarDayDto
object
10 properties
ERPProductionCalendarDto
object
7 properties 1 required
ERPProductionCalendarWorkCenterDto
object
7 properties 3 required
ERPToolCategoryDto
object
8 properties 2 required
ERPRMAActionTypeDto
object
4 properties 2 required
ERPScheduleAllocationDto
object
17 properties 1 required
ERPScheduleBranchDto
object
13 properties 2 required
ERPScheduleResourceLaneDto
object
9 properties 4 required
ERPScheduleTaskBucketDto
object
12 properties 4 required
ERPScheduleTaskDto
object
23 properties 5 required
ERPScheduleTreeDto
object
11 properties 1 required
ERPDDFieldDto
object
67 properties
ERPDDTableDto
object
88 properties
ERPIntegrationTransactionQueueDto
object
18 properties 1 required
CTMAPSJobOperationDto
object
40 properties 11 required
CTMBOMPartRevisionGuidDto
object
3 properties
CTMBOMPartAssemblyGuidDto
object
4 properties
CTMBOMPartMaterialGuidDto
object
2 properties
CTMBOMPartOperationGuidDto
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

eci-solutions-m1-openapi.json Raw ↑

Other APIs ECI Solutions publishes across the network.

ECI Manufacturing ERP API
JobBOSS² Public API
ECI MFG Integration Management API
ECI Authentication API
ECI MFG Payment API
ECI Financial Integration API
ECI EvolutionX Ecommerce API
ECI Einvoice API
ECI Shipping API
ECI Currency Data API
ECI AP/AR Commerce Automation API
ECI Office Integration API
Where this information came from

This is an independent, third-party profile of M1 Public API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.