| Linha 55: |
Linha 55: |
| | {| class="wikitable" | | {| class="wikitable" |
| | |- | | |- |
| − | ! scope="col" style="height:30px; width:85px; text-align:center; padding: 4px;" | Identificador | + | ! scope="col" style="width:120px; text-align:center;"| Exemplo de filters |
| − | ! scope="col" style="width:120px; text-align:center;"| Modulo | + | ! scope="col" style="width:120px; text-align:center;"| Exemplo de parameters |
| | |- | | |- |
| − | | style="padding: 5px 6px 5px 6px;" | 7-139
| |
| | | style="padding: 5px 6px 5px 6px;" | <syntaxhighlight lang="xml"><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tot="http://www.totvs.com/"> | | | style="padding: 5px 6px 5px 6px;" | <syntaxhighlight lang="xml"><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tot="http://www.totvs.com/"> |
| | <soapenv:Header/> | | <soapenv:Header/> |
| Linha 70: |
Linha 69: |
| | </soapenv:Body> | | </soapenv:Body> |
| | </soapenv:Envelope></syntaxhighlight> | | </soapenv:Envelope></syntaxhighlight> |
| | + | | style="padding: 5px 6px 5px 6px;" | <syntaxhighlight lang="xml"><![CDATA[<?xml version="1.0" encoding="utf-16"?> |
| | + | <ArrayOfRptParameterReportPar xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.totvs.com.br/RM/"> |
| | + | <RptParameterReportPar> |
| | + | <Description>Período Letivo</Description> |
| | + | <ParamName>CODPERLET</ParamName> |
| | + | <Type xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns:d3p2="-mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089-System-System.RuntimeType" i:type="d3p2:RuntimeType" xmlns:d3p3="-mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089-System-System.UnitySerializationHolder" z:FactoryType="d3p3:UnitySerializationHolder" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/"> |
| | + | <Data xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">System.String</Data> |
| | + | <UnityType xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">4</UnityType> |
| | + | <AssemblyName xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</AssemblyName> |
| | + | </Type> |
| | + | <Value xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string">20202</Value> |
| | + | <Visible>true</Visible> |
| | + | </RptParameterReportPar> |
| | + | </ArrayOfRptParameterReportPar>]]></syntaxhighlight> |
| | |} | | |} |
| | | | |