Returns the ProjectActuals specified by the ProjectActuals Code.
get
/primeapi/restapi/v16.2/projectActuals/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 : ApiEntityProjectActuals
Type:
object- approvedByUserId
-
Type:
integer(int64)The username of the user who approved the item. - approvedDate
-
Type:
string(date-time)The date that the actual was approved. - currencyId
-
Type:
integer(int64)The currency associated with the actual. - description
-
Type:
stringAllowed Values:[ "Length[1-4000]" ]Details about the actual. - effectiveDate
-
Type:
string(date-time)The date the actual is effective. - fixedExchangeRate
-
Type:
numberThe exchange rate used to convert the Total Amount value from the record currency to the base currency. - itemPrefix
-
Type:
stringAllowed Values:[ "Length[1-60]" ]STRING - itemSuffix
-
Type:
integer(int64)LONG - projectActualCode
-
Type:
stringAllowed Values:[ "Length[1-60]" ]The unique identifier for an actual. - projectActualId
-
Type:
integer(int64)KEY - projectActualName
-
Type:
stringAllowed Values:[ "Length[1-255]" ]The name of the actual. - projectActualsCost
-
Type:
objectApiEntityProjectActualsCost - projectActualsFlexCost
-
Type:
objectApiEntityProjectActualsFlexCost - projectActualsFlexOther
-
Type:
objectApiEntityProjectActualsFlexOther - projectActualsFlexText
-
Type:
objectApiEntityProjectActualsFlexText - projectCompanyId
-
Type:
integer(int64)The name of the company associated with the actual. - projectId
-
Type:
integer(int64)The unique identifier for the project. - status
-
Type:
stringAllowed Values:[ "PENDING", "APPROVED" ]That status of the actual. Valid values are Pending and Confirmed. - totalHours
-
Type:
objectHour
Nested Schema : ApiEntityProjectActualsCost
Type:
object- projectActualId
-
Type:
integer(int64) - projectActuals
-
Type:
objectApiEntityProjectActuals - totalAmount
-
Type:
objectCost - totalAmountProject
-
Type:
objectCost - totalAmountProjectActuals
-
Type:
objectCost - totalAmountWorkspace1
-
Type:
objectCost - totalAmountWorkspace2
-
Type:
objectCost - totalAmountWorkspace3
-
Type:
objectCost
Nested Schema : ApiEntityProjectActualsFlexCost
Type:
object- flexMap
-
Type:
objectflexMapAdditional Properties Allowed: additionalPropertiesLists all configured cost fields assigned to the project actuals with its corresponding value as a (key,value) pair. - projectActualId
-
Type:
integer(int64) - projectActuals
-
Type:
objectApiEntityProjectActuals
Nested Schema : ApiEntityProjectActualsFlexOther
Type:
object- flexMap
-
Type:
objectflexMapAdditional Properties Allowed: additionalPropertiesLists all configured date, number, integer fields assigned to the project actuals with its corresponding value as a (key,value) pair. - projectActualId
-
Type:
integer(int64) - projectActuals
-
Type:
objectApiEntityProjectActuals
Nested Schema : ApiEntityProjectActualsFlexText
Type:
object- flexMap
-
Type:
objectflexMapAdditional Properties Allowed: additionalPropertiesLists all configured text fields assigned to the project actuals with its corresponding value as a (key,value) pair. - projectActualId
-
Type:
integer(int64) - projectActuals
-
Type:
objectApiEntityProjectActuals
Nested Schema : Hour
Type:
object- bigDecimal
-
Type:
number - double
-
Type:
number(double)
Nested Schema : Cost
Type:
objectNested Schema : flexMap
Type:
object-
Type:
objectadditionalProperties
Lists all configured cost fields assigned to the project actuals with its corresponding value as a (key,value) pair.
Nested Schema : additionalProperties
Type:
objectNested Schema : flexMap
Type:
object-
Type:
objectadditionalProperties
Lists all configured date, number, integer fields assigned to the project actuals with its corresponding value as a (key,value) pair.
Nested Schema : additionalProperties
Type:
objectNested Schema : flexMap
Type:
object-
Type:
objectadditionalProperties
Lists all configured text fields assigned to the project actuals with its corresponding value as a (key,value) pair.
Nested Schema : additionalProperties
Type:
object404 Response
The ProjectActuals does not exist or you do not have access to it.