POST api/BillingDetails/GetCustomerBillingPreferences

Request Information

URI Parameters

None.

Body Parameters

AutoPayARData
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
OnEbill

integer

None.

OnAutoPay

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "OnEbill": 1,
  "OnAutoPay": 2
}