Creates a new PremInvoiceAdjustment
Success
Unauthorized
{- "invoiceAdjustment_Key": 0,
- "adjustment_Amount": 0.1,
- "adjustment_Comment": "string",
- "adjustment_PremRate_Key": 0,
- "adjustment_Reason": 0,
- "adjustment_Received": 0.1,
- "auto_Adjust": true,
- "avoid_Retro": true,
- "division_ID": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "invoice_Key": 0,
- "min_Max_Adjust": true,
- "negative_Adjustment": true,
- "premRate_Key": 0,
- "retro_Adjustment_Invoice_Key": 0,
- "selfAdmin_Adj": true,
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Premium": true,
- "volume": 0.1
}
{- "data": {
- "invoiceAdjustment_Key": 0,
- "adjustment_Amount": 0.1,
- "adjustment_Comment": "string",
- "adjustment_PremRate_Key": 0,
- "adjustment_Reason": 0,
- "adjustment_Received": 0.1,
- "auto_Adjust": true,
- "avoid_Retro": true,
- "division_ID": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "invoice_Key": 0,
- "min_Max_Adjust": true,
- "negative_Adjustment": true,
- "premRate_Key": 0,
- "retro_Adjustment_Invoice_Key": 0,
- "selfAdmin_Adj": true,
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Premium": true,
- "volume": 0.1
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all PremInvoiceAdjustment. Provide invoiceKey query parameter to filter by invoice. Omit the invoiceKey query parameter to filter by unassigned.
Success
Unauthorized
Updates a specific PremInvoiceAdjustment.
Success
Unauthorized
{- "invoiceAdjustment_Key": 0,
- "adjustment_Amount": 0.1,
- "adjustment_Comment": "string",
- "adjustment_PremRate_Key": 0,
- "adjustment_Reason": 0,
- "adjustment_Received": 0.1,
- "auto_Adjust": true,
- "avoid_Retro": true,
- "division_ID": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "invoice_Key": 0,
- "min_Max_Adjust": true,
- "negative_Adjustment": true,
- "premRate_Key": 0,
- "retro_Adjustment_Invoice_Key": 0,
- "selfAdmin_Adj": true,
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Premium": true,
- "volume": 0.1
}
{- "data": {
- "invoiceAdjustment_Key": 0,
- "adjustment_Amount": 0.1,
- "adjustment_Comment": "string",
- "adjustment_PremRate_Key": 0,
- "adjustment_Reason": 0,
- "adjustment_Received": 0.1,
- "auto_Adjust": true,
- "avoid_Retro": true,
- "division_ID": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "invoice_Key": 0,
- "min_Max_Adjust": true,
- "negative_Adjustment": true,
- "premRate_Key": 0,
- "retro_Adjustment_Invoice_Key": 0,
- "selfAdmin_Adj": true,
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Premium": true,
- "volume": 0.1
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple PremInvoiceAdjustment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "invoiceAdjustment_Key": 0,
- "adjustment_Amount": 0.1,
- "adjustment_Comment": "string",
- "adjustment_PremRate_Key": 0,
- "adjustment_Reason": 0,
- "adjustment_Received": 0.1,
- "auto_Adjust": true,
- "avoid_Retro": true,
- "division_ID": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "invoice_Key": 0,
- "min_Max_Adjust": true,
- "negative_Adjustment": true,
- "premRate_Key": 0,
- "retro_Adjustment_Invoice_Key": 0,
- "selfAdmin_Adj": true,
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Premium": true,
- "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"
}
}