Batch Create Project Risk Weather Periods

post

/api/restapi/riskWeatherPeriod/batch

Send a request to this endpoint to create one or more project risk weather periods.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityRiskWeatherPeriodInput>
Type: array
Title: List<ApiEntityRiskWeatherPeriodInput>
Show Source
  • ApiEntityRiskWeatherPeriodInput
    Title: ApiEntityRiskWeatherPeriodInput
    This entity represents a RiskWeatherPeriod object, a unique RiskWeatherPeriod object can be identified by the following combinations of the fields.
    • riskWeatherPeriodId
    • periodName,projectRiskId
    • periodName,riskCode,projectId
    • periodName,riskCode,projectCode,workspaceCode
Nested Schema : ApiEntityRiskWeatherPeriodInput
Type: object
Title: ApiEntityRiskWeatherPeriodInput
This entity represents a RiskWeatherPeriod object, a unique RiskWeatherPeriod object can be identified by the following combinations of the fields.
  • riskWeatherPeriodId
  • periodName,projectRiskId
  • periodName,riskCode,projectId
  • periodName,riskCode,projectCode,workspaceCode
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : List<ApiEntityRiskWeatherPeriod>
Type: array
Title: List<ApiEntityRiskWeatherPeriod>
Show Source
Nested Schema : ApiEntityRiskWeatherPeriod
Type: object
Title: ApiEntityRiskWeatherPeriod
Show Source

400 Response

Invalid input.
Back to Top