GET api/groups/{groupid}/facilitybranches/{facilitybranchid}/accumulatorexportsettings
Gets Accumulator Export Settings resources for a group and facility
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid |
Group identifier |
integer |
Required |
| facilitybranchid |
FacilityBranch identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A AccumulatorExportSettingsModels
AccumulatorExportSettingsModel| Name | Description | Type | Additional 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
{
"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"
}