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:
string
Required:true
Code 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:
object
Hour - itemCode
-
Type:
string
Allowed Values:[ "Length[1-60]" ]
The unique identifier for an actual line item. - itemSuffix
-
Type:
integer
(int64
)LONG - lineItemId
-
Type:
integer
(int64
)KEY - lineItemType
-
Type:
string
Allowed Values:[ "LUMP_SUM", "UNIT_PRICE" ]
The type assigned to an actual line item. - name
-
Type:
string
Allowed Values:[ "Length[1-255]" ]
The name of the actual line item. - projectActualsId
-
Type:
integer
(int64
)The unique identifier for the actual. - projectActualsLineItemCost
-
Type:
object
ApiEntityProjectActualsLineItemCost - quantity
-
Type:
object
Quantity - 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:
object
ApiEntityProjectActualsLineItem - total
-
Type:
object
Cost - totalProject
-
Type:
object
Cost - totalProjectActuals
-
Type:
object
Cost - totalWorkspace1
-
Type:
object
Cost - totalWorkspace2
-
Type:
object
Cost - totalWorkspace3
-
Type:
object
Cost - unitPrice
-
Type:
object
Cost - unitPriceProject
-
Type:
object
Cost - unitPriceProjectActuals
-
Type:
object
Cost - unitPriceWorkspace1
-
Type:
object
Cost - unitPriceWorkspace2
-
Type:
object
Cost - unitPriceWorkspace3
-
Type:
object
Cost
Nested Schema : Quantity
Type:
object
Nested Schema : Cost
Type:
object
404 Response
The project Actuals Line items does not exist or you do not have access to it.