HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/BatchUpdateLookup HTTP/1.1
Host: 5.172.198.40
Content-Type: application/xml
Content-Length: length
<BatchUpdateLookup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.WebAPI.Api">
<DomainName>String</DomainName>
<EntityName>String</EntityName>
<RequestStream xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.IO" i:nil="true" />
<Path xmlns:d2p1="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.Common">
<d2p1:FillRelativeFields>false</d2p1:FillRelativeFields>
<d2p1:Filters>
<d2p1:Filter>
<d2p1:Name>String</d2p1:Name>
<d2p1:Operator>String</d2p1:Operator>
<d2p1:Type>Default</d2p1:Type>
<d2p1:Value />
</d2p1:Filter>
</d2p1:Filters>
<d2p1:IncludePaths>
<d2p1:FetchPath>
<d2p1:FillRelativeFields>false</d2p1:FillRelativeFields>
<d2p1:Filters>
<d2p1:Filter>
<d2p1:Name>String</d2p1:Name>
<d2p1:Operator>String</d2p1:Operator>
<d2p1:Type>Default</d2p1:Type>
<d2p1:Value />
</d2p1:Filter>
</d2p1:Filters>
<d2p1:IncludePaths>
<d2p1:FetchPath>
<d2p1:FillRelativeFields>false</d2p1:FillRelativeFields>
<d2p1:Filters>
<d2p1:Filter>
<d2p1:Name>String</d2p1:Name>
<d2p1:Operator>String</d2p1:Operator>
<d2p1:Type>Default</d2p1:Type>
<d2p1:Value />
</d2p1:Filter>
</d2p1:Filters>
<d2p1:IncludePaths>
<d2p1:FetchPath i:nil="true" />
</d2p1:IncludePaths>
<d2p1:MaxRecords>0</d2p1:MaxRecords>
<d2p1:Path>String</d2p1:Path>
<d2p1:SelectProperties xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>String</d7p1:string>
</d2p1:SelectProperties>
<d2p1:Skip>0</d2p1:Skip>
<d2p1:SortBy>
<d2p1:SortExpression>
<d2p1:Direction>String</d2p1:Direction>
<d2p1:FieldName>String</d2p1:FieldName>
</d2p1:SortExpression>
</d2p1:SortBy>
<d2p1:Take>0</d2p1:Take>
</d2p1:FetchPath>
</d2p1:IncludePaths>
<d2p1:MaxRecords>0</d2p1:MaxRecords>
<d2p1:Path>String</d2p1:Path>
<d2p1:SelectProperties xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:string>String</d5p1:string>
</d2p1:SelectProperties>
<d2p1:Skip>0</d2p1:Skip>
<d2p1:SortBy>
<d2p1:SortExpression>
<d2p1:Direction>String</d2p1:Direction>
<d2p1:FieldName>String</d2p1:FieldName>
</d2p1:SortExpression>
</d2p1:SortBy>
<d2p1:Take>0</d2p1:Take>
</d2p1:FetchPath>
</d2p1:IncludePaths>
<d2p1:MaxRecords>0</d2p1:MaxRecords>
<d2p1:Path>String</d2p1:Path>
<d2p1:SelectProperties xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>String</d3p1:string>
</d2p1:SelectProperties>
<d2p1:Skip>0</d2p1:Skip>
<d2p1:SortBy>
<d2p1:SortExpression>
<d2p1:Direction>String</d2p1:Direction>
<d2p1:FieldName>String</d2p1:FieldName>
</d2p1:SortExpression>
</d2p1:SortBy>
<d2p1:Take>0</d2p1:Take>
</Path>
</BatchUpdateLookup>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />