vatNumberUpdateFailResponse
A specific version of a JSend Fail Response-type (see paragraph 6.6.1). The data can contain:
Element | Description | Type | Mandatory |
---|---|---|---|
vatCountryCode | Errors related to the VatCountryCode provided | array of type string | no |
vatNumber | Errors related to the VatNumber provided | array of type string | no |
updateVatNumberCheck.vatCheckRecurrence | Errors related to the Recurrence provided | array of type string | no |
updateVatNumberCheck.customerReference | Errors related to the CustomerReference provided | array of type string | no |
updateVatNumberCheck.correlationId | Errors related to the CorrelationId provided | array of type string | no |
updateVatNumberCheck. checkVatNumber | Errors related to the checkVatNumber parameter provided | array of type string | no |
Table 16: vatNumberCreateFailResponse Model elements
Example
{ “status”: “fail”, “data”: { “vatCountryCode”: [ “Error related to the VatCountryCode provided” ], “vatNumber”: [ “Error related to the VatNumber provided” ], “updateVatNumberCheck.vatCheckRecurrence”: [ “Error related to the Recurrence provided” ], “updateVatNumberCheck.customerReference”: [ “Error related to the CustomerReference provided” ], “updateVatNumberCheck.correlationId”: [ “Error related to the CorrelationId provided” ], “updateVatNumberCheck. checkVatNumber”: [ “Error related to the CheckVatNumber parameter provided” ] } } |
---|