POST api/AccountDetails/MyOffers_Customer_InsertAccountNCProductOffered

Request Information

URI Parameters

None.

Body Parameters

MyOffers_InsertAccountNCProductOffered
NameDescriptionTypeAdditional information
nCIDList

string

None.

accountID

integer

None.

addProduct

boolean

None.

username

string

None.

bSCustomerID

string

None.

CompanyID

integer

None.

UserEmail

string

None.

CustomerName

string

None.

serviceAddress

string

None.

AccountType

string

None.

ESIID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "nCIDList": "sample string 1",
  "accountID": 1,
  "addProduct": true,
  "username": "sample string 2",
  "bSCustomerID": "sample string 3",
  "CompanyID": 4,
  "UserEmail": "sample string 5",
  "CustomerName": "sample string 6",
  "serviceAddress": "sample string 7",
  "AccountType": "sample string 8",
  "ESIID": "sample string 9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1