PATCH api/groupplans/{groupplanid}/planformulary/{planformularyid}

Patches an existing Plan Formulary object

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupplanid

Group Plan Identifier

integer

Required

planformularyid

Plan Formulary Identifier

integer

Required

Body Parameters

The json formatted patch document (https://tools.ietf.org/html/rfc6902) containing operations to apply to the target plan formulary

JsonPatchDocument
NameDescriptionTypeAdditional information
Operations

Collection of Operation

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/json-patch+json

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

A patched Plan Formulary object

PlanFormularyModel
NameDescriptionTypeAdditional information
EffectiveStartDate

date

None.

EffectiveEndDate

date

None.

FormularyURL

string

None.

FormularyNo

integer

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

Sample:
{
  "url": "sample string 3",
  "id": 4,
  "effectiveStartDate": "2025-05-30T20:57:45.8469572-05:00",
  "effectiveEndDate": "2025-05-30T20:57:45.8469572-05:00",
  "formularyURL": "sample string 1",
  "formularyNo": 2
}