bow_contact.postcontact: Bouw7 Package for contact operations that could not be mapped to a table. |
Create or update a contact with the schema.
Procedureparameters
De volgende parameters kunnen worden gebruikt om het gedrag te sturen van de procedure bow_contact.postcontact. 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 |
☐ |
|
The ID of contact. |
name |
string |
☑ |
|
The contact name. |
streetName |
string |
☐ |
|
The street name of contact. |
houseNumber |
string |
☐ |
|
The house number (incl. additions). |
zipCode |
string |
☐ |
|
The zip-code. |
city |
string |
☐ |
|
The city name. |
countryCode |
string |
☐ |
|
An ISO 3166-2 representation of the country. |
information |
string |
☐ |
|
Additional information about the contact. |
contactPersonName |
string |
☐ |
|
The name of person to contact. |
planning |
string |
☐ |
|
The planning text. |
cocNumber |
string |
☐ |
|
The chamber of commerce number. |
vatNumber |
string |
☐ |
|
The value added tax number. |
accountNumber |
string |
☐ |
|
The account number. |
hourlyRate |
string |
☐ |
|
The hourly rate. |
sellingHourlyRate |
string |
☐ |
|
The selling hourly rate. |
agreedHourlyRate |
string |
☐ |
|
The agreed hourly rate. |
string |
☐ |
|
The email address. |
|
phoneNumber |
string |
☐ |
|
The phone number. |
mobileNumber |
string |
☐ |
|
The mobile phone number. |
glAccountCodePurchase |
string |
☐ |
|
A default general ledger account code to use for purchase related items. |
glAccountCodeInvoice |
string |
☐ |
|
A default general ledger account code to use for invoice related items. |
debtorNumber |
string |
☐ |
|
The debtor number. |
glnNumber |
string |
☐ |
|
The Global Location Number. |
id_2 |
int64 |
☐ |
|
The ID of contact type. |
name_2 |
string |
☐ |
|
The name of contact type. |
isVatShifted |
boolean |
☐ |
|
Whether VAT is shifted for the contact. |
nAccountText |
string |
☐ |
|
N-account text. |
wageComponentPercentage |
string |
☐ |
|
Wage component percentage. |
gAccountText |
string |
☐ |
|
G-account text. |
gAccountPercentage |
string |
☐ |
|
G-account percentage. |
expirationReminder |
int64 |
☐ |
|
Expiration reminder days. |
invoiceMail |
string |
☐ |
|
The invoice mail. |
invoiceSubject |
string |
☐ |
|
The invoice subject. |
reminderMail |
string |
☐ |
|
The reminder mail. |
socialSecurityNumber |
string |
☐ |
|
The Social Security Number. |
firstReminder |
int64 |
☐ |
|
The first reminder. |
secondReminder |
int64 |
☐ |
|
The second reminder. |
deliveryTicket |
string |
☐ |
|
The delivery ticket. |
workOutsourcing |
string |
☐ |
|
The work outsourcing. |
purchaseInvoice |
string |
☐ |
|
The purchase invoice. |
material |
string |
☐ |
|
The material. |
equipment |
string |
☐ |
|
The equipment. |
subcontracting |
string |
☐ |
|
Subcontracting. |
others |
string |
☐ |
|
Others. |
invoiceUblVersion |
string |
☐ |
|
The preferred UBL invoice version for this contact. |
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