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