PATCH /platform/me/point-of-sale/{pointOfSale}

Attach a point of sale to the connected user

Path parameters

  • pointOfSale integer Required

    The point of sale id

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 ambassador does not exist

PATCH /platform/me/point-of-sale/{pointOfSale}
curl \
 --request PATCH 'https://domain.tld/api/v2/platform/me/point-of-sale/{pointOfSale}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "message": "Point of sale attached successfully"
}