POST api/groups/{groupid}/groupplans/{groupplanid}/planContracts/{plancontractid}/plancontractartypealternates
Creates a new cross reference relationship between an alternate plan contract and an AR type.
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
Plan Contract - AR Type junction model to add. When posting, only the FacilityARTypeSeqNo property is required. The other properties are populated when returning the newly created Plan Contract AR Type object.
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. |
Request Formats
application/json, text/json, application/json-patch+json
{
"url": "sample string 7",
"id": 8,
"description": "sample string 1",
"arShortCode": "sample string 2",
"arClassCode": "sample string 3",
"groupPlanNo": 4,
"planContractNo": 5,
"facilityARTypeSeqNo": 6
}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
A newly created alternate Plan Contract - AR Type junction record
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
{
"url": "sample string 7",
"id": 8,
"description": "sample string 1",
"arShortCode": "sample string 2",
"arClassCode": "sample string 3",
"groupPlanNo": 4,
"planContractNo": 5,
"facilityARTypeSeqNo": 6
}