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

Patches Accumulator Export 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 AccumulatorExportSettingsModel

AccumulatorExportSettingsModel
NameDescriptionTypeAdditional information
AccumulatorExportClientID

Gets or sets the Accumulator export client ID

string

String length: inclusive between 0 and 50

AccumulatorExportClientIDFromClaim

Gets or sets to use client id from claim

boolean

None.

AccumulatorExportARTypes

Gets or sets the Accumulator export A/R codes

Collection of string

String length: inclusive between 0 and 2000

AccumulatorExportARClassCodes

Gets or sets the Accumulator export A/R classes

Collection of string

String length: inclusive between 0 and 2000

AccumulatorExportIncludeDeductible

Gets or sets to include deductibles

boolean

None.

AccumulatorExportIncludeDeductibleARTypes

Gets or sets the Accumulator export Deductible A/R codes

Collection of string

String length: inclusive between 0 and 2000

AccumulatorExportIncludeDeductibleARClassCodes

Gets or sets the Accumulator export Deductible A/R classes

Collection of string

String length: inclusive between 0 and 2000

AccumulatorExportIncludeOOP

Gets or sets to include OOP

boolean

None.

AccumulatorExportIncludeOOPARTypes

Gets or sets the Accumulator export OOP A/R codes

Collection of string

String length: inclusive between 0 and 2000

AccumulatorExportIncludeOOPARClassCodes

Gets or sets the Accumulator export OOP A/R classes

Collection of string

String length: inclusive between 0 and 2000

AccumulatorExportIncludePlanPaidAmount

Gets or sets to include plan paid amount

boolean

None.

AccumulatorExportIncludePlanPaidAmountARTypes

Gets or sets the Accumulator export plan paid amount A/R codes

Collection of string

String length: inclusive between 0 and 2000

AccumulatorExportIncludePlanPaidAmountARClassCodes

Gets or sets the Accumulator export plan paid amount A/R classes

Collection of string

String length: inclusive between 0 and 2000

AccumulatorExportIncludeClaimAdjustments

Gets or sets to include claim adjustments

boolean

None.

AccumulatorExportIncludeOtherClaims

Gets or sets to include other claims

boolean

None.

AccumulatorExportStripCardholderIDPrefix

Gets or sets the prefix to strip from cardholder ID

string

String length: inclusive between 0 and 20

AccumulatorExportAddCardholderIDPrefix

Gets or sets the prefix to add to cardholder ID

string

String length: inclusive between 0 and 20

AccumulatorExportStripCardholderIDSuffix

Gets or sets the suffix to strip from cardholder ID

string

String length: inclusive between 0 and 20

AccumulatorExportAddCardholderIDSuffix

Gets or sets the suffix to add to 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,
  "accumulatorExportClientID": "sample string 1",
  "accumulatorExportClientIDFromClaim": true,
  "accumulatorExportARTypes": [
    "sample string 1",
    "sample string 2"
  ],
  "accumulatorExportARClassCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "accumulatorExportIncludeDeductible": true,
  "accumulatorExportIncludeDeductibleARTypes": [
    "sample string 1",
    "sample string 2"
  ],
  "accumulatorExportIncludeDeductibleARClassCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "accumulatorExportIncludeOOP": true,
  "accumulatorExportIncludeOOPARTypes": [
    "sample string 1",
    "sample string 2"
  ],
  "accumulatorExportIncludeOOPARClassCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "accumulatorExportIncludePlanPaidAmount": true,
  "accumulatorExportIncludePlanPaidAmountARTypes": [
    "sample string 1",
    "sample string 2"
  ],
  "accumulatorExportIncludePlanPaidAmountARClassCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "accumulatorExportIncludeClaimAdjustments": true,
  "accumulatorExportIncludeOtherClaims": true,
  "accumulatorExportStripCardholderIDPrefix": "sample string 2",
  "accumulatorExportAddCardholderIDPrefix": "sample string 3",
  "accumulatorExportStripCardholderIDSuffix": "sample string 4",
  "accumulatorExportAddCardholderIDSuffix": "sample string 5"
}