GET api/CrmCustomer?customerId={customerId}&firstname={firstname}&lastname={lastname}&company={company}&phone={phone}&phoneExt={phoneExt}&email={email}&solicitation={solicitation}&isGateKeeper={isGateKeeper}&gender={gender}&deliveryInstructions={deliveryInstructions}&active={active}&specialtysNetUserId={specialtysNetUserId}&isTestUser={isTestUser}&isProfileLocked={isProfileLocked}

OBSOLETE: PagerNumber is now required. This method will always fail.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerId

integer

Required

firstname

string

Required

lastname

string

Required

company

string

Required

phone

string

Required

phoneExt

string

Required

email

string

Required

solicitation

boolean

Required

isGateKeeper

string

Required

gender

string

Required

deliveryInstructions

string

Required

active

boolean

Required

specialtysNetUserId

integer

Required

isTestUser

boolean

Required

isProfileLocked

boolean

Required

Body Parameters

None.

Response Information

Resource Description

BaseResponse
NameDescriptionTypeAdditional information
Success

boolean

None.

ExceptionMessage

string

None.

SuccessMessage

string

None.

IsBaseResponse

boolean

None.

NewSessionLunchcartCreated

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "ExceptionMessage": "sample string 2",
  "SuccessMessage": "sample string 3",
  "IsBaseResponse": true,
  "NewSessionLunchcartCreated": true
}

text/html

Sample:
{"Success":true,"ExceptionMessage":"sample string 2","SuccessMessage":"sample string 3","IsBaseResponse":true,"NewSessionLunchcartCreated":true}

application/xml, text/xml

Sample:
<BaseResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Specialtys.DTO.Response">
  <ExceptionMessage>sample string 2</ExceptionMessage>
  <IsBaseResponse>true</IsBaseResponse>
  <NewSessionLunchcartCreated>true</NewSessionLunchcartCreated>
  <Success>true</Success>
  <SuccessMessage>sample string 3</SuccessMessage>
</BaseResponse>