List customers by social security number [Obsolete("Use ListCustomerBySSN2")]

See ListCustomerBySSN2 for details. ListCustomerBySSN calls ListCustomerBySSN2 with showInactive as false. 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.

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