PATCH api/networks/{networkid}/networkpharmacyheadquarters/{id}
Patches an existing network pharmacy headquarter
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
networkid |
Network identifier |
integer |
Required |
id |
Network Pharmacy Headquarter Identifier |
integer |
Required |
Body Parameters
The json formatted patch document (https://tools.ietf.org/html/rfc6902) containing operations to apply to the target rate
JsonPatchDocumentName | 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 network pharmacy headquarter
NetworkPharmacyHeadquarterConsolidatedModelName | Description | Type | Additional information |
---|---|---|---|
PharmacyHeadquarterNo |
Gets or sets the pharmacy headquarter identifier |
integer |
None. |
PharmacyHeadquarterName |
Gets or sets the pharmacy headquarter name |
string |
None. |
PharmacyHeadquarterInactive |
Gets or sets whether the pharmacy headquarter is inactive |
boolean |
None. |
PlanNo |
Gets or sets the Plan number |
integer |
None. |
PlanName |
Gets or sets the Plan name |
string |
None. |
NetworkNo |
Gets or sets the Network number |
integer |
None. |
NetworkName |
Gets or sets the Network name |
string |
None. |
Comment |
Gets or sets the comment for the network pharmacy headquarter |
string |
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, "pharmacyHeadquarterNo": 1, "pharmacyHeadquarterName": "sample string 2", "pharmacyHeadquarterInactive": true, "planNo": 1, "planName": "sample string 3", "networkNo": 1, "networkName": "sample string 4", "comment": "sample string 5" }