Across 3 paths, the API surfaces 5 operations — 3 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
AppliedCost 5
GET
/purchasing/appliedCosts/changes
Retrieve changes
AppliedCost_GetChanges2 params→ 200
GET
/purchasing/appliedCosts/{guid}
Find with GUID
AppliedCost_Get2 params→ 200
PUT
/purchasing/appliedCosts/{guid}
Partial update
AppliedCost_Update1 parambody→ 200
GET
/purchasing/appliedCosts
Find with Filters
AppliedCost_GetCollection5 params→ 200
POST
/purchasing/appliedCosts
Create or update
AppliedCost_Createbody→ 200
Schemas 12
The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are ApiIntegratorAppliedCostResource (40 properties), ApiResourceResultEntity[ApiIntegratorAppliedCostResource] (5 properties), ApiResourceResultCollection[ApiIntegratorAppliedCostResource] (4 properties), ApiResourceResultEntityLinks (4 properties). Each schema is shown below with its type and property counts.