PATCH api/networks/{networkid}/networkpharmacyheadquarters/{id}

Patches an existing network pharmacy headquarter

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

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 network pharmacy headquarter

NetworkPharmacyHeadquarterConsolidatedModel
NameDescriptionTypeAdditional 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

Sample:
{
  "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"
}