GET api/CustomerConnectAccess?custId={custId}&minLastChange={minLastChange}&isByPassErrorEmail={isByPassErrorEmail}

Gets customer access status for the specified customer identifier.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
custId

The customer identifier.

string

None.

minLastChange

The minimum date for which a record has last been changed or entered.

date

None.

isByPassErrorEmail

boolean

Default value is False

Body Parameters

None.

Request Formats

text/plain

Sample:
api/CustomerConnectAccess?custId=090134

Response Information

Resource Description

JsonResultOfReturnData
NameDescriptionTypeAdditional information
Content

ReturnData

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json

Sample:
{
    "IsSucceeded":true, 
    "State":"Succeeded", 
    "Message":"Customer with ID 001717 has access.", 
    "Count":"1", 
    [
        {   "CustId":"001717"
            "Company Name":"Colliflower Inc",
            "Primary Branch":"CHESTERTOWN, MD",
            "BranchEmailAddress":"[email protected]",
            "Active":true,
            "CreditCardOnly":false,
            "BillingId":""
        }
    ]
}

text/json

Sample:

Sample not available.