POST api/groups/{groupid}/groupplans/{groupplanid}/planalternateprocessors
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupid | integer |
Required |
|
groupplanid | integer |
Required |
Body Parameters
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. |
Request Formats
application/json, text/json, application/json-patch+json
{ "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 }
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
CompanyAgeLimitModelName | Description | Type | Additional information |
---|---|---|---|
Name |
Gets or sets the description of the age limit resource |
string |
None. |
isGlobal |
Gets or sets whether this is a global age limit resource (true if Global, false if Formulary-level) Obsolete - will be removed at a later date |
boolean |
None. |
MinAge |
Gets or sets the Min Age of the age limit resource |
integer |
None. |
MinAgeQualifier |
Gets or sets the Min Age Qualifier of the age limit resource D=Days, Y=Years |
string |
None. |
MaxAge |
Gets or sets the Max Age of the age limit resource |
integer |
None. |
MaxAgeQualifier |
Gets or sets the Max Age Qualifier of the age limit resource D=Days, Y=Years |
string |
None. |
CreatedOn |
Gets or sets the datetime when the age limit was created |
date |
None. |
AuditNote |
Gets or sets the value indicating (for audit purposes) why the most current change was made |
string |
None. |
Active |
Gets or sets the value indicating whether this age limit is currently 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
{ "url": "sample string 6", "id": 7, "name": "sample string 2", "isGlobal": true, "minAge": 1, "minAgeQualifier": "sample string 3", "maxAge": 1, "maxAgeQualifier": "sample string 4", "createdOn": "2025-05-30T20:50:53.557056-05:00", "auditNote": "sample string 5", "active": true }