bow_mileageregistrations.postmileageregistration: Bouw7 Package for mileageRegistrations operations that could not be mapped to a table. |
Create or update a mileage registration with the schema.
Procedureparameters
De volgende parameters kunnen worden gebruikt om het gedrag te sturen van de procedure bow_mileageregistrations.postmileageregistration. Voor verplichte parameters moet altijd een waarde worden opgegeven, maar optionele parameters hoeven in het algemeen geen waarde te hebben en de uitvoering zal standaard een vooraf bepaald gedrag vertonen. Waarden kunnen worden gespecificeerd op basis van positie en naam. In beide gevallen worden alle niet-gespecificeerde parameters geëvalueerd aan de hand van hun standaardwaarden.
Waardespecificatie op positie gebeurt door alle waarden van de eerste tot de laatste benodigde waarde op te sommen. Bijvoorbeeld: een `begin package.procedure(value1, value2, value3); end` voor een procedure met vier parameters gebruikt de standaardwaarde voor de vierde parameter en de opgegeven waarden voor de eerste drie.
Waardespecificatie op naam gebeurt door alle waarden die een waarde vereisen op te sommen. Bijvoorbeeld met `begin package.procedure (name1 => value1, name3 => value3); end` op dezelfde procedure gebruikt de standaardwaarden voor de tweede en vierde parameters en de gespecificeerde waarden voor de eerste en derde.
Naam |
Datatype |
Verplicht |
Standaardwaarde |
Documentatie |
---|---|---|---|---|
id |
int64 |
☐ |
|
ID of the mileage registration. |
weekNumber |
int64 |
☐ |
|
(deprecated) The weeknumber the mileage registration applies to. |
year |
int64 |
☐ |
|
(deprecated) The year the mileage registration applies to. |
weekStartDate |
string |
☐ |
|
The start date, in Y-m-d, of the week this entry is for. |
licensePlate |
string |
☑ |
|
The licence plate that belongs to this milage registration. |
mileage |
int64 |
☑ |
|
The mileage associated with this mileage registration |
id_2 |
int64 |
☐ |
|
ID of the employee. |
firstName |
string |
☐ |
|
First name of the employee. |
lastName |
string |
☐ |
|
Last name of the employee. |
id_3 |
int64 |
☐ |
|
ID of the employee. |
firstName_2 |
string |
☐ |
|
First name of the employee. |
lastName_2 |
string |
☐ |
|
Last name of the employee. |
id_4 |
int64 |
☐ |
|
ID of the employee. |
firstName_3 |
string |
☐ |
|
First name of the employee. |
lastName_3 |
string |
☐ |
|
Last name of the employee. |
id_5 |
int64 |
☐ |
|
ID of the employee. |
firstName_4 |
string |
☐ |
|
First name of the employee. |
lastName_4 |
string |
☐ |
|
Last name of the employee. |
id_6 |
int64 |
☐ |
|
ID of the employee. |
firstName_5 |
string |
☐ |
|
First name of the employee. |
lastName_5 |
string |
☐ |
|
Last name of the employee. |
id_7 |
int64 |
☐ |
|
ID of the employee. |
firstName_6 |
string |
☐ |
|
First name of the employee. |
lastName_6 |
string |
☐ |
|
Last name of the employee. |
id_8 |
int64 |
☐ |
|
ID of the employee. |
firstName_7 |
string |
☐ |
|
First name of the employee. |
lastName_7 |
string |
☐ |
|
Last name of the employee. |
processed |
boolean |
☐ |
|
Whether or not the mileage registration is processed. |
createdAt |
datetime |
☐ |
|
The creation time of the entity. |
createdBy |
string |
☐ |
|
The user that created the entity. |
updatedAt |
datetime |
☐ |
|
The last updated time of the entity. |
updatedBy |
string |
☐ |
|
The user that last updated the entity. |
30-06-2025 16:22 Versie 24.1.116-BETA+5455