POST api/BillingDetails/GetCustomerBillingPreferences
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. |
|
| TypeOfAccount | string |
None. |
|
| PrimaryBscustomerID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"bsCustomerId": "sample string 1",
"creditID": "sample string 2",
"masterCustomerID": "sample string 3",
"companyID": 4,
"TypeOfAccount": "sample string 5",
"PrimaryBscustomerID": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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
}