GET api/AllCustomers

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Customer
NameDescriptionTypeAdditional information
CustomerID

string

None.

CustomerName

string

None.

Account

string

None.

MasterAccount

string

None.

AddressLine1

string

None.

AddressLine2

string

None.

AddressLine3

string

None.

City

string

None.

State

string

None.

ZipCode

string

None.

PriceListCode

string

None.

UnloadingMo

string

None.

UnloadingTu

string

None.

UnloadingWe

string

None.

UnloadingTh

string

None.

UnloadingFr

string

None.

UnloadingSa

string

None.

UnloadingSu

string

None.

isReadOnly

boolean

None.

salesRepID

string

None.

CESEmail

string

None.

CESPhone

string

None.

CESName

string

None.

Transit

integer

None.

ApplicationUsers

Collection of ApplicationUser

None.

Orders

Collection of Order

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'Customer' with type 'cl3.Models.Customer'. Path '[0].ApplicationUsers[0]'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'Customer' with type 'cl3.Models.Customer'. Path '[0].ApplicationUsers[0]'.