POST api/groupplans/{groupplanid}/planformulary
Posts a new Plan Formulary to an existing group
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupplanid |
Group Plan Identifier |
integer |
Required |
Body Parameters
A new Plan Formulary to add to the existing group specified
PlanFormularyModelName | Description | Type | Additional 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. |
Request Formats
application/json, text/json, application/json-patch+json
Sample:
{ "url": "sample string 3", "id": 4, "effectiveStartDate": "2025-05-30T20:56:28.3048644-05:00", "effectiveEndDate": "2025-05-30T20:56:28.3048644-05:00", "formularyURL": "sample string 1", "formularyNo": 2 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The newly created Plan Formulary object
PlanFormularyModelName | Description | Type | Additional 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:56:28.3048644-05:00", "effectiveEndDate": "2025-05-30T20:56:28.3048644-05:00", "formularyURL": "sample string 1", "formularyNo": 2 }