Dme

Endpoints for Salesorder

APIDescription
GET api/Dme/{table}

Endpoint to get a given salesorder

Product

Endpoints for product

APIDescription
GET api/Product/{productNo}

Endpoint to get a given product

GET api/Product?createdDate={createdDate}&changedDate={changedDate}

Endpoint to list products

Contact

Endpoints for contact

APIDescription
GET api/Conact/{associateNo}

Endpoint to get a given contact

GET api/Contact?createdDate={createdDate}&changedDate={changedDate}

Endpoint to list contacts from actor table

POST api/Contact

Endpoint to Create A Contact

PUT api/Contact?associateNo={associateNo}

Endpoint to update a given Contact

OrgUnit1

Endpoints fororgunit1

APIDescription
GET api/OrgUnit1/{orgUnit1No}

Endpoint to get a given orgunit1

GET api/OrgUnit1?createdDate={createdDate}&changedDate={changedDate}

Endpoint to list orgunit1

Employee

Endpoints for employees

APIDescription
GET api/Employee/{employeeNo}

Endpoint to get a given employee

GET api/Employee?createdDate={createdDate}&changedDate={changedDate}

Endpoint to list employees from actor table

OrgUnit2

Endpoints for OrgUnit2

APIDescription
GET api/OrgUnit2/{orgUnit2No}

Endpoint to get a given OrgUnit2

GET api/OrgUnit2?createdDate={createdDate}&changedDate={changedDate}

Endpoint to list OrgUnit2

POST api/OrgUnit2

Endpoint to create OrgUnit2

PUT api/OrgUnit2?orgUnit2No={orgUnit2No}

Endpoint to update a given OrgUnit2

SalesOrder

Endpoints for Salesorder

APIDescription
GET api/SalesOrder/{orderNo}?calulateVbsFields={calulateVbsFields}

Endpoint to get a given salesorder

POST api/Order/AddAttachment/{orderNo}

Endpoint for attach a file to a given order

GET api/SalesOrder?createdDate={createdDate}&changedDate={changedDate}&calulateVbsFields={calulateVbsFields}

Endpoint to list salesorders

POST api/SalesOrder?calulateVbsFields={calulateVbsFields}

Endpoint to create a new salesorder

PUT api/SalesOrder?orderNo={orderNo}

Endpoint for updating orderhead for a given order

OrderLine

Endpoints for orderline

APIDescription
GET api/OrderLine/{orderNo}

Endpoint to get orderlines for a given order

GET api/OrderLine/{orderNo}/{lineNo}

Endpoint to get a given orderline in a given order

POST api/OrderLine?orderNo={orderNo}

Endpoint to add a new orderline to a given order

PUT api/OrderLine?orderNo={orderNo}&lineNo={lineNo}

Endpoint to update a given orderline on a given order

Member

Custom endpoint to get members

APIDescription
GET api/Member/inkl

GET api/Member/enkel

GET api/Member/Pindena

GET api/Member/IsMember?email={email}

Customer

Endpoints for customer

APIDescription
GET api/Customer/{customerNo}

Endpoint to get a given customer

GET api/Customer?createdDate={createdDate}&changedDate={changedDate}

Endpoint to list customers from actor table

POST api/Customer?accountNoSerieFrom={accountNoSerieFrom}&accountNoSerieTo={accountNoSerieTo}

Endpoint to create a new Customer

PUT api/Customer?associateNo={associateNo}

Endpoint to update a given Customer

Unit

Endpoints for Salesorder

APIDescription
GET api/Unit/{unitNo}

Endpoint to get a given unit

GET api/Unit?createdDate={createdDate}&changedDate={changedDate}

Endpoint to list units

Country

Endpoints for contact

APIDescription
GET api/Country/{countryNo}

Endpoint to get a given contact

GET api/Country?createdDate={createdDate}&changedDate={changedDate}

Endpoint to list contacts from actor table

StockBalance

APIDescription
GET api/StockBalance?calulateVbsFields={calulateVbsFields}&warehouseNo={warehouseNo}&productNo={productNo}&createdDate={createdDate}&changedDate={changedDate}

Endpoint to list StockBalance

Warehouse

APIDescription
GET api/Warehouse?createdDate={createdDate}&changedDate={changedDate}

Endpoint to list Warehouse

PriceMatrix

Endpoint for pricematrix

APIDescription
GET api/PriceMatrix?productNo={productNo}&customerPriceGroup={customerPriceGroup}&customerPriceGroup2={customerPriceGroup2}&customerPriceGroup3={customerPriceGroup3}&customerNo={customerNo}&productPriceGroup1={productPriceGroup1}&productPriceGroup2={productPriceGroup2}&productPriceGroup3={productPriceGroup3}&orgUnit1No={orgUnit1No}&orgUnit2No={orgUnit2No}&orgUnit3No={orgUnit3No}&orgUnit4No={orgUnit4No}&orgUnit5No={orgUnit5No}&supplierNo={supplierNo}&fromDate={fromDate}&createdDate={createdDate}&changedDate={changedDate}

Endpoint to list prices

Test

Custom Test controller

APIDescription
GET api/Test

Hello world