QuestionManager
Click here for a complete list of operations.
DeleteQuestion
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /KMWare.ZMA.EventResource.EducationProgMgmt.Host/QuestionManager.asmx HTTP/1.1
Host: ssa.fp360.us
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://KMWare.ZMA.EventReource.EducationProgMgmt.ServiceContracts/DeleteQuestion"
<?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>
<DeleteQuestion xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.ServiceContracts">
<DeleteQuestionRequest xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.DataTypes">
<OrganizationUnitId>short</OrganizationUnitId>
<QuestionId>int</QuestionId>
<Description>string</Description>
<OptionType>string</OptionType>
<ResultDataType>string</ResultDataType>
<UpdateId>string</UpdateId>
<UpdateDate>dateTime</UpdateDate>
<ExpiryDate>dateTime</ExpiryDate>
<QuestionDetail>
<QuestionDetail>
<AssociatedPrice>string</AssociatedPrice>
<UpdateDate>dateTime</UpdateDate>
<ExpiryDate>dateTime</ExpiryDate>
<LineNumber>int</LineNumber>
<Option>string</Option>
<OrganizationUnitId>short</OrganizationUnitId>
<Price>decimal</Price>
<QuestionId>int</QuestionId>
<UpdateId>string</UpdateId>
<QuantityOption>string</QuantityOption>
<QuantityOverride>string</QuantityOverride>
<Quantity>decimal</Quantity>
</QuestionDetail>
<QuestionDetail>
<AssociatedPrice>string</AssociatedPrice>
<UpdateDate>dateTime</UpdateDate>
<ExpiryDate>dateTime</ExpiryDate>
<LineNumber>int</LineNumber>
<Option>string</Option>
<OrganizationUnitId>short</OrganizationUnitId>
<Price>decimal</Price>
<QuestionId>int</QuestionId>
<UpdateId>string</UpdateId>
<QuantityOption>string</QuantityOption>
<QuantityOverride>string</QuantityOverride>
<Quantity>decimal</Quantity>
</QuestionDetail>
</QuestionDetail>
<OptionDescription>string</OptionDescription>
<QuestionRole>
<QuestionRole>
<QuestionId>int</QuestionId>
<OrganizationUnitId>short</OrganizationUnitId>
<RoleId>string</RoleId>
<UpdateId>string</UpdateId>
<UpdateDate>dateTime</UpdateDate>
<ExpiryDate>dateTime</ExpiryDate>
</QuestionRole>
<QuestionRole>
<QuestionId>int</QuestionId>
<OrganizationUnitId>short</OrganizationUnitId>
<RoleId>string</RoleId>
<UpdateId>string</UpdateId>
<UpdateDate>dateTime</UpdateDate>
<ExpiryDate>dateTime</ExpiryDate>
</QuestionRole>
</QuestionRole>
<IsMandatory>string</IsMandatory>
<ModuleCode>string</ModuleCode>
</DeleteQuestionRequest>
</DeleteQuestion>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?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>
<DeleteQuestionResponse xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.ServiceContracts">
<DeleteQuestionResult>string</DeleteQuestionResult>
</DeleteQuestionResponse>
</soap:Body>
</soap:Envelope>