PATCH /manager/points-of-sale/{id}/address-geocode

Path parameters

  • id integer(int32) Required

    The id of the point of sale

application/json

Body Required

Responses

  • 200 application/json

    success

    Hide response attribute Show response attribute object
    • message string
  • 403

    Forbidden - You don't have permission to access this route

  • 404

    Not found - The point of sale does not exist

PATCH /manager/points-of-sale/{id}/address-geocode
curl \
 --request PATCH 'https://domain.tld/api/v2/manager/points-of-sale/{id}/address-geocode' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json"
Response examples (200)
{
  "message": "Address geocode attached successfully"
}