Add Or Remove Location OrganizationsAsk AIput https://api.ribbonhealth.com/v1/custom/locations/{location_uuid}/organizationsAdd or remove organizations from a location using our standard organization UUIDs.Path Paramslocation_uuiduuidrequiredThe UUID of the target location.Body ParamsA set of instructions for how to update the location's organizations.addarray of uuidsA list of UUIDs to add to this location's set.addADD uuidremovearray of uuidsA list of UUIDs to remove to this location's set.removeADD uuidoverridearray of uuidsA list of UUIDs to remove to completely replace this location's set with. Not supported in combination with either add or remove.overrideADD uuidResponses 200The organizations list was successfully modified. 400This request attempted to use fields which are not supported, or attempted to use invalid value type. 404The given location UUID cannot be found, or NPI in request path is not in custom provider directory.Updated about 2 months ago