# Attach a point of sale address geocode **PATCH /manager/points-of-sale/{id}/address-geocode** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **id** (integer(int32)) The id of the point of sale ### Body: application/json (object | null) - **latitude** (string) - **longitude** (string) - **city** (string) - **country** (string) - **postcode** (string) - **street** (string) - **street2** (string) ## Responses ### 200 success #### Body: application/json (object) - **message** (string) ### 401 Unauthorized. #### Body: application/json (object) - **message** (string) ### 403 Forbidden - You don't have permission to access this route ### 404 Not found - The point of sale does not exist ### 422 Unprocessable Content #### Body: application/json (object) - **message** (string) Error message. - **errors** (object) [Powered by Bump.sh](https://bump.sh)