Apply Actual
post
/job/applyActuals
Asynchronously applies actuals to a project.
Request
Header Parameters
-
Authorization(required):
OAuth token
Supported Media Types
- application/json
A list of project objects
Root Schema : List<ApplyActuals>
Type:
array
Title:
Show Source
List<ApplyActuals>
-
Array of:
object ApplyActuals
Title:
ApplyActuals
ApplyActuals Entity
Nested Schema : ApplyActuals
Type:
object
Title:
ApplyActuals
ApplyActuals Entity
Show Source
-
NewDataDate: string
(date-time)
The unique identifier of the project you want to summarize.
-
ProjectObjectId: integer
(int32)
The unique identifier of the project you want to summarize.
-
Timeout: integer
(int32)
The unique identifier of the project you want to summarize.
Response
Supported Media Types
- application/json
201 Response
OK.
Root Schema : CreateJobServiceResponse
Type:
object
Title:
CreateJobServiceResponse
CreateJobServiceResponse 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.