Otter · Example Payload

Public Api Address Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Public Api Address Example is an example object payload from Otter, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

fullAddresspostalCodecitystatecountryCodeaddressLineslinesOfAddresslocation

Example Payload

Raw ↑
{
  "fullAddress": "123 Sample Street Ste 100, San Francisco, CA 94103",
  "postalCode": "20500",
  "city": "Washington",
  "state": "DC",
  "countryCode": "US",
  "addressLines": [
    "1600 Pennsylvania Avenue NW",
    "123 Sample Street Ste 100, San Francisco, CA 94103"
  ],
  "linesOfAddress": [
    "1600 Pennsylvania Avenue NW",
    "123 Sample Street Ste 100, San Francisco, CA 94103"
  ],
  "location": {}
}