StorePeriodPerformance
post
/job/storePeriodPerformance
Asynchronously stores period performance for a single project.
Request
Header Parameters
-
Authorization(required):
OAuth token
Supported Media Types
- application/json
A list of project objects for recalculateAssignmentCosts service
Root Schema : List<StorePeriodPerformance>
Type:
arrayTitle:
Show Source
List<StorePeriodPerformance>-
Array of:
object StorePeriodPerformance
Title:
StorePeriodPerformanceStorePeriodPerformance Entity
Nested Schema : StorePeriodPerformance
Type:
objectTitle:
StorePeriodPerformanceStorePeriodPerformance Entity
Show Source
-
FinancialPeriodObjectId: integer
(int32)
The unique identifier of the associated financial period.
-
ProjectObjectId: array
ProjectObjectId
The unique identifier of the associated project.
-
Timeout: integer
(int32)
The amount of time in seconds that the server side will wait for the job service to complete before it returns with the current job status. The Timeout parameter is optional. When you use this operation without specifying a Timeout parameter or with a Timeout of 0, the server immediately returns without waiting for the job service to complete.
Nested Schema : ProjectObjectId
Type:
arrayThe unique identifier of the associated project.
Show Source
-
Array of:
integer(int32)
The unique identifier of the associated project.
Response
Supported Media Types
- application/json
201 Response
OK.
Root Schema : JobServiceResponse
Type:
objectTitle:
JobServiceResponseJobServiceResponse Entity
Show Source
-
JobId: string
The unique ID of the associated job.
-
JobStatus: string
Status of the job.
400 Response
Bad Request.
401 Response
Unauthorized.
403 Response
Forbidden.
404 Response
Not Found.
405 Response
Invalid Input.
500 Response
Internal Server Error.