GET api/integration/verb/GetCustomerInfo?customerDID={customerDID}&repDID={repDID}&firstOrderRuleType={firstOrderRuleType}

Gets specific information for the customer.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerDID

The customer identifier.

string

Required

repDID

The representative under which the customer's first order should be searched. If RepDID is not provided, the method will search for the customer's first order under their current sponsor representative. If RepDID is provided, the method will limit the search to the customer's first order placed specifically under the given representative.

string

None.

firstOrderRuleType

First order rule type. Possible values: FirstPostedOrder, FirstPostedOrderWithVolume.

FirstOrderRuleType

Default value is FirstPostedOrder

Body Parameters

None.

Response Information

Resource Description

ApiResultOfIVerbGetCustomerInfo
NameDescriptionTypeAdditional information
Result

IVerbGetCustomerInfo

None.

IsSuccessful

boolean

None.

MessageTranslationKey

string

None.

Message

string

None.

Messages

Collection of ApiResultMessage

None.

Response Formats

application/xml, text/xml, application/json, text/json

Sample:

Sample not available.