POST v1/api/SendEnrollment?caseId={caseId}
Create (Save) or send an existing Recurring Credit Card Enrollment Information for a Billing Account
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| caseId |
(optional - but recommended) a unique identifier to both group calls, and to tie a case to an Agency. |
string |
None. |
Body Parameters
BasicEnrollmentDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | string |
None. |
|
| ProfileId | string |
None. |
|
| BillingAccountId | string |
None. |
|
| PayDay | integer |
None. |
|
| Funding | IngeniumFundingDto |
None. |
Response Information
Resource Description
BasicEnrollmentDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | string |
None. |
|
| ProfileId | string |
None. |
|
| BillingAccountId | string |
None. |
|
| PayDay | integer |
None. |
|
| Funding | IngeniumFundingDto |
None. |