GET api/groups/{groupid}/groupplans/{groupplanid}/planContracts/{plancontractid}/plancontractartypealternates
Gets a collection of alternate plan contract AR Types for a Plan Contract
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid |
Group identifier |
integer |
Required |
| groupplanid |
Group Plan identifier |
integer |
Required |
| plancontractid |
Plan Contract identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A collection of AlternatePlanContractARTypeModels
Collection of AlternatePlanContractARTypeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Description |
Gets or sets the description of the AR Type |
string |
None. |
| ARShortCode |
Gets or sets code for the AR Type |
string |
None. |
| ARClassCode |
Gets or sets the class code for the AR Type |
string |
None. |
| GroupPlanNo |
Gets or sets the plan identifier |
integer |
None. |
| PlanContractNo |
Gets or sets the plan contract identifier |
integer |
None. |
| FacilityARTypeSeqNo |
Gets or sets the Facility AR Type sequence number |
integer |
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,
"description": "sample string 1",
"arShortCode": "sample string 2",
"arClassCode": "sample string 3",
"groupPlanNo": 4,
"planContractNo": 5,
"facilityARTypeSeqNo": 6
},
{
"url": "sample string 7",
"id": 8,
"description": "sample string 1",
"arShortCode": "sample string 2",
"arClassCode": "sample string 3",
"groupPlanNo": 4,
"planContractNo": 5,
"facilityARTypeSeqNo": 6
}
]