updateVatNumberCheck

Defines an update to the parameters for an existing VatNumberCheck

Element Description Type Mandatory
vatCheckRecurrence Defines the schedule at which periodic checks for this VAT number should be make. Can be one of the following values: ‘none’, ‘weekly’, ‘monthly’, ‘quarterly’ Use ‘none’ for a one-time check. Defaults to ‘none’. string no
customerReference Set a new reference to the Business Entity. Defined by the Customer string no
correlationId If specified, will be echoed in the response. Can be used to correlate request and response, e.g. when using asynchronous calls string no
checkVatNumber Indicates if a new VAT-number Check should be made during this update. Defaults to ‘true’ boolean no

Table 11: updateVatNumberCheck Model elements

Example

{ “vatCheckRecurrence”: “monthly”, “customerReference”: “Customer 12938”, “correlationId”: “5E2BB277-2FFA-4671-896E-B6AD932496D4”, “checkVatNumber”: “true” }