GET api/BillingDetails/GetSchedulePaymentHistory/{bSCustomerID}/{companyId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bSCustomerID | string |
Required |
|
| companyId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ScheduledPaymentHistory| Name | Description | Type | Additional 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-10-29T01:59:54.8584424-04:00",
"ScheduledPaymentAmount": 1.0,
"ScheduledPaymentMethod": "sample string 3"
},
{
"PaymentReferenceNumber": "sample string 1",
"BSCustomerId": "sample string 2",
"ScheduledPaymentDate": "2025-10-29T01:59:54.8584424-04:00",
"ScheduledPaymentAmount": 1.0,
"ScheduledPaymentMethod": "sample string 3"
}
]