BAwarranty Server V1

<back to all web services

survey

survey Parameters:
NameParameterData TypeRequiredDescription
idnumberqueryintYes
codequerylongYes
notesquerystringYes
listquestionsqueryList<surveyQuestion>Yes
question1queryintNo
question2queryintNo
question3queryintNo
question4queryintNo
question5queryintNo
question6queryintNo
question7queryintNo
question8queryintNo
question9queryintNo
question10queryintNo
q1querystringNo
q2querystringNo
q3querystringNo
q4querystringNo
q5querystringNo
q6querystringNo
q7querystringNo
q8querystringNo
q9querystringNo
q10querystringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .soap11 suffix or ?format=soap11

HTTP + SOAP11

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /soap11 HTTP/1.1 
Host: ssl.buildersaccess.com 
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: survey

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>

<survey xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BASchedulingSDK">
  <code>0</code>
  <idnumber>0</idnumber>
  <listquestions>
    <AppResponse.surveyQuestion>
      <_x003C_idnumber_x003E_k__BackingField>String</_x003C_idnumber_x003E_k__BackingField>
      <_x003C_question_x003E_k__BackingField>String</_x003C_question_x003E_k__BackingField>
      <_x003C_score_x003E_k__BackingField>0</_x003C_score_x003E_k__BackingField>
      <_x003C_text_x003E_k__BackingField>String</_x003C_text_x003E_k__BackingField>
    </AppResponse.surveyQuestion>
  </listquestions>
  <notes>String</notes>
  <q1>String</q1>
  <q10>String</q10>
  <q2>String</q2>
  <q3>String</q3>
  <q4>String</q4>
  <q5>String</q5>
  <q6>String</q6>
  <q7>String</q7>
  <q8>String</q8>
  <q9>String</q9>
  <question1>0</question1>
  <question10>0</question10>
  <question2>0</question2>
  <question3>0</question3>
  <question4>0</question4>
  <question5>0</question5>
  <question6>0</question6>
  <question7>0</question7>
  <question8>0</question8>
  <question9>0</question9>
</survey>

    </soap:Body>
</soap:Envelope>