POST api/BillingPayment/GetAutoPayAndARInfo
Request Information
URI Parameters
None.
Body Parameters
AutoPayARData| Name | Description | Type | Additional information |
|---|---|---|---|
| bsCustomerId | string |
None. |
|
| creditID | string |
None. |
|
| masterCustomerID | string |
None. |
|
| companyID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"bsCustomerId": "sample string 1",
"creditID": "sample string 2",
"masterCustomerID": "sample string 3",
"companyID": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AutoPayandARInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| DueAmount | decimal number |
None. |
|
| DueDate | date |
None. |
|
| GroupDue | decimal number |
None. |
|
| GroupDueDate | date |
None. |
|
| StatementDate | date |
None. |
|
| PayMethod | string |
None. |
|
| CCOnFile | boolean |
None. |
|
| ACHOnFile | boolean |
None. |
|
| OnFileInfo | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"DueAmount": 1.0,
"DueDate": "2025-10-29T01:54:48.9067334-04:00",
"GroupDue": 1.0,
"GroupDueDate": "2025-10-29T01:54:48.9067334-04:00",
"StatementDate": "2025-10-29T01:54:48.9067334-04:00",
"PayMethod": "sample string 1",
"CCOnFile": true,
"ACHOnFile": true,
"OnFileInfo": "sample string 2"
}