/
EX
expressone
/
Client API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 18h ago · Updated 18h ago
Details
Filter operations
LookupApi
6
get
Get Parcel Shops
get
Get Available Places
get
Layouts
post
Routing Info
post
Get Delivery Times
post
Check Country Eligibility
PickupApi
4
ShipmentApi
9
ShipmentTrackingApi
6
UserApi
3
WarehouseApi
2
LookupApi
Get Available Places
Returns available locations where delivery is available.
get
/places
Query parameters
name
string
zipcode
string
approx
boolean
Response
OK
ClientAPIPlacesResultDto
required
status
'OK'
|
'Error'
|
'ValidationFailed'
0 = OK, 1 = Error, 2 = ValidationFailed
validations
ClientAPIValidation[]
nullable
error
ClientAPIError
traceID
string
nullable
data
CNPlace[]
nullable
Changes