PATCH
/manager/points-of-sale/{id}
curl \
--request PATCH 'https://domain.tld/api/v2/manager/points-of-sale/{id}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"active":true,"external_id":"string","labels":[],"descriptions":[],"hours":[],"pos_type":1,"phone":"string","email":"string","external_url":"string"}'
Request examples
{
"active": true,
"external_id": "string",
"labels": [],
"descriptions": [],
"hours": [],
"pos_type": 1,
"phone": "string",
"email": "string",
"external_url": "string"
}