PUT v1/Customer/ValidateCustomerSupportCode
Validates a customer support code that is entered into the user's notes field. This is used during forgot password for customer's that don't have 3 security questions and can't get identity verification questions
Request Information
Parameters (ParameterName * = required)
Name
Description
Sample Value
CustomerIdentifier *
The customerm identifier - either unique user code (only sent to customers through email) or email.
1eab270b-5ae0-430c-9973-3c741c9ac901
SupportCode
Customer support code decided on between the customer and customer service.
Not available
Response Information
Response body formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>