GET api/groups/{groupid}/facilitybranches/{facilitybranchid}/facilityARTypes
Gets a collection of AR Types for a Facility Branch
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupid |
Group identifier |
integer |
Required |
facilitybranchid |
FacilityBranch for which AR types should be returned |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A collection of FacilityBranchARTypes
Collection of FacilityARTypeModelName | 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-05-30T21:19:44.8383131-05:00", "effectiveEndDate": "2025-05-30T21:19:44.8383131-05: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-05-30T21:19:44.8383131-05:00", "effectiveEndDate": "2025-05-30T21:19:44.8383131-05:00" } ]