Batch Create Project Resource Work Rates
post
/primeapi/restapi/projectResourceWorkRate/batch
Send a request to this endpoint to create one or more project resource work rates.
Request
Supported Media Types
- application/json
One or more project resource work rate objects.
Root Schema : List<ApiEntityProjectResourceWorkRate>
Type:
array
Title:
Show Source
List<ApiEntityProjectResourceWorkRate>
Nested Schema : ApiEntityProjectResourceWorkRate
Type:
Show Source
object
-
effectiveEndDate(optional):
string(date-time)
Date that the corresponding units/time period and rates complete for the resource or role.
-
effectiveStartDate:
string(date-time)
Date that the corresponding units/time period and rates go into effect for the resource or role.
-
link(optional):
string(url)
Read Only:
true
-
maxUnitsPerTime(optional):
object Unit
-
projectResourceId:
integer(int64)
The unique identifier of a project resource.
-
projectResourceWorkRateId:
integer(int64)
The unique identifier of a project work rate.
-
uniqueName(optional):
string
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
Nested Schema : Unit
Type:
object
Response
Supported Media Types
- application/json
201 Response
The object was successfully created.
Nested Schema : ApiEntityProjectResourceWorkRate
Type:
Show Source
object
-
effectiveEndDate(optional):
string(date-time)
Date that the corresponding units/time period and rates complete for the resource or role.
-
effectiveStartDate:
string(date-time)
Date that the corresponding units/time period and rates go into effect for the resource or role.
-
link(optional):
string(url)
Read Only:
true
-
maxUnitsPerTime(optional):
object Unit
-
projectResourceId:
integer(int64)
The unique identifier of a project resource.
-
projectResourceWorkRateId:
integer(int64)
The unique identifier of a project work rate.
-
uniqueName(optional):
string
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
Nested Schema : Unit
Type:
object
400 Response
Invalid input.