Returns the ProjectActuals line items specified by the ProjectActuals line items Code.
get
/primeapi/restapi/v16.2/projectActualsLineItem/code/{code}
Request
Path Parameters
- code
-
Type:
stringRequired:trueCode of the ProjectActuals to be found.
Response
Supported Media Types
- application/json
200 Response
successful operation
Body
Root Schema : ApiEntityProjectActualsLineItem
Type:
object- cbsCodeId
-
Type:
integer(int64)The CBS code assigned to the actual line item. - costCategoryId
-
Type:
integer(int64)The type of cost associated with the actual line item. - hours
-
Type:
objectHour - itemCode
-
Type:
stringAllowed Values:[ "Length[1-60]" ]The unique identifier for an actual line item. - itemSuffix
-
Type:
integer(int64)LONG - lineItemId
-
Type:
integer(int64)KEY - lineItemType
-
Type:
stringAllowed Values:[ "LUMP_SUM", "UNIT_PRICE" ]The type assigned to an actual line item. - name
-
Type:
stringAllowed Values:[ "Length[1-255]" ]The name of the actual line item. - projectActualsId
-
Type:
integer(int64)The unique identifier for the actual. - projectActualsLineItemCost
-
Type:
objectApiEntityProjectActualsLineItemCost - quantity
-
Type:
objectQuantity - unitOfMeasureId
-
Type:
integer(int64)The unit of measure associated with the actual line item. This field is read-only if Total Amount or Total Hours are entered.
Nested Schema : Hour
Type:
object- bigDecimal
-
Type:
number - double
-
Type:
number(double)
Nested Schema : ApiEntityProjectActualsLineItemCost
Type:
object- lineItemId
-
Type:
integer(int64) - projectActualsLineItem
-
Type:
objectApiEntityProjectActualsLineItem - total
-
Type:
objectCost - totalProject
-
Type:
objectCost - totalProjectActuals
-
Type:
objectCost - totalWorkspace1
-
Type:
objectCost - totalWorkspace2
-
Type:
objectCost - totalWorkspace3
-
Type:
objectCost - unitPrice
-
Type:
objectCost - unitPriceProject
-
Type:
objectCost - unitPriceProjectActuals
-
Type:
objectCost - unitPriceWorkspace1
-
Type:
objectCost - unitPriceWorkspace2
-
Type:
objectCost - unitPriceWorkspace3
-
Type:
objectCost
Nested Schema : Quantity
Type:
objectNested Schema : Cost
Type:
object404 Response
The project Actuals Line items does not exist or you do not have access to it.