Fee Plan Entry (fpe)
Fee Plan Entry entity stores information about the fee value entry planing within an order.
Database level
The entity's attributes are shown below. Mandatory fields are marked with a red star:
Name | Type | Label | Description |
---|---|---|---|
form * | String | Form | Represents the entity form. Will always be "fpe". |
fpe_name * | String | Name | The object name |
fpe_amount * | Number | Represents the total value of the fee plan. | |
fpe_amount_own * | Number | Represents the value of the own fee plan from total fee plan. | |
fpe_amount_subs * | Number | Represents the value of the subcontractors fee plan from total fee plan. | |
fpe_billing_type * | Number | Represents the Type of billing.( e.g. "single", "interim") | |
fpe_date * | Date/Time | Represent the creation date and time of the object. | |
fpe_hon_amount * | Number | Represents the total amount of honorar of the parent position under which the fee plan has been created and referenced. | |
fpe_hon_amount_own * | Number | Represents the own amount of honorar of the parent position under which the fee plan has been created and referenced. | |
fpe_hon_amount_subs * | Number | Represents the suncontractor amount of honorar of the parent position under which the fee plan has been created and referenced. | |
fpe_sbd_unid | String | The the unique ID of the parent document under which the fee plan has been created and referenced. | |
fpe_state | Number | Represents the state of the fee plan entry as a number. (e. g. "100") | |
fpe_state_text | String | Represents the state of the fee plan entry as a text (e. g. "planed") | |
fpe_type | String | Represents the type fee planing. (e. g. "flat", "units") |
QEE classes level
The class representing the Fee Plan Entry is QEEFpe
Inherits from: QEEObject
REST level
The endpoints dealing with Fee Plan Entry are:
xrFpe (GET, POST, PUT, DELETE)
xrFpes (GET, PUT, DELETE)