POST api/AccountDetails/Customer_InsertAccountNCProductOffered

Request Information

URI Parameters

None.

Body Parameters

Customer_InsertAccountNCProductOffered
NameDescriptionTypeAdditional information
nCID

integer

None.

accountID

integer

None.

addProduct

boolean

None.

username

string

None.

bSCustomerID

string

None.

accountNCID

integer

None.

detailType

string

None.

detail

string

None.

billedUsing

string

None.

bSProductCode

string

None.

bSContractID

string

None.

installationSchedule

string

None.

rate

integer

None.

rateChangeID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "nCID": 1,
  "accountID": 1,
  "addProduct": true,
  "username": "sample string 1",
  "bSCustomerID": "sample string 2",
  "accountNCID": 1,
  "detailType": "sample string 3",
  "detail": "sample string 4",
  "billedUsing": "sample string 5",
  "bSProductCode": "sample string 6",
  "bSContractID": "sample string 7",
  "installationSchedule": "sample string 8",
  "rate": 1,
  "rateChangeID": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1