Creates a new PremInvoiceSelfAdminReceived
Success
Unauthorized
{- "premInvoiceSelfAdminReceived_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "premInvoiceSelfAdmin_Key": 0,
- "premPayment_Key": 0,
- "premium_Received": 0.1,
- "premium_Received_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "premInvoiceSelfAdminReceived_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "premInvoiceSelfAdmin_Key": 0,
- "premPayment_Key": 0,
- "premium_Received": 0.1,
- "premium_Received_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 PremInvoiceSelfAdminReceived for the given premInvoiceSelfAdminKey
Success
Unauthorized
Gets PremInvoiceSelfAdminReceived
Success
Unauthorized
Updates a specific PremInvoiceSelfAdminReceived.
Success
Unauthorized
{- "premInvoiceSelfAdminReceived_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "premInvoiceSelfAdmin_Key": 0,
- "premPayment_Key": 0,
- "premium_Received": 0.1,
- "premium_Received_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "premInvoiceSelfAdminReceived_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "premInvoiceSelfAdmin_Key": 0,
- "premPayment_Key": 0,
- "premium_Received": 0.1,
- "premium_Received_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"
}
}
Create or Update multiple PremInvoiceSelfAdminReceived at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "premInvoiceSelfAdminReceived_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "premInvoiceSelfAdmin_Key": 0,
- "premPayment_Key": 0,
- "premium_Received": 0.1,
- "premium_Received_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"
}
}