GET api/groups/{groupid}/groupplans/{groupplanid}/planalternateprocessors/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupid | integer |
Required |
|
groupplanid | integer |
Required |
|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PlanAlternateProcessorModelName | Description | Type | Additional information |
---|---|---|---|
PlanNo | integer |
None. |
|
PlanUrl | string |
None. |
|
AlternateProcessorNo | integer |
None. |
|
AlternateProcessorUrl | string |
None. |
|
Description | string |
None. |
|
Bin | string |
None. |
|
PCN | string |
None. |
|
GroupID | string |
None. |
|
CardholderIDPrefix | string |
None. |
|
CardholderIDSuffix | string |
None. |
|
ApproveMessage | string |
None. |
|
SubmittedPlanIncludeUC | boolean |
None. |
|
SubmittedPlanIncludeGAD | boolean |
None. |
|
SubmittedPlanIncludeNotCovered | boolean |
None. |
|
ExemptFromDeductible | boolean |
None. |
|
ExemptFromOutOfPocketLimit | boolean |
None. |
|
Active | boolean |
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 15", "id": 16, "planNo": 2, "planUrl": "sample string 3", "alternateProcessorNo": 5, "alternateProcessorUrl": "sample string 6", "description": "sample string 7", "bin": "sample string 8", "pcn": "sample string 9", "groupID": "sample string 10", "cardholderIDPrefix": "sample string 11", "cardholderIDSuffix": "sample string 12", "approveMessage": "sample string 13", "submittedPlanIncludeUC": true, "submittedPlanIncludeGAD": true, "submittedPlanIncludeNotCovered": true, "exemptFromDeductible": true, "exemptFromOutOfPocketLimit": true, "active": true }