GET api/Payment/GetPaymentArrangementInformationMuleSoft/{bsCustomerID}/{companyID}/{ServiceZipCode}/{CallerID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bsCustomerID | string |
Required |
|
| companyID | integer |
Required |
|
| ServiceZipCode | string |
Required |
|
| CallerID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PaymentArrangement| Name | Description | Type | Additional information |
|---|---|---|---|
| HasActivePA | boolean |
None. |
|
| PAEligible | boolean |
None. |
|
| PastDueAmout | decimal number |
None. |
|
| DownPaymentAmount | decimal number |
None. |
|
| PAInstallment1Amt | decimal number |
None. |
|
| PAInstallment2Amt | decimal number |
None. |
|
| DownPaymentDueDate | date |
None. |
|
| PAInstallment1DueDate | date |
None. |
|
| PAInstallment2DueDate | date |
None. |
|
| IsCCPaymentEligible | boolean |
None. |
|
| IsACHPaymentEligible | boolean |
None. |
|
| HasDNPNotice | boolean |
None. |
|
| DNPAmount | decimal number |
None. |
|
| DNPNoticeDueAmount | decimal number |
None. |
|
| DNPDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"HasActivePA": true,
"PAEligible": true,
"PastDueAmout": 1.1,
"DownPaymentAmount": 1.1,
"PAInstallment1Amt": 1.1,
"PAInstallment2Amt": 1.1,
"DownPaymentDueDate": "2025-10-29T01:55:29.76859-04:00",
"PAInstallment1DueDate": "2025-10-29T01:55:29.76859-04:00",
"PAInstallment2DueDate": "2025-10-29T01:55:29.76859-04:00",
"IsCCPaymentEligible": true,
"IsACHPaymentEligible": true,
"HasDNPNotice": true,
"DNPAmount": 1.0,
"DNPNoticeDueAmount": 1.0,
"DNPDate": "2025-10-29T01:55:29.76859-04:00"
}