Create ProjectResourceQuantity

post

/projectResourceQuantity

Send a request to this endpoint to create one or more ProjectResourceQuantity. An application object will be created for each JSON object provided in the request body

Request

Header Parameters
Supported Media Types
Request Body - application/json ()
A list of projectresourcequantity objects.
Root Schema : List<ProjectResourceQuantity>
Type: array
Title: List<ProjectResourceQuantity>
Show Source
Nested Schema : ProjectResourceQuantity
Type: object
Title: ProjectResourceQuantity
ProjectResourceQuantity Entity
Show Source
  • The Boolean value that determines whether a resource is committed, and so, the resource assignment is stable and unlikely to change. When calculating availability, Primavera considers only assignments that are marked as committed.
  • The date this project resource quantity was created.
  • The name of the user that created this project resource quantity.
  • The unique ID of the associated first financial period for this project resource quantity.
  • The value that represents the resource allocation hours for the first financial period for this project resource quantity. If the week contains days from two different months, two ProjectResourceQuantity business objects will exist. The first business object's Quantity field represents the hours of the first week fragment (WeekStartDate and MonthStartDate have the same month value). The second business object's Quantity field represents the second week fragment (WeekStartDate and MonthStartDate have different month values).
  • The unique ID of the associated second financial period for this project resource quantity.
  • The value that represents the resource allocation hours for the second financial period for this project resource quantity. If the week contains days from two different months, two ProjectResourceQuantity business objects will exist. The first business object's Quantity field represents the hours of the first week fragment (WeekStartDate and MonthStartDate have the same month value). The second business object's Quantity field represents the second week fragment (WeekStartDate and MonthStartDate have different month values).
  • The boolean value indicating if this business object is related to a Project or Baseline
  • The boolean value indicating if this business object is related to a template Project.
  • The date this project resource quantity was last updated.
  • The name of the user that last updated this project resource quantity.
  • The date value that represents the first day of the month. If the week contains days from two different months, two objects will exist. The first ProjectResourceQuantity object's MonthStartDate is the first day of the month for the first week fragment. The second ProjectResourceQuantity object's MonthStartDate is the first day of the month for the second week fragment.
  • The unique ID of the associated project.
  • The unique ID of the associated project resource.
  • The value that represents the resource allocation hours per week for this project resource quantity. If the week contains days from two different months, two ProjectResourceQuantity business objects will exist. The first business object's Quantity field represents the hours of the first week fragment (WeekStartDate and MonthStartDate have the same month value). The second business object's Quantity field represents the second week fragment (WeekStartDate and MonthStartDate have different month values).
  • The unique ID of the associated resource.
  • The unique ID of the associated role.
  • The unique ID of the associated WBS.
  • The date value that represents the first day of the week.
Back to Top

Response

Supported Media Types

201 Response

Resource Created.
Body ()
Root Schema : List<CreateProjectResourceQuantityResponse>
Type: array
Title: List<CreateProjectResourceQuantityResponse>
Show Source
Nested Schema : CreateProjectResourceQuantityResponse
Type: object
Title: CreateProjectResourceQuantityResponse
CreateProjectResourceQuantityResponse Entity
Show Source
  • The value that represents the resource allocation hours per week for this project resource quantity. If the week contains days from two different months, two ProjectResourceQuantity business objects will exist. The first business object's Quantity field represents the hours of the first week fragment (WeekStartDate and MonthStartDate have the same month value). The second business object's Quantity field represents the second week fragment (WeekStartDate and MonthStartDate have different month values).
  • The unique ID of the associated project resource.
  • The date value that represents the first day of the week.

400 Response

Bad Request.

401 Response

Unauthorized.

403 Response

Forbidden.

404 Response

Not Found.

405 Response

Invalid Input.

500 Response

Internal Server Error.
Back to Top