bow_propertyasset.deletepropertyasset: Bouw7 Package for propertyAsset operations that could not be mapped to a table. |
Removes the given property asset.
Procedureparameters
De volgende parameters kunnen worden gebruikt om het gedrag te sturen van de procedure bow_propertyasset.deletepropertyasset. 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 PropertyAsset. |
number |
string |
☐ |
|
Number for the PropertyAsset. |
name |
string |
☐ |
|
Name of the PropertyAsset. |
projectNameAndNumber |
string |
☐ |
|
The name and number of the Project the PropertyAsset belongs to. |
id_2 |
int64 |
☐ |
|
ID of contact. |
name_2 |
string |
☐ |
|
Name of contact. |
string |
☐ |
|
The email address. |
|
phoneNumber |
string |
☐ |
|
The phone number of the contact. |
isVatShifted |
boolean |
☐ |
|
Whether VAT is shifted for the contact. |
contactType_id |
int64 |
☐ |
|
The ID of contact type. |
contactType_name |
string |
☐ |
|
The name of contact type. |
id_3 |
int64 |
☐ |
|
ID of contact. |
name_3 |
string |
☐ |
|
Name of contact. |
email_2 |
string |
☐ |
|
The email address. |
phoneNumber_2 |
string |
☐ |
|
The phone number of the contact. |
isVatShifted_2 |
boolean |
☐ |
|
Whether VAT is shifted for the contact. |
contactType_id_2 |
int64 |
☐ |
|
The ID of contact type. |
contactType_name_2 |
string |
☐ |
|
The name of contact type. |
description |
string |
☐ |
|
Description for the PropertyAsset. |
streetName |
string |
☐ |
|
Street name of the PropertyAsset. |
houseNumber |
string |
☐ |
|
House number (incl. addition) of the PropertyAsset. |
postcode |
string |
☐ |
|
Postcode of the PropertyAsset. |
city |
string |
☐ |
|
City of the PropertyAsset. |
country |
string |
☐ |
|
ISO 3166-1[alpha2] country code of the PropertyAsset. |
firstDeliveryDate |
datetime |
☐ |
|
First delivery date of the PropertyAsset. |
secondDeliveryDate |
datetime |
☐ |
|
Second delivery date of the PropertyAsset. |
30-06-2025 16:22 Versie 24.1.116-BETA+5455