GET api/BillingDetails/GetSchedulePaymentHistory/{bSCustomerID}/{companyId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bSCustomerID

string

Required

companyId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ScheduledPaymentHistory
NameDescriptionTypeAdditional information
PaymentReferenceNumber

string

None.

BSCustomerId

string

None.

ScheduledPaymentDate

date

None.

ScheduledPaymentAmount

decimal number

None.

ScheduledPaymentMethod

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PaymentReferenceNumber": "sample string 1",
    "BSCustomerId": "sample string 2",
    "ScheduledPaymentDate": "2025-05-01T17:16:39.21933-04:00",
    "ScheduledPaymentAmount": 1.0,
    "ScheduledPaymentMethod": "sample string 3"
  },
  {
    "PaymentReferenceNumber": "sample string 1",
    "BSCustomerId": "sample string 2",
    "ScheduledPaymentDate": "2025-05-01T17:16:39.21933-04:00",
    "ScheduledPaymentAmount": 1.0,
    "ScheduledPaymentMethod": "sample string 3"
  }
]