Creates a new PremRatePayee
Success
Unauthorized
{- "premRate_Key": 0,
- "payee_ID": "string",
- "account_Key": 0,
- "amount": 0.1,
- "amount_Max": 0.1,
- "amount_Pct": true,
- "dist_Type": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "payor_ID": "string",
- "policy_Number": "string",
- "premRate_Category": "string",
- "priority": 0,
- "rate": 0.1,
- "rate_Max": 0.1,
- "rate_Min": 0.1,
- "rate_Round_Precision": 0,
- "rate_Round_Type": "string",
- "rate_Var1": 0.1,
- "rate_Var2": 0.1,
- "rate_Var3": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "premRate_Key": 0,
- "payee_ID": "string",
- "account_Key": 0,
- "amount": 0.1,
- "amount_Max": 0.1,
- "amount_Pct": true,
- "dist_Type": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "payor_ID": "string",
- "policy_Number": "string",
- "premRate_Category": "string",
- "priority": 0,
- "rate": 0.1,
- "rate_Max": 0.1,
- "rate_Min": 0.1,
- "rate_Round_Precision": 0,
- "rate_Round_Type": "string",
- "rate_Var1": 0.1,
- "rate_Var2": 0.1,
- "rate_Var3": 0.1,
- "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 PremRatePayee for the given premRateKey
Success
Unauthorized
Updates a specific PremRatePayee.
Success
Unauthorized
{- "premRate_Key": 0,
- "payee_ID": "string",
- "account_Key": 0,
- "amount": 0.1,
- "amount_Max": 0.1,
- "amount_Pct": true,
- "dist_Type": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "payor_ID": "string",
- "policy_Number": "string",
- "premRate_Category": "string",
- "priority": 0,
- "rate": 0.1,
- "rate_Max": 0.1,
- "rate_Min": 0.1,
- "rate_Round_Precision": 0,
- "rate_Round_Type": "string",
- "rate_Var1": 0.1,
- "rate_Var2": 0.1,
- "rate_Var3": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "premRate_Key": 0,
- "payee_ID": "string",
- "account_Key": 0,
- "amount": 0.1,
- "amount_Max": 0.1,
- "amount_Pct": true,
- "dist_Type": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "payor_ID": "string",
- "policy_Number": "string",
- "premRate_Category": "string",
- "priority": 0,
- "rate": 0.1,
- "rate_Max": 0.1,
- "rate_Min": 0.1,
- "rate_Round_Precision": 0,
- "rate_Round_Type": "string",
- "rate_Var1": 0.1,
- "rate_Var2": 0.1,
- "rate_Var3": 0.1,
- "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 PremRatePayee at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "premRate_Key": 0,
- "payee_ID": "string",
- "account_Key": 0,
- "amount": 0.1,
- "amount_Max": 0.1,
- "amount_Pct": true,
- "dist_Type": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "payor_ID": "string",
- "policy_Number": "string",
- "premRate_Category": "string",
- "priority": 0,
- "rate": 0.1,
- "rate_Max": 0.1,
- "rate_Min": 0.1,
- "rate_Round_Precision": 0,
- "rate_Round_Type": "string",
- "rate_Var1": 0.1,
- "rate_Var2": 0.1,
- "rate_Var3": 0.1,
- "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"
}
}