post https://{host}/platform/riskdata/v1/risksources/bulk-create
Creates multiple risk sources for the specified program or business hierarchy.
A risk source is a representation of risk to a cedant that underlies a program (reinsurance program). This API supports the creation of two types of risk sources: PORTFOLIO
or RISKANALYSIS
. Every risk source created in a bulk operation is attached to the specified parent (BUSINESSHIERARCHY
or PROGRAM
).
All parameters are specified in the body of the request. The riskSourcetype
, parentType
, and riskSources
parameters are required.
If successful, returns 201 Created
HTTP response and adds job to the workflow engine queue.