zerobase-io / smart-tracing-api

Backend/DB/API repository for the Zerobase platform
Apache License 2.0
6 stars 9 forks source link

Add address support to site creation endpoint #36

Closed miketitchen closed 4 years ago

miketitchen commented 4 years ago

Should include the following:

data class Address(val premise: String, val thoroughfare: String, val locality: String, val administrativeArea: String, val postalCode: String, val country: String)