Batch Update Project Actuals

put

/primeapi/restapi/projectActuals/batch

Send a request to this endpoint to update one or more project actuals. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.

Request

Supported Media Types
Body ()
A list of project actual objects.
Root Schema : List<ApiEntityProjectActuals>
Type: array
Title: List<ApiEntityProjectActuals>
Show Source
Nested Schema : ApiEntityProjectActuals
Type: object
Show Source
Nested Schema : ApiEntityProjectActualsConfiguredFields
Type: object
Show Source
Nested Schema : ApiEntityProjectActualsCost
Type: object
Show Source
Nested Schema : Hour
Type: object
Show Source
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
The cost fields associated with a project actual.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
The cost fields associated with a project actual.
Nested Schema : textFlexMap
Type: object
Additional Properties Allowed
Show Source
The cost fields associated with a project actual.
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : Cost
Type: object

Response

Supported Media Types

200 Response

A collection of object IDs mapped to a canonical link of the object. For example - {"links":{"1":"https://:/primeapi/restapi//1","2":"https://:/primeapi/restapi//2"}}

400 Response

Invalid input.