List customers by info type (v2)

Returns a list of customers by info type value. Returns an empty list if the Customer does not exist.

Request
query Parameters
code
required
string

The info type code. Note that the info type to get must have its Code property set or null will be returned.

value
required
string

The info type value.

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/ListCustomerByInfoType2
Response samples
[
  • {
    }
]