La Poste · Schema

AddressPickupLocation

PostalParcel TrackingAddress ValidationGeolocationShippingOpen DataFrance

Properties

Name Type Description
line1 string
line2 string
line3 string
line4 string
zipCode string
city string
countryCode string
countryLabel string
View JSON Schema on GitHub

JSON Schema

addresspickuplocation.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/addresspickuplocation.json",
  "title": "AddressPickupLocation",
  "type": "object",
  "properties": {
    "line1": {
      "type": "string"
    },
    "line2": {
      "type": "string"
    },
    "line3": {
      "type": "string"
    },
    "line4": {
      "type": "string"
    },
    "zipCode": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "countryCode": {
      "type": "string"
    },
    "countryLabel": {
      "type": "string"
    }
  }
}