Creates a new PremInvoiceSubscriberDetail
Success
Unauthorized
{- "invoice_Key": 0,
- "group_ID": "string",
- "division_ID": "string",
- "subscriber_ID": "string",
- "premRate_Key": 0,
- "dist_Volume": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "payee_ID": "string",
- "premium": 0.1,
- "premium_Received": 0.1,
- "premium_Waived": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "volume": 0.1
}
{- "data": {
- "invoice_Key": 0,
- "group_ID": "string",
- "division_ID": "string",
- "subscriber_ID": "string",
- "premRate_Key": 0,
- "dist_Volume": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "payee_ID": "string",
- "premium": 0.1,
- "premium_Received": 0.1,
- "premium_Waived": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "volume": 0.1
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all PremInvoiceSubscriberDetail for the given invoiceKey and groupID and divisionID and subscriberID
Success
Unauthorized
Gets PremInvoiceSubscriberDetail
Success
Unauthorized
Updates a specific PremInvoiceSubscriberDetail.
Success
Unauthorized
{- "invoice_Key": 0,
- "group_ID": "string",
- "division_ID": "string",
- "subscriber_ID": "string",
- "premRate_Key": 0,
- "dist_Volume": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "payee_ID": "string",
- "premium": 0.1,
- "premium_Received": 0.1,
- "premium_Waived": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "volume": 0.1
}
{- "data": {
- "invoice_Key": 0,
- "group_ID": "string",
- "division_ID": "string",
- "subscriber_ID": "string",
- "premRate_Key": 0,
- "dist_Volume": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "payee_ID": "string",
- "premium": 0.1,
- "premium_Received": 0.1,
- "premium_Waived": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "volume": 0.1
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple PremInvoiceSubscriberDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "invoice_Key": 0,
- "group_ID": "string",
- "division_ID": "string",
- "subscriber_ID": "string",
- "premRate_Key": 0,
- "dist_Volume": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "payee_ID": "string",
- "premium": 0.1,
- "premium_Received": 0.1,
- "premium_Waived": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "volume": 0.1
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}