List customers by social security number (v2)

Lists Customers by social security number. Companies are not returned.

Request
query Parameters
ssn
required
string

The social security number to search for. All non-numerical characters will be removed in the string before the search.

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