The user needs to be logged in to use this endpoint, click here to read more.
Address API for current and future temporary or permanent address changes.
product | string <= 12 characters Product code: Multiple values separated by comma (each value maximum 12 character). Required unless |
changeType required | string The type of this address change. Types must be one of:
It is not possible to update the address data on a future address change, this is done by deleting an id and creating a new one with the correct address. When a period is specified to an update request, it is implied that the change is to be done to a future address change. |
id | integer Unique id for an address to use. This is required in these instances:
This is optional in these instances:
These instances will lead to errors:
|
careOfAddress | string <= 40 characters The C/O for this address change. |
streetAddress | string <= 40 characters The street for this address change |
streetNumber | integer The street number for this address change |
entrance | string <= 12 characters The entrance for this address change |
postalCode | string <= 10 characters The postal code for this address change |
postalPlace | string <= 30 characters The postal place for this address change |
postalAddress | string <= 40 characters The postal address for this address change |
postalAddressPostalCode | string <= 10 characters The postal code for this address change's postal address |
postalAddressPostalPlace | string <= 30 characters The postal place for this address change's postal address |
countryCode | string <= 3 characters The country code for this address - ISO 3166 - alpha-2 This field is required for update and create. |
object |
OK
Array of objects |
Bad Request
Too Many Requests
Internal Server Error
{- "product": "CO27409",
- "changeType": "update",
- "id": 3,
- "careOfAddress": "",
- "streetAddress": "Grubbegata",
- "streetNumber": 6,
- "entrance": "A",
- "postalCode": 179,
- "postalPlace": "Oslo",
- "postalAddress": "Postboks 265 Økern",
- "postalAddressPostalCode": "0510",
- "postalAddressPostalPlace": "Oslo",
- "countryCode": "NO",
- "period": {
- "startTime": 1559393560000,
- "endTime": 1562158360000
}
}
{- "addressList": [
- {
- "product": "CO27409",
- "addressType": "delivery",
- "id": 3,
- "careOfAddress": "",
- "streetAddress": "Grubbegata",
- "streetNumber": 6,
- "entrance": "A",
- "floor": 6,
- "suite": "",
- "postalCode": 179,
- "postalPlace": "Oslo",
- "postalAddress": "Postboks 265 Økern",
- "postalAddressPostalCode": "0510",
- "postalAddressPostalPlace": "Oslo",
- "countryCode": "NO",
- "period": {
- "startTime": 1559393560000,
- "endTime": 1562158360000
}
}
]
}
The user needs to be logged in to use this endpoint, click here to read more.
API is used to get info on the current address and existing changes.
OK
Array of objects |
Bad Request
Too Many Requests
Internal Server Error
{- "addressList": [
- {
- "product": "CO27409",
- "addressType": "delivery",
- "id": 3,
- "streetAddress": "Grubbegata",
- "streetNumber": 6,
- "entrance": "A",
- "floor": 6,
- "postalCode": 179,
- "postalPlace": "Oslo",
- "postalAddress": "Postboks 265 Økern",
- "postalAddressPostalCode": "0510",
- "postalAddressPostalPlace": "Oslo",
- "countryCode": "NO",
- "period": {
- "startTime": 1559393560000,
- "endTime": 1562158360000
}
}
]
}
Only the client needs to be logged in to use this endpoint. The user does not need to be logged in, click here to read more.
Address API for current and future temporary or permanent address changes. API is also used to get info on the current address/delivery address and existing changes.
OK
Array of objects |
Bad Request
Not Found
Too Many Requests
Internal Server Error
{- "addressList": [
- {
- "product": "CO27409",
- "addressType": "Delivery",
- "id": 243,
- "streetAddress": "Grubbegata",
- "streetNumber": 6,
- "entrance": "A",
- "floor": 6,
- "postalCode": "0510",
- "postalPlace": "Oslo",
- "postalAddress": "Postboks 265 Økern",
- "countryCode": "NO",
- "period": {
- "startTime": 1561035160000,
- "endTime": 1566305560000
}
}
]
}
Only the client needs to be logged in to use this endpoint. The user does not need to be logged in, click here to read more.
Address API for current and future temporary or permanent address changes. API is also used to get info on the current address/delivery address and existing changes.
OK
Array of objects |
Bad Request
Not Found
Too Many Requests
Internal Server Error
{- "addressList": [
- {
- "product": "CO27409",
- "addressType": "Delivery",
- "id": 243,
- "streetAddress": "Grubbegata",
- "streetNumber": 6,
- "entrance": "A",
- "floor": 6,
- "postalCode": "0510",
- "postalPlace": "Oslo",
- "postalAddress": "Postboks 265 Økern",
- "countryCode": "NO",
- "period": {
- "startTime": 1561035160000,
- "endTime": 1566305560000
}
}
]
}
The user needs to be logged in to use this endpoint, click here to read more.
API is used to get info on the current address and existing changes.
OK
Array of objects |
Bad Request
Too Many Requests
Internal Server Error
{- "addressList": [
- {
- "product": "CO27409",
- "addressType": "delivery",
- "id": 3,
- "streetAddress": "Grubbegata",
- "streetNumber": 6,
- "entrance": "A",
- "floor": 6,
- "postalCode": 179,
- "postalPlace": "Oslo",
- "postalAddress": "Postboks 265 Økern",
- "postalAddressPostalCode": "0510",
- "postalAddressPostalPlace": "Oslo",
- "countryCode": "NO",
- "period": {
- "startTime": 1559393560000,
- "endTime": 1562158360000
}
}
]
}