Batch Create Program Risk Weather Periods

post

/api/restapi/programRiskWeatherPeriod/batch

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

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityProgramRiskWeatherPeriodInput>
Type: array
Title: List<ApiEntityProgramRiskWeatherPeriodInput>
Show Source
  • ApiEntityProgramRiskWeatherPeriodInput
    Title: ApiEntityProgramRiskWeatherPeriodInput
    This entity represents a ProgramRiskWeatherPeriod object, a unique ProgramRiskWeatherPeriod object can be identified by the following combinations of the fields.
    • programRiskWeatherPeriodId
    • periodName,programRiskId
    • periodName,riskCode,programId
    • periodName,riskCode,programCode,workspaceCode
Nested Schema : ApiEntityProgramRiskWeatherPeriodInput
Type: object
Title: ApiEntityProgramRiskWeatherPeriodInput
This entity represents a ProgramRiskWeatherPeriod object, a unique ProgramRiskWeatherPeriod object can be identified by the following combinations of the fields.
  • programRiskWeatherPeriodId
  • periodName,programRiskId
  • periodName,riskCode,programId
  • periodName,riskCode,programCode,workspaceCode
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

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

400 Response

Invalid input.
Back to Top