GET api/Account/GetCustomerInfoByCustomerID/{BSCustomerID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
BSCustomerID

string

Required

Body Parameters

None.

Response Information

Resource Description

CallCenter_GetCustomerInfoByCustomerID_RS
NameDescriptionTypeAdditional information
Success

boolean

None.

Msg

string

None.

Data

CustomerInfoByCustomerID_RS

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Msg": "sample string 2",
  "Data": {
    "BSBillingContactFirstName": "sample string 1",
    "BSBillingContactLastName": "sample string 2",
    "BSBillingPhone1": "sample string 3",
    "BSBillingEmail": "sample string 4",
    "BSServiceAddress": "sample string 5",
    "BSServiceCity": "sample string 6",
    "BSServiceState": "sample string 7",
    "BSServiceZip": "sample string 8"
  }
}