Premium Invoices Self-Admin Received

Create PremInvoiceSelfAdminReceived

Creates a new PremInvoiceSelfAdminReceived

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
premInvoiceSelfAdminKey
required
integer <int32>

PremInvoiceSelfAdmin Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
premInvoiceSelfAdminReceived_Key
required
integer <int32>
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
premInvoiceSelfAdmin_Key
required
integer <int32>
premPayment_Key
integer or null <int32>
premium_Received
number or null <double>
premium_Received_Date
string or null <date-time>
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
200

Success

401

Unauthorized

post/premium-invoices-self-admin/{premInvoiceSelfAdminKey}/received
Request samples
{
  • "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"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List PremInvoiceSelfAdminReceived

Lists all PremInvoiceSelfAdminReceived for the given premInvoiceSelfAdminKey

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
premInvoiceSelfAdminKey
required
integer <int32>

PremInvoiceSelfAdmin Key

query Parameters
page
integer <int32>
Default: 1

Page

pageSize
integer <int32>
Default: 100

Page Size

sortBy
string

Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., 'Property1:desc,Property2:asc,Property3:asc' sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/premium-invoices-self-admin/{premInvoiceSelfAdminKey}/received
Request samples
Response samples
No sample

Get PremInvoiceSelfAdminReceived

Gets PremInvoiceSelfAdminReceived

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
premInvoiceSelfAdminKey
required
integer <int32>

PremInvoiceSelfAdmin Key

premInvoiceSelfAdminReceivedKey
required
integer <int32>

PremInvoiceSelfAdminReceived Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/premium-invoices-self-admin/{premInvoiceSelfAdminKey}/received/{premInvoiceSelfAdminReceivedKey}
Request samples
Response samples
No sample

Update PremInvoiceSelfAdminReceived

Updates a specific PremInvoiceSelfAdminReceived.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
premInvoiceSelfAdminKey
required
integer <int32>

PremInvoiceSelfAdmin Key

premInvoiceSelfAdminReceivedKey
required
integer <int32>

PremInvoiceSelfAdminReceived Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
premInvoiceSelfAdminReceived_Key
required
integer <int32>
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
premInvoiceSelfAdmin_Key
required
integer <int32>
premPayment_Key
integer or null <int32>
premium_Received
number or null <double>
premium_Received_Date
string or null <date-time>
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
200

Success

401

Unauthorized

put/premium-invoices-self-admin/{premInvoiceSelfAdminKey}/received/{premInvoiceSelfAdminReceivedKey}
Request samples
{
  • "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"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete PremInvoiceSelfAdminReceived

Deletes an PremInvoiceSelfAdminReceived

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
premInvoiceSelfAdminKey
required
integer <int32>

PremInvoiceSelfAdmin Key

premInvoiceSelfAdminReceivedKey
required
integer <int32>

PremInvoiceSelfAdminReceived Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/premium-invoices-self-admin/{premInvoiceSelfAdminKey}/received/{premInvoiceSelfAdminReceivedKey}
Request samples

Create or Update Batch PremInvoiceSelfAdminReceived

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.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
premInvoiceSelfAdminKey
required
integer <int32>

PremInvoiceSelfAdmin Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
Array
premInvoiceSelfAdminReceived_Key
required
integer <int32>
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
premInvoiceSelfAdmin_Key
required
integer <int32>
premPayment_Key
integer or null <int32>
premium_Received
number or null <double>
premium_Received_Date
string or null <date-time>
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
207

Success

401

Unauthorized

put/premium-invoices-self-admin/{premInvoiceSelfAdminKey}/received-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}