3.1.4.56.3.1 RestRequest

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

Base type for parameters passed to the ProcessRestRequest operation

 <xs:complexType name="RestRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="OpenWorkbookInParameters" type="tns:OpenWorkbookInParameters"/>
     <xs:element xmlns:q3="http://microsoft.com/wsdl/types/" minOccurs="1" maxOccurs="1" name="RequestSiteId" type="q3:guid"/>
     <xs:element minOccurs="0" maxOccurs="1" name="SessionId" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="ListOfCellsToSet" type="tns:ArrayOfRangeValuesA1"/>
   </xs:sequence>
 </xs:complexType>

OpenWorkbookInParameters:  Parameters to use when calling the OpenWorkbook operation.  Mutually exclusive with SessionId.

RequestSiteId:  Value to use for the RequestSiteId in the CommandParameter for all operations performed by the ProcessRestRequest operation.  MUST be specified.

SessionId:  A session identifier to use for the ProcessRestRequest operation. Mutually exclusive with OpenWorkbookInParameters.

ListOfCellsToSet:  If specified and of nonzero length, then the SetRangeA1 operation will be performed using these values.