Updates ProjectActuals.
put
/primeapi/restapi/v16.2/projectActuals/batch
Request
Supported Media Types
- application/json
Body Parameter
ProjectActuals to be updated.
Root Schema : /paths/~1v16.2~1projectActuals~1batch/put/parameters/0/schema
Type:
array
-
Type:
object
ApiEntityProjectActuals
Nested 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:
string
Allowed Values:[ "Length[1-4000]" ]
Details about the actual. - effectiveDate
-
Type:
string
(date-time
)The date the actual is effective. - fixedExchangeRate
-
Type:
number
The exchange rate used to convert the Total Amount value from the record currency to the base currency. - itemPrefix
-
Type:
string
Allowed Values:[ "Length[1-60]" ]
STRING - itemSuffix
-
Type:
integer
(int64
)LONG - projectActualCode
-
Type:
string
Allowed Values:[ "Length[1-60]" ]
The unique identifier for an actual. - projectActualId
-
Type:
integer
(int64
)KEY - projectActualName
-
Type:
string
Allowed Values:[ "Length[1-255]" ]
The name of the actual. - projectActualsCost
-
Type:
object
ApiEntityProjectActualsCost - projectActualsFlexCost
-
Type:
object
ApiEntityProjectActualsFlexCost - projectActualsFlexOther
-
Type:
object
ApiEntityProjectActualsFlexOther - projectActualsFlexText
-
Type:
object
ApiEntityProjectActualsFlexText - 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:
string
Allowed Values:[ "PENDING", "APPROVED" ]
That status of the actual. Valid values are Pending and Confirmed. - totalHours
-
Type:
object
Hour
Nested Schema : ApiEntityProjectActualsCost
Type:
object
- projectActualId
-
Type:
integer
(int64
) - projectActuals
-
Type:
object
ApiEntityProjectActuals - totalAmount
-
Type:
object
Cost - totalAmountProject
-
Type:
object
Cost - totalAmountProjectActuals
-
Type:
object
Cost - totalAmountWorkspace1
-
Type:
object
Cost - totalAmountWorkspace2
-
Type:
object
Cost - totalAmountWorkspace3
-
Type:
object
Cost
Nested Schema : ApiEntityProjectActualsFlexCost
Type:
object
- flexMap
-
Type:
object
flexMapAdditional 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:
object
ApiEntityProjectActuals
Nested Schema : ApiEntityProjectActualsFlexOther
Type:
object
- flexMap
-
Type:
object
flexMapAdditional 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:
object
ApiEntityProjectActuals
Nested Schema : ApiEntityProjectActualsFlexText
Type:
object
- flexMap
-
Type:
object
flexMapAdditional 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:
object
ApiEntityProjectActuals
Nested Schema : Hour
Type:
object
- bigDecimal
-
Type:
number
- double
-
Type:
number
(double
)
Nested Schema : Cost
Type:
object
Nested Schema : flexMap
Type:
object
-
Type:
object
additionalProperties
Lists all configured cost fields assigned to the project actuals with its corresponding value as a (key,value) pair.
Nested Schema : additionalProperties
Type:
object
Nested Schema : flexMap
Type:
object
-
Type:
object
additionalProperties
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:
object
Nested Schema : flexMap
Type:
object
-
Type:
object
additionalProperties
Lists all configured text fields assigned to the project actuals with its corresponding value as a (key,value) pair.
Nested Schema : additionalProperties
Type:
object
Response
Supported Media Types
- application/json
Default Response
successful operation