CreateProductPlanDto
insurerProductIdstringrequired
codestringrequired
Possible values: >= 2 characters and <= 40 characters
namestringrequired
Possible values: >= 2 characters and <= 200 characters
descriptionstring
coverageAmountnumber
Possible values: >= 0
currencystring
CreateProductPlanDto
{
"insurerProductId": "string",
"code": "string",
"name": "string",
"description": "string",
"coverageAmount": 0,
"currency": "string"
}