Address ======= An address resource represents an invoice or delivery address that can be used when placing orderers. Addresses are connected to :doc:`/resources/InvoiceProfile` Resource definition ------------------- .. literalinclude:: _static/Address.json :language: json +-----------------+-----------------+---------------------------------------------------------------------------------+ | Name | Type | Description | +=================+=================+=================================================================================+ | Id | long | Identifer of the address | +-----------------+-----------------+---------------------------------------------------------------------------------+ | Organization | ObjectReference | Organization this address belongs to | +-----------------+-----------------+---------------------------------------------------------------------------------+ | Name | string | Reference of the current address, like company/building/person | +-----------------+-----------------+---------------------------------------------------------------------------------+ | CompleteAddress | string | All fields combined to a formatted string | +-----------------+-----------------+---------------------------------------------------------------------------------+ | Street | string | Name of street | +-----------------+-----------------+---------------------------------------------------------------------------------+ | ZipCode | string | Postal code | +-----------------+-----------------+---------------------------------------------------------------------------------+ | City | string | Name of city | +-----------------+-----------------+---------------------------------------------------------------------------------+ | County | string | Name of county | +-----------------+-----------------+---------------------------------------------------------------------------------+ | State | string | Name of state/region | +-----------------+-----------------+---------------------------------------------------------------------------------+ | CountryCode | string | Two letter country code | +-----------------+-----------------+---------------------------------------------------------------------------------+ | Primary | bool | If it is the primary address of the organization | +-----------------+-----------------+---------------------------------------------------------------------------------+ | AddressType | int | Invoice address or Delivery address | +-----------------+-----------------+---------------------------------------------------------------------------------+ Operations on Addresses ----------------------------- - :doc:`/scenarios/address-get` - :doc:`/scenarios/addresses-get`