POST api/groups/{groupid}/facilitybranches/{facilitybranchid}/facilityARTypes
Adds a facility AR Type to the specified facility branch
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid |
Group identifier |
integer |
Required |
| facilitybranchid |
Facility Branch identifier |
integer |
Required |
Body Parameters
Facility AR Type model to add
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. |
Request Formats
application/json, text/json, application/json-patch+json
{
"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-08T20:07:53.5209592-06:00",
"effectiveEndDate": "2025-12-08T20:07:53.5209592-06:00"
}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
A newly created Plan Contract - AR Type junction record
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
{
"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-08T20:07:53.5446479-06:00",
"effectiveEndDate": "2025-12-08T20:07:53.5446479-06:00"
}