UpCustomer Structure

UpCustomer Structure It contains all the necessary fields to update a customer to Digital Customers Base.
Public Structure UpCustomer
This language is not supported or no code example is available.
public struct UpCustomer
This language is not supported or no code example is available.
Fields
 
Name Description
Public field amount The agreed payment amount
Public field clientServiceType Mandatory Field 
Get the possible values using the myDATATools.getDclClientServiceType method. 
Important: This field must match Customer.clientServiceType as sent.
Public field comments Free Text - max 150 chars AADE will trim comments to 150 characters if their length exceeds this limit.
Public field completionDateTime The date and time that the entry was completed
Public field cooperatingVatNumber The Cooperating VAT Number
Public field dclId Mandatory Field 
The DCLID as returned from SendCustomer
Public field entryCompletion Determines if the entry is completed or not
Public field exitDateTime The date and time of departure for other tasks 
Mandatory field when offSiteProvidedService has value
Public field invoiceCounterCountry Mandatory Field 
Get all available Countries using getCountries()
Public field invoiceCounterVatNumber Customer's VAT Number
Public field invoiceKind The invoice kind, type of Integer 
Get the possible values using the myDATATools.getDclInvoiceKind method.
Public field isDiffVehReturnLocation Determines if the vehicle return location is different
Public field nonIssueInvoice Determines if the invoice has not been issued for this customer
Public field offSiteProvidedService The invoice kind, type of Integer 
Get the possible values using the myDATATools.getDclOffSiteProvidedServiceType method. 
If an invoice was not issued, the reasonNonIssueType is mandatory to be filled.
Public field otherBranch The entity's branch. If there is no branch, then branch = 0.
Public field providedServiceCategory Get the possible values using the myDATATools.getDclProvidedServiceCategory method. 
When providedServiceCategory = 5, then the field providedServiceCategoryOther must have value.
Public field providedServiceCategoryOther Free text 
Mandatory field when providedServiceCategory = 5
Public field reasonNonIssueType The reason why an invoice was not issued. Get the possible values using the myDATATools.getDclReasonNonIssueType method. 
Mandatory field when invoiceKind has no value
Public field vehicleReturnLocation Free Text 
Determines the Vehicle return Location
Top

.NET Framework

Supported in: 3.5 or newer

In this article

Definition