View a Project Actuals Line Item by Code
get
/primeapi/restapi/projectActualsLineItem/code/{code}
This endpoint returns project actual line items that meet the following requirements:
- The object has a code that matches the value of the {code} path parameter.
Request
Path Parameters
-
code: string
The user-specified identifier of a project actual line item.
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested Schema : ApiEntityProjectActualsLineItem
Type:
Show Source
object
-
cbsCodeId(optional):
integer(int64)
Read Only:
true
The CBS code assigned to the actual line item. -
costCategoryId(optional):
integer(int64)
The type of cost associated with the actual line item.
-
hours(optional):
object Hour
-
itemCode:
string
Allowed Values:
[ "Length[1-60]" ]
The unique identifier for an actual line item. -
itemSuffix(optional):
integer(int64)
Auto numbering suffix of a project actuals line item code.
-
lineItemId(optional):
integer(int64)
The unique identifier of a project actuals line item. This value should not be provided in create operation request data, however, it is required for update requests.
-
lineItemType:
string
Allowed Values:
[ "LUMP_SUM", "UNIT_PRICE" ]
The type assigned to an actual line item. -
link(optional):
string(url)
Read Only:
true
-
name:
string
Allowed Values:
[ "Length[1-255]" ]
The name of the actual line item. -
projectActualsId:
integer(int64)
The unique identifier for the actual.
-
projectActualsLineItemCost(optional):
object ApiEntityProjectActualsLineItemCost
-
quantity(optional):
object Quantity
-
sourceId(optional):
string
The unique identifier of project actual line item data in an external source.
-
unitOfMeasureId(optional):
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.
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
Nested Schema : ApiEntityProjectActualsLineItemCost
Type:
Show Source
object
-
lineItemId(optional):
integer(int64)
The system-generated identifier of a project actual line item. This value should not be provided in create operation request data, however, it is required for update requests.
-
link(optional):
string(url)
Read Only:
true
-
projectActualsLineItem(optional):
object ApiEntityProjectActualsLineItem
-
total:
object Cost
-
totalProject(optional):
object Cost
-
totalProjectActuals(optional):
object Cost
-
totalWorkspace1(optional):
object Cost
-
totalWorkspace2(optional):
object Cost
-
totalWorkspace3(optional):
object Cost
-
unitPrice(optional):
object Cost
-
unitPriceProject(optional):
object Cost
-
unitPriceProjectActuals(optional):
object Cost
-
unitPriceWorkspace1(optional):
object Cost
-
unitPriceWorkspace2(optional):
object Cost
-
unitPriceWorkspace3(optional):
object Cost
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
Nested Schema : Quantity
Type:
object
Nested Schema : Cost
Type:
object
204 Response
Successful operation with no content.
404 Response
The requested project actuals line items do not exist or you do not have access to them.