GET api/facilitybranches/{facilitybranchid}/facilityARTypes/{id}
Gets an AR Type resource by ID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
facilitybranchid |
FacilityBranch identifier, identifying which facility branch this AR type is currently tied |
integer |
Required |
id |
AR Type identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A FacilityARTypeModel
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:28:34.744678-05:00", "effectiveEndDate": "2025-05-30T21:28:34.744678-05:00" }