PATCH api/groups/{groupid}/groupplans/{groupplanid}/appliednetworks/{id}
Patches an existing applied network
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid |
Group identifier |
integer |
Required |
| groupplanid |
Group Plan Identifier |
integer |
Required |
| id |
Pricing Group Identifier |
integer |
Required |
Body Parameters
The json formatted patch document (https://tools.ietf.org/html/rfc6902) containing operations to apply to the target rule
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 applied network
AppliedNetworkModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupPlanNo |
Gets or sets the identifier for the Group Plan associated with this Applied Network |
integer |
None. |
| NetworkUrl |
Gets or sets the link to the underyling Network |
string |
None. |
| NetworkNo |
Gets or sets the identifier for the Network associated with this Applied Network |
integer |
None. |
| EffectiveStartDate |
Gets or sets the effective start date for the Applied Network |
date |
None. |
| EffectiveEndDate |
Gets or sets the effective end date for the Applied Network |
date |
None. |
| PharmacyTier |
Tier associated with the Applied Network |
string |
None. |
| ShowInPharmacyLocator |
Gets or sets the ShowInPharmacyLocator flag, which controls whether the network's pharmacies are displayed in the pharmacy locator via the API or member portal |
boolean |
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 6",
"id": 7,
"groupPlanNo": 1,
"networkUrl": "sample string 2",
"networkNo": 3,
"effectiveStartDate": "2025-12-09T20:11:29.5022243-06:00",
"effectiveEndDate": "2025-12-09T20:11:29.5022243-06:00",
"pharmacyTier": "sample string 4",
"showInPharmacyLocator": true
}