Batch Update Project Actuals Line Items

put

/api/restapi/projectActualsLineItem/batch

Send a request to this endpoint to update one or more project actual line items.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityProjectActualsLineItemInput>
Type: array
Title: List<ApiEntityProjectActualsLineItemInput>
Show Source
  • ApiEntityProjectActualsLineItemInput
    Title: ApiEntityProjectActualsLineItemInput
    This entity represents a ProjectActualsLineItem object, a unique ProjectActualsLineItem object can be identified by the following combinations of the fields.
    • projectActualsLineItemId
    • projectActualsLineItemCode,projectActualsId
    • projectActualsLineItemCode,projectActualsCode,projectCode,workspaceCode
Nested Schema : ApiEntityProjectActualsLineItemInput
Type: object
Title: ApiEntityProjectActualsLineItemInput
This entity represents a ProjectActualsLineItem object, a unique ProjectActualsLineItem object can be identified by the following combinations of the fields.
  • projectActualsLineItemId
  • projectActualsLineItemCode,projectActualsId
  • projectActualsLineItemCode,projectActualsCode,projectCode,workspaceCode
Show Source
Nested Schema : cbsCodes
Type: array
List of cbs codes in hierarchy for the CBS which needs to be associated with the item. This field is not populated as part of the API response since it is a write-only field, used only for the create or update APIs.
Show Source
Nested Schema : projectActualsLineItemCost
The cost fields associated with a line item.
Match All
The cost fields associated with a line item.
Show Source
Nested Schema : ApiEntityProjectActualsLineItemCostInput
Type: object
Title: ApiEntityProjectActualsLineItemCostInput
Show Source
Examples

Back to Top

Response

200 Response

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

400 Response

Invalid input.
Back to Top