Request Data Format | n.a. |
---|---|
Request related java object | n/a |
Request Example | n/a |
Response Data Format | application/json |
Response related java object | com.intershop.sellside.rest.common.capi.resource.credentials.SecurityQuestionListResource com.intershop.sellside.rest.common.capi.resourceobject.SecurityQuestionRO |
Response Example | { "elements": [ { "type": "SecurityQuestion", "key": "account.security_question.maiden_name.text", "text": "What is your mother's maiden name?" }, { "type": "SecurityQuestion", "key": "account.security_question.pet_name.text", "text": "What is your pet's name?" }, { "type": "SecurityQuestion", "key": "account.security_question.street_name.text", "text": "What street did you grow up on?" }, { "type": "SecurityQuestion", "key": "account.security_question.elementary_school.text", "text": "Where did you go to the elementary school?" }, { "type": "SecurityQuestion", "key": "account.security_question.first_employer.text", "text": "Who was your first employer?" } ], "type": "SecurityQuestions", "name": "questions" } |
XML Request Data Format | n.a. |
---|---|
XML Request Java Objects | n/a |
XML Request Example | n/a |
XML Response Data Format | text/xml |
XML Response Java Objects | com.intershop.sellside.rest.common.capi.resource.credentials.SecurityQuestionListResource com.intershop.sellside.rest.common.capi.resourceobject.SecurityQuestionRO |
XML Response Example | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <SecurityQuestions name="questions" type="SecurityQuestions"> <elements> <SecurityQuestion type="SecurityQuestion"> <key>account.security_question.maiden_name.text</key> <text>What is your mother's maiden name?</text> </SecurityQuestion> <SecurityQuestion type="SecurityQuestion"> <key>account.security_question.pet_name.text</key> <text>What is your pet's name?</text> </SecurityQuestion> <SecurityQuestion type="SecurityQuestion"> <key>account.security_question.street_name.text</key> <text>What street did you grow up on?</text> </SecurityQuestion> <SecurityQuestion type="SecurityQuestion"> <key>account.security_question.elementary_school.text</key> <text>Where did you go to the elementary school?</text> </SecurityQuestion> <SecurityQuestion type="SecurityQuestion"> <key>account.security_question.first_employer.text</key> <text>Who was your first employer?</text> </SecurityQuestion> </elements> </SecurityQuestions> |
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.