GET api/Customer/All/Filter/{filter}

Get all customers satisfying filter

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filter

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CustomerView
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Number

string

None.

Name

string

None.

DeliveryAddressName

string

None.

DeliveryAddressLine1

string

None.

DeliveryAddressLine2

string

None.

DeliveryAddressLine3

string

None.

DeliveryAddressPostCode

string

None.

DeliveryAddressPostOffice

string

None.

RouteNumber

string

None.

RouteName

string

None.

Response Formats

application/json, text/json

Sample:

Sample not available.