View Code Type by Cost Category Type

get

/primeapi/restapi/costCategory?type={type}

This endpoint returns code types that meet the following requirements:
  • The object is associated with a cost category with an ID value that matches the value of the {id} path parameter.

Request

Query Parameters
  • CostCategoryType to get Cost categories
    Allowed Values: [ "labor", "equipment", "materials", "other" ]

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : ApiEntityCostCategory
Type: object
Show Source