vatNumberFailResponse
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 |
Table 15: vatNumberFailResponse Model elements
Example
{ “status”: “fail”, “data”: { “vatCountryCode”: [ “Error related to the VatCountryCode provided” ], “vatNumber”: [ “Error related to the VatNumber provided” ] } } |
---|