Skip to main content

Update Location Entry

Updates an existing LocationEntry

Path Parameters

  • id string required

    Possible values: Value must match regular expression ^[0-9]+$

    The id of the relevant record

Request Body

    anyOf

  • contact_id integer

    Possible values: >= 1

  • date date-time

    We recommend using ISO-8601 formatted dates to avoid ambiguity.

  • latitude Coordinate

    Possible values: >= -90 and <= 90

  • longitude Coordinate

    Possible values: >= -90 and <= 90

Responses

OK

Loading...