Program Risk Weather Period REST Endpoints
Program Risk Weather Period
The Program Risk Weather Period service enables you to create, update, view, and delete program risk weather periods. Update Keys : 'programRiskWeatherPeriodId'
- Batch Create Program Risk Weather Periods
- Method: postPath:
/api/restapi/programRiskWeatherPeriod/batch - Batch Delete Program Risk Weather Periods
- Method: deletePath:
/api/restapi/programRiskWeatherPeriod/batch - Batch Sync Program Risk Weather Periods
- Method: postPath:
/api/restapi/programRiskWeatherPeriod/syncBatch - Batch Update Program Risk Weather Periods
- Method: putPath:
/api/restapi/programRiskWeatherPeriod/batch - Create a Program Risk Weather Period
- Method: postPath:
/api/restapi/programRiskWeatherPeriod - Delete a Program Risk Weather Period
- Method: deletePath:
/api/restapi/programRiskWeatherPeriod/{programRiskWeatherPeriodId} - Update a Program Risk Weather Period
- Method: putPath:
/api/restapi/programRiskWeatherPeriod - View a Program Risk Mitigation by Program Risk ID
- Method: getPath:
/api/restapi/programRiskWeatherPeriod/programRisk/{programRiskId} - View a Program Risk Weather Period
- Method: getPath:
/api/restapi/programRiskWeatherPeriod/{programRiskWeatherPeriodId} - View all Program Risk Weather Periods by Period Name
- Method: getPath:
/api/restapi/programRiskWeatherPeriod/code/{periodName} - View all Program Risk Weather Periods by Program ID
- Method: getPath:
/api/restapi/programRiskWeatherPeriod/program/{programId}