Explanation

WAPIC is a service self-hosted alongside CHAPI which allows the user to perform queries on their Control Data through an HTTP restful API.

Request Test System

The HTTP method can be selected from

The URL text box will have a default value, but your wapic host address should be entered here (e.g. https:{some ip address or machinename}}/wapic/{Entity Type}) The acceptable entity types are: * AddressLinks * Addresses * CalendarActivities * Calendars * Companies * CompanyAddressLinks * CompanyAddresses * CompanyPhoneNumbers * ContactAddressLinks * ContactAddresses * ContactPhoneNumbers * Contacts * EmployeeAddressLinks * EmployeeAddresses * Employees * EstimateLineItems * EstimateVariations * Estimates * InventoryItems * ModifierCategories * ModifierDefinitions * ModifierPartLinks * OrderActivities * OrderLineItems * Orders * PartCategories * PartDefinitions * PaymentActivities * PricingPlans * ProductCategories * ProductDefinitions * ProductPartLinks * ProductionActivities * SelectionListCategories * SelectionListItems * SelectionLists * ShipmentDetails * Shipments * ShippingMethods * TransMods * TransParts * TransVariables * UDFValues * UDFs * ValidUnits * Variables * VariationLineItems * Warehouses When a request for data is successful, a clientid header will be returned along with the response. The clientid will automatically be appended as a query paramater for subsequent requests. Additional query parameters can be used to filter the data that is returned from the server including: * $filter * $select * $expand * $top * $skip * $orderby Additional query parameter information roughly follows the documentation at Query Parameters ====== See Also ====== * Backlinks include_pagepage_componentbacklinks