Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 608 Bytes

create-location-request.md

File metadata and controls

31 lines (23 loc) · 608 Bytes

Create Location Request

Request object for the CreateLocation endpoint.

Structure

CreateLocationRequest

Fields

Name Type Tags Description
Location Models.Location Optional -

Example (as JSON)

{
  "location": {
    "name": "New location name",
    "description": "My new location.",
    "address": {
      "address_line_1": "1234 Peachtree St. NE",
      "administrative_district_level_1": "GA",
      "locality": "Atlanta",
      "postal_code": "30309"
    }
  }
}