POST api/Payment/InsertAutoACHPaymentAndEmail/{companyID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyID | integer |
Required |
Body Parameters
ACHData| Name | Description | Type | Additional information |
|---|---|---|---|
| bsCustomerID | string |
None. |
|
| customerName | string |
None. |
|
| depositoryBankName | string |
None. |
|
| transitABANumber | string |
None. |
|
| accountNumber | string |
None. |
|
| username | string |
None. |
|
| callerID | string |
None. |
|
| emailTo | string |
None. |
|
| companyID | integer |
None. |
|
| portalID | string |
None. |
|
| HPPSubmitResponseData | HPPSubmitResponseData |
None. |
Request Formats
application/json, text/json
Sample:
{
"bsCustomerID": "sample string 1",
"customerName": "sample string 2",
"depositoryBankName": "sample string 3",
"transitABANumber": "sample string 4",
"accountNumber": "sample string 5",
"username": "sample string 6",
"callerID": "sample string 7",
"emailTo": "sample string 8",
"companyID": 9,
"portalID": "sample string 10",
"HPPSubmitResponseData": {
"PaymentType": "sample string 1",
"TransactionType": "sample string 2",
"SchedulePayment": true,
"Success": true,
"PaymentCompleted": true,
"ConfirmationNo": true,
"AutopayCompleted": true
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MyResults| Name | Description | Type | Additional information |
|---|---|---|---|
| MyReturn | boolean |
None. |
|
| MyMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"MyReturn": true,
"MyMsg": "sample string 2"
}