GET api/BillingDetails/GetCustomerBillingPreferences/{bsCustomerID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bsCustomerID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BillingPreferences| Name | Description | Type | Additional information |
|---|---|---|---|
| OnEbill | integer |
None. |
|
| OnAutoPay | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"OnEbill": 1,
"OnAutoPay": 2
}