PATCH api/groups/{groupid}/unitpriceoverrides/{id}
Patches an existing unit price override
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid |
Group Identifier |
integer |
Required |
| id |
Unit Price Override Identifier |
integer |
Required |
Body Parameters
The json formatted patch document (https://tools.ietf.org/html/rfc6902) containing operations to apply to the target rate
JsonPatchDocument| Name | Description | Type | Additional information |
|---|---|---|---|
| Operations | Collection of Operation |
None. |
Request Formats
application/json
Sample not available.
text/json
Sample not available.
application/json-patch+json
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
A patched unit price override
UnitPriceOverrideModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Priority |
Gets or sets the priority for this resource |
integer |
None. |
| Active |
Gets or sets the active status for this resource |
boolean |
None. |
| Description |
Gets or sets the description for this resource |
string |
None. |
| PharmacyBranchNo |
Gets or sets the group for this resource |
integer |
None. |
| PharmacyBranchUrl |
Gets or sets the group url for this resource |
string |
None. |
| EffectiveStartDate |
Gets or sets the Effective Start Date for this resource |
date |
None. |
| EffectiveEndDate |
Gets or sets the Effective End Date for this resource |
date |
None. |
| PharmacyStateCode |
Gets or sets the pharmacy state code for this resource |
string |
None. |
| PharmacyClassNo |
Gets or sets the pharmacy class for this resource |
integer |
None. |
| PharmacyClassUrl |
Gets or sets the pharmacy class url for this resource |
string |
None. |
| PharmacyLocationNo |
Gets or sets the pharmacy location for this resource |
integer |
None. |
| PharmacyLocationUrl |
Gets or sets the pharmacy location url for this resource |
string |
None. |
| PharmacyProfileNo |
Gets or sets the pharmacy profile for this resource |
integer |
None. |
| PharmacyProfileUrl |
Gets or sets the pharmacy profile url for this resource |
string |
None. |
| DrugProfileNo |
Gets or sets the drug profile for this resource |
integer |
None. |
| DrugProfileUrl |
Gets or sets the drug profile url for this resource |
string |
None. |
| PrescriptionReferenceNumber |
Gets or sets the prescription reference number for this resource |
string |
None. |
| NDC |
Gets or sets the NDC for this resource |
string |
None. |
| PharmacyWholesalerNo |
Gets or sets the pharmacy wholesaler for this resource |
integer |
None. |
| PharmacyWholesalerUrl |
Gets or sets the pharmacy wholesaler url for this resource |
string |
None. |
| IsCompound |
Gets or sets the is compound flag for this resource |
boolean |
None. |
| Note |
Gets or sets the Note for this resource |
string |
None. |
| ParticipatingPharmaciesOnly |
Gets or sets the participating pharmacies only flag for this resource |
boolean |
None. |
| UnitPriceOverridePriceCodes |
Gets or sets the Unit Price Override Price Codes for this resource |
Collection of UnitPriceOverridePriceCodeModel |
None. |
| Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
| ID |
Gets or sets the identifier for the resource |
integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
{
"url": "sample string 15",
"id": 16,
"priority": 2,
"active": true,
"description": "sample string 4",
"pharmacyBranchNo": 1,
"pharmacyBranchUrl": "sample string 5",
"effectiveStartDate": "2025-12-09T20:16:15.7812267-06:00",
"effectiveEndDate": "2025-12-09T20:16:15.7812267-06:00",
"pharmacyStateCode": "sample string 6",
"pharmacyClassNo": 1,
"pharmacyClassUrl": "sample string 7",
"pharmacyLocationNo": 1,
"pharmacyLocationUrl": "sample string 8",
"pharmacyProfileNo": 1,
"pharmacyProfileUrl": "sample string 9",
"drugProfileNo": 1,
"drugProfileUrl": "sample string 10",
"prescriptionReferenceNumber": "sample string 11",
"ndc": "sample string 12",
"pharmacyWholesalerNo": 1,
"pharmacyWholesalerUrl": "sample string 13",
"isCompound": true,
"note": "sample string 14",
"participatingPharmaciesOnly": true,
"unitPriceOverridePriceCodes": [
{
"url": "sample string 3",
"id": 4,
"priceCode": "sample string 1",
"unitPrice": 2.0
},
{
"url": "sample string 3",
"id": 4,
"priceCode": "sample string 1",
"unitPrice": 2.0
}
]
}