Creates a new PremRateAddOn
Success
Unauthorized
{- "premRateAddOn_Key": 0,
- "addOn_PremRate_Key": 0,
- "add_On_Grouping_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "premRate_Key": 0,
- "sequence": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "premRateAddOn_Key": 0,
- "addOn_PremRate_Key": 0,
- "add_On_Grouping_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "premRate_Key": 0,
- "sequence": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all PremRateAddOn for the given PremRate_Key
Success
Unauthorized
Updates a specific PremRateAddOn.
Success
Unauthorized
{- "premRateAddOn_Key": 0,
- "addOn_PremRate_Key": 0,
- "add_On_Grouping_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "premRate_Key": 0,
- "sequence": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "premRateAddOn_Key": 0,
- "addOn_PremRate_Key": 0,
- "add_On_Grouping_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "premRate_Key": 0,
- "sequence": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple PremRateAddOn at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "premRateAddOn_Key": 0,
- "addOn_PremRate_Key": 0,
- "add_On_Grouping_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "premRate_Key": 0,
- "sequence": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}