...
The caller will get a handle, called a UUID, back to refer to the batch when invoking FetchAddressCheckV2.
Can be accessed with a POST against this end point:Â https://ws.di.no/ws/json/addressCheck/v-2/submit
...
Field | Description | Example | Data type | Size | Count |
---|---|---|---|---|---|
ReferenceIdreferenceId | Customer identifier. Must be unique within the customerSystem. | Â | String | 37 | 1 |
Datedate | The date of when the product should be delivered to local terminal. This is values is optional. Specify only when time of delivery is known and the date. | Â | Date (YYYY-MM-DD) | 10 | 0 - 1 |
customerName | Customer name. | Pedersen Tor | String | <= 60 | 1 |
countryCode | The country of the address. | NO | String | 2 | 1 |
postalName | City / place of the address. | Oslo | String | <= 30 | 1 |
zipCode | Zip code of the address. | 2500, 186 (leading zeros are stripped, this is postal code "0186" in Norway) | Integer | 5 | 1 |
address | Customer address. This can include street, house number, entrance and appartment number. | Christian Krohgs gate 54 B H0204 | String | <= 60 | 1 |
co | CO address of the customer, if any. | Â | String | <= 255 | 0 - 1 |
...