GET api/Payment/GetPaymentArrangementInformationMuleSoft/{bsCustomerID}/{companyID}/{ServiceZipCode}/{CallerID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bsCustomerID

string

Required

companyID

integer

Required

ServiceZipCode

string

Required

CallerID

string

Required

Body Parameters

None.

Response Information

Resource Description

PaymentArrangement
NameDescriptionTypeAdditional 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-05-01T17:21:36.9264388-04:00",
  "PAInstallment1DueDate": "2025-05-01T17:21:36.9264388-04:00",
  "PAInstallment2DueDate": "2025-05-01T17:21:36.9264388-04:00",
  "IsCCPaymentEligible": true,
  "IsACHPaymentEligible": true,
  "HasDNPNotice": true,
  "DNPAmount": 1.0,
  "DNPNoticeDueAmount": 1.0,
  "DNPDate": "2025-05-01T17:21:36.9264388-04:00"
}