GET api/facilitybranches/{facilitybranchid}/facilityARTypes
Gets a collection of AR Types for a Facility Branch
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| facilitybranchid |
FacilityBranch for which AR types should be returned |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A collection of FacilityBranchARTypes
Collection of FacilityARTypeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FacilityBranchSeqNo |
The facility branch associated with an AR Type |
integer |
None. |
| ExternalID |
The external identifier for an AR Type |
string |
None. |
| Description |
The description for a AR Type |
string |
None. |
| ARShortCode |
The AR short code for a AR Type |
string |
None. |
| ARClassCode |
The class code associated with an AR Type |
string |
None. |
| EffectiveStartDate |
The effective start date associated with an AR Type |
date |
None. |
| EffectiveEndDate |
The effective end date associated with an AR Type |
date |
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 7",
"id": 8,
"facilityBranchSeqNo": 1,
"externalID": "sample string 3",
"description": "sample string 4",
"arShortCode": "sample string 5",
"arClassCode": "sample string 6",
"effectiveStartDate": "2025-12-09T20:13:14.3424254-06:00",
"effectiveEndDate": "2025-12-09T20:13:14.3424254-06:00"
},
{
"url": "sample string 7",
"id": 8,
"facilityBranchSeqNo": 1,
"externalID": "sample string 3",
"description": "sample string 4",
"arShortCode": "sample string 5",
"arClassCode": "sample string 6",
"effectiveStartDate": "2025-12-09T20:13:14.3424254-06:00",
"effectiveEndDate": "2025-12-09T20:13:14.3424254-06:00"
}
]