Creates a new GroupPremRateCategory
Success
Unauthorized
{- "group_ID": "string",
- "reportDefinition_Key": 0,
- "premRate_Category": "string",
- "sequence": 0
}
{- "data": {
- "group_ID": "string",
- "reportDefinition_Key": 0,
- "premRate_Category": "string",
- "sequence": 0
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all GroupPremRateCategory for the given groupID and reportDefinitionKey
Success
Unauthorized
Create or Update multiple GroupPremRateCategory at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "group_ID": "string",
- "reportDefinition_Key": 0,
- "premRate_Category": "string",
- "sequence": 0
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}