| Linha 55: |
Linha 55: |
| | {| class="wikitable" | | {| class="wikitable" |
| | |- | | |- |
| − | ! scope="col" style="width:120px; text-align:center;"| Exemplo de filters | + | ! scope="col" style="text-align:center;"| Exemplo de filters |
| − | ! scope="col" style="width:120px; text-align:center;"| Exemplo de parameters | + | ! scope="col" style="text-align:center;"| Exemplo de parameters |
| | |- | | |- |
| − | | 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:Header/>
| + | <![CDATA[<?xml version="1.0" encoding="utf-16"?> |
| − | <soapenv:Body>
| + | <ArrayOfRptFilterReportPar xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.totvs.com.br/RM/"> |
| − | <tot:GetReportInfo> | + | <RptFilterReportPar> |
| − | <!--Optional:-->
| + | <BandName>RptReport</BandName> |
| − | <tot:codColigada>7</tot:codColigada>
| + | <FiltersByTable> |
| − | <!--Optional:-->
| + | <RptFilterByTablePar> |
| − | <tot:idReport>13894</tot:idReport>
| + | <Filter>STURMADISC.CODCOLIGADA = 7 AND STURMADISC.IDTURMADISC = 1987 AND STURMADISC.CODDISC = '0005'</Filter> |
| − | </tot:GetReportInfo>
| + | <TableName>STURMADISC</TableName> |
| − | </soapenv:Body>
| + | </RptFilterByTablePar> |
| − | </soapenv:Envelope></syntaxhighlight> | + | </FiltersByTable> |
| | + | <MainFilter>true</MainFilter> |
| | + | <Value>(STURMADISC.CODCOLIGADA = 7 AND STURMADISC.IDTURMADISC = 1987 AND STURMADISC.CODDISC = '0005')</Value> |
| | + | </RptFilterReportPar> |
| | + | </ArrayOfRptFilterReportPar>]]></syntaxhighlight> |
| | | style="padding: 5px 6px 5px 6px;" | <syntaxhighlight lang="xml"><![CDATA[<?xml version="1.0" encoding="utf-16"?> | | | 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/"> | | <ArrayOfRptParameterReportPar xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.totvs.com.br/RM/"> |