v1

latestOpenAPI 3.0.42026-08-067441330.9 KB
Address

Add or update address

post/Address

Request body

Idstring nullable

Unique identifier in user accounting system

Namestring nullable

Address name

Streetstring nullable

Street

Citystring nullable

City

Statestring nullable

State

PostalCodestring nullable

Postal Code

FullAddressstring required

Full (customer's) address

Zonestring nullable

Address zone

Latnumber double nullable

Location latitude

Lonnumber double nullable

Location longitude

TimeSlotFromstring date-time nullable

Desired delivery/pickup time from, yyyy-MM-ddTHH:mm:ss or HH:mm:ss

TimeSlotTostring date-time nullable

Desired delivery/pickup time till, yyyy-MM-ddTHH:mm:ss or HH:mm:ss

Example request

{
  "Id": "30495",
  "Name": "2 St Josephs Crescent, Liverpool, L3 3JF",
  "Street": "Josephs Crescent",
  "City": "Liverpool",
  "FullAddress": "2 St Josephs Crescent, Liverpool, L3 3JF",
  "Zone": "Lvp",
  "Lat": 25.290479,
  "Lon": 65.294049,
  "TimeSlotFrom": "2019-02-01T09:00:00",
  "TimeSlotTo": "2019-02-01T18:00:00"
}

Response

Address was created successfully

Statusinteger nullable

The HTTP status code for the response

Titlestring nullable

A short, human-readable summary of the response

Detailstring nullable

A human-readable explanation specific to this response.

All 74 operations