PATCH api/groups/{groupid}/facilitybranches/{facilitybranchid}/accumulatorimportsettings

Patches Accumulator Import Settings

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupid

Group identifier

integer

Required

facilitybranchid

FacilityBranch 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
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 AccumulatorImportSettingsModel

AccumulatorImportSettingsModel
NameDescriptionTypeAdditional information
AccumulatorImportUseARTypesAsClientID

Gets or sets if A/R Type is ID

boolean

None.

AccumulatorImportClientID

Gets or sets ClientID (Accepts multiple values separated by '|')

Collection of string

String length: inclusive between 0 and 2000

AccumulatorImportContainsRxDeductible

Gets or sets if contains amounts for Rx deductible

boolean

None.

AccumulatorImportContainsRxDeductibleARTypes

Gets or sets Rx deductible A/R codes (Accepts multiple values separated by '|')

Collection of string

String length: inclusive between 0 and 2000

AccumulatorImportContainsRxOOP

Gets or sets if contains amounts for Rx OOP

boolean

None.

AccumulatorImportContainsRxOOPARTypes

Gets or sets OOP A/R codes (Accepts multiple values separated by '|')

Collection of string

String length: inclusive between 0 and 2000

AccumulatorImportContainsRxPlanPaidAmount

Gets or sets if contains amounts for Rx plan paid

boolean

None.

AccumulatorImportContainsRxPlanPaidAmountARTypes

Gets or sets plan paid amount A/R codes (Accepts multiple values separated by '|')

Collection of string

String length: inclusive between 0 and 2000

AccumulatorImportApplyDeductible

Gets or sets to apply deductible values

boolean

None.

AccumulatorImportApplyDeductibleARTypes

Gets or sets Rx deductible A/R codes (Accepts multiple values separated by '|')

Collection of string

String length: inclusive between 0 and 2000

AccumulatorImportApplyOOP

Gets or sets to apply OOP values

boolean

None.

AccumulatorImportApplyOOPARTypes

Gets or sets Rx OOP A/R Types to apply (Accepts multiple values separated by '|')

Collection of string

String length: inclusive between 0 and 2000

AccumulatorImportApplyPlanPaidAmount

Gets or sets to apply plan paid amount

boolean

None.

AccumulatorImportApplyPlanPaidAmountARTypes

Gets or sets plan paid A/R Types to apply (Accepts multiple values separated by '|')

Collection of string

String length: inclusive between 0 and 2000

AccumulatorImportApplyDeductibleAsOOP

Gets or sets to apply deductible as OOP

boolean

None.

AccumulatorImportApplyDeductibleAsOOPARTypes

Gets or sets deductible as OOP A/R Types to apply (Accepts multiple values separated by '|')

Collection of string

String length: inclusive between 0 and 2000

AccumulatorImportAddDeductibleToOOP

Gets or sets to add deductible values to OOP

boolean

None.

AccumulatorImportSkipOutOfNetworkDeductible

Gets or sets to ignore deductible values if claim is out of network

boolean

None.

AccumulatorImportSkipOutOfNetworkOOP

Gets or sets to ignore OOP values if claim is out of network

boolean

None.

AccumulatorImportSkipOutOfNetworkPlanPaidAmount

Gets or sets to ignore plan paid amount values if claim is out of network

boolean

None.

AccumulatorImportAllowBlankValues

Gets or sets to allow blank values

boolean

None.

AccumulatorImportPeriodBeginMonth

Gets or sets the month that the benefit period begins

string

String length: inclusive between 0 and 2

AccumulatorImportStripCardholderIDPrefix

Gets or sets the prefix to strip from cardholder ID

string

String length: inclusive between 0 and 20

AccumulatorImportAddCardholderIDPrefix

Gets or sets the prefix to add from cardholder ID

string

String length: inclusive between 0 and 20

AccumulatorImportStripCardholderIDSuffix

Gets or sets the suffix to strip from cardholder ID

string

String length: inclusive between 0 and 20

AccumulatorImportAddCardholderIDSuffix

Gets or sets the suffix to add from cardholder ID

string

String length: inclusive between 0 and 20

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,
  "accumulatorImportUseARTypesAsClientID": true,
  "accumulatorImportClientID": [
    "sample string 1",
    "sample string 2"
  ],
  "accumulatorImportContainsRxDeductible": true,
  "accumulatorImportContainsRxDeductibleARTypes": [
    "sample string 1",
    "sample string 2"
  ],
  "accumulatorImportContainsRxOOP": true,
  "accumulatorImportContainsRxOOPARTypes": [
    "sample string 1",
    "sample string 2"
  ],
  "accumulatorImportContainsRxPlanPaidAmount": true,
  "accumulatorImportContainsRxPlanPaidAmountARTypes": [
    "sample string 1",
    "sample string 2"
  ],
  "accumulatorImportApplyDeductible": true,
  "accumulatorImportApplyDeductibleARTypes": [
    "sample string 1",
    "sample string 2"
  ],
  "accumulatorImportApplyOOP": true,
  "accumulatorImportApplyOOPARTypes": [
    "sample string 1",
    "sample string 2"
  ],
  "accumulatorImportApplyPlanPaidAmount": true,
  "accumulatorImportApplyPlanPaidAmountARTypes": [
    "sample string 1",
    "sample string 2"
  ],
  "accumulatorImportApplyDeductibleAsOOP": true,
  "accumulatorImportApplyDeductibleAsOOPARTypes": [
    "sample string 1",
    "sample string 2"
  ],
  "accumulatorImportAddDeductibleToOOP": true,
  "accumulatorImportSkipOutOfNetworkDeductible": true,
  "accumulatorImportSkipOutOfNetworkOOP": true,
  "accumulatorImportSkipOutOfNetworkPlanPaidAmount": true,
  "accumulatorImportAllowBlankValues": true,
  "accumulatorImportPeriodBeginMonth": "sample string 1",
  "accumulatorImportStripCardholderIDPrefix": "sample string 2",
  "accumulatorImportAddCardholderIDPrefix": "sample string 3",
  "accumulatorImportStripCardholderIDSuffix": "sample string 4",
  "accumulatorImportAddCardholderIDSuffix": "sample string 5"
}