PATCH api/networks/{id}
Patches an existing network
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Network 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 network
NetworkModel| Name | Description | Type | Additional information |
|---|---|---|---|
| NetworkPharmacyHeadquartersUrl |
Gets or sets the link to the Network Pharmacy Headquarters resource for the network |
string |
None. |
| Description |
Gets or sets the description of the Network |
string |
Required |
| Notes |
Gets or sets the notes for the network |
string |
None. |
| NetworkAccessFee |
Gets or sets the fee for submitted claims |
decimal number |
None. |
| NetworkAccessFeeUsualAndCustomary |
Gets or sets the fee for claims that use usual and customary |
decimal number |
None. |
| NetworkAccessFeeManualClaim |
Gets or sets the fee for manually submitted claims |
decimal number |
None. |
| NetworkAccessFeeManualClaimUsualAndCustomary |
Gets or sets the fee for manual claims that use usual and customary |
decimal number |
None. |
| UseHeadquarterNetworkAccessFees |
Gets or sets whether headquarter fees are to be used if defined |
boolean |
None. |
| NetworkAccessFeeReversalNo |
Gets or sets the network access fee reversal value identifier |
integer |
None. |
| NetworkAccessFeeUsualAndCustomaryReversalNo |
Gets or sets the network access fee usual and customary reversal value identifier |
integer |
None. |
| NetworkAccessFeeManualClaimReversalNo |
Gets or sets the network access fee manual claim reversal value identifier |
integer |
None. |
| NetworkAccessFeeManualClaimUsualAndCustomaryReversalNo |
Gets or sets the network access fee manual claim usual and customary reversal value identifier |
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
{
"url": "sample string 4",
"id": 5,
"networkPharmacyHeadquartersUrl": "sample string 1",
"description": "sample string 2",
"notes": "sample string 3",
"networkAccessFee": 1.0,
"networkAccessFeeUsualAndCustomary": 1.0,
"networkAccessFeeManualClaim": 1.0,
"networkAccessFeeManualClaimUsualAndCustomary": 1.0,
"useHeadquarterNetworkAccessFees": true,
"networkAccessFeeReversalNo": 1,
"networkAccessFeeUsualAndCustomaryReversalNo": 1,
"networkAccessFeeManualClaimReversalNo": 1,
"networkAccessFeeManualClaimUsualAndCustomaryReversalNo": 1
}