addressNlFailResponse
A specific version of a JSend Success Response-type. The data contains:
Element | Description | Type | Mandatory |
---|---|---|---|
city | Errors related to the City provided | array of type string | no |
street | Errors related to the Street provided | array of type string | no |
postalCode | Errors related to the PostalCode provided | array of type string | no |
houseNumber | Errors related to the HouseNumber provided | array of type string | no |
houseNumberSuffix | Errors related to the HouseNumberSuffix provided | array of type string | no |
Table 13: addressNlFailResponse Model elements
Example
{ “city”: [ “string” ], “street”: [ “string” ], “postalCode”: [ “string” ], “houseNumber”: [ “string” ], “houseNumberSuffix”: [ “string” ] } |
---|