List customers by company (v3)

Lists Customers by company and an optional account role. If accountRoleId is passed in only Customers with Accounts having that Role.Id will be returned.

Request
query Parameters
id
required
integer <int32>

The internal Id of the Company to fetch Customers for.

accountRoleId
string

An optional account role internal id of the customer account to search for. Use ListAccountRoles for valid ids.

showInactive
string

An option to show inactive customers in the result. Default value is false.

cultureCode
string

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

Responses
200

Success

500

Internal Server Error

get/CustomerService.svc/rest/ListCustomerByCompany3
Response samples
[
  • {
    }
]