---
title: "Update Rx governance settings"
method: PATCH
path: "/rx/governance/settings"
tags: ["RxGovernance"]
---

# Update Rx governance settings

`PATCH /rx/governance/settings`

## Request body

- UpdateRxGovernanceSettingsDto
  - `inHouseEnabled` boolean, nullable
  - `sameDayDeliveryEnabled` boolean, nullable
  - `onlinePharmacyEnabled` boolean, nullable
  - `printRetailEnabled` boolean, nullable
  - `atRiskThresholdDays` union
    - integer
    - string, int32
  - `requireVetApprovalForControlled` boolean, nullable
  - `clientNudgeEnabled` boolean, nullable
  - `maxNudgesPerPrescription` union
    - integer
    - string, int32
  - `nudgeIntervalDays` union
    - integer
    - string, int32

## Response `200`

OK

- RxGovernanceSettingsDto
  - `inHouseEnabled` boolean
  - `sameDayDeliveryEnabled` boolean
  - `onlinePharmacyEnabled` boolean
  - `printRetailEnabled` boolean
  - `atRiskThresholdDays` union
    - integer
    - string, int32
  - `requireVetApprovalForControlled` boolean
  - `clientNudgeEnabled` boolean
  - `maxNudgesPerPrescription` union
    - integer
    - string, int32
  - `nudgeIntervalDays` union
    - integer
    - string, int32

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
