Creates a new SubscriberPremRateSplit
Success
Unauthorized
{- "subscriberPremRateSplit_Key": 0,
- "amount": 0.1,
- "amount_Pct": true,
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "invoice_Level": "s",
- "premRate_Key": 0,
- "split_Rule": "string",
- "subscriber_ID": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "subscriberPremRateSplit_Key": 0,
- "amount": 0.1,
- "amount_Pct": true,
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "invoice_Level": "s",
- "premRate_Key": 0,
- "split_Rule": "string",
- "subscriber_ID": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "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 SubscriberPremRateSplit for the given subscriberID
Success
Unauthorized
Create or Update multiple SubscriberPremRateSplit at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "subscriberPremRateSplit_Key": 0,
- "amount": 0.1,
- "amount_Pct": true,
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "invoice_Level": "s",
- "premRate_Key": 0,
- "split_Rule": "string",
- "subscriber_ID": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "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"
}
}
Updates a specific SubscriberPremRateSplit.
Success
Unauthorized
{- "subscriberPremRateSplit_Key": 0,
- "amount": 0.1,
- "amount_Pct": true,
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "invoice_Level": "s",
- "premRate_Key": 0,
- "split_Rule": "string",
- "subscriber_ID": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "subscriberPremRateSplit_Key": 0,
- "amount": 0.1,
- "amount_Pct": true,
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "invoice_Level": "s",
- "premRate_Key": 0,
- "split_Rule": "string",
- "subscriber_ID": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}