API DOCUMENTATION
    Try Unleashed Now Sandbox

    Customer Delivery Addresses

    The CustomerDeliveryAddresses resource allows CustomerDeliveryAddresses to be listed.

    The full range of URIs and HTTP Verbs supported are:

    Operation HTTP Action
    List a page of Customer Delivery Addresses GET /CustomerDeliveryAddresses

    GET CustomerDeliveryAddresses

    Available Filters for GET Customer Delivery Addresses
    Filter Description
    customerCode Returns Delivery Addresses for Customers that start with the specific customer code.
    modifiedSince Returns Delivery Addresses created or edited after a specified date.
    pageSize Specifies the page size for pagination. Default page size is 200 customers.

    Note: Requesting large numbers of customers can be susceptible to poor network performance. Please reduce the page size if you experience delayed requests.
    Note: Date filters should be provided in the ISO format YYYY-MM-DD.

    Filters are used by adding the filter and value to the URI:
    • /CustomerDeliveryAddresses?customerCode=ACME&modifiedSince=2012-01-01
    Available Fields for Customer Delivery Addresses
    Property Type Length
    Addresses CustomerDeliveryAddresses collection
    CustomerCode String 500
    Availble Fields for Customer Delivery Address
    Property Type Length
    AddressName String
    AddressType String
    City String
    Country String
    DeliveryInstruction String 500
    Guid Guid
    LastModifiedOn DateTime
    Obsolete Boolean true,false
    PostalCode String
    Region String
    StreetAddress String
    StreetAddress2 String
    Suburb String

    Examples for Request GET /CustomerDeliveryAddresses

    show xml example
    show json example

    Use the API Sandbox to see how the object is rendered in JSON or XML.

    Note: An Unleashed account is required before you can use the API Sandbox.

    Trial accounts are also allowed to connect to the API.
    You can register a new account here: Register.