Search

A search which returns complete objects of the specified type.


Example result as XML

Suchergebnis
<?xml version="1.0" encoding="UTF-8"?>
<core:DataServiceSearchResult ...>
<core:SearchResult maxResults="100" count="2">
<shp:Shipment id="1"...>
<currentWorkingState ...>
<workingState>NEW</workingState>
...
</currentWorkingState>
<attributes>
<shp:ShipmentCompanyAddress id="1" ...>
<value companyType="UCE">
<address ... name1="Kümmerlich" name2="Wolfgang" ...>
...
</address>
</value>
</shp:ShipmentCompanyAddress>
<shp:ShipmentCompanyAddress id="2" ...>
<value companyType="CNR">
<address ... name1="Schuster" name2="Josefine" ...>
...
</address>
</value>
</shp:ShipmentCompanyAddress>
...
</attributes>
<lineItems/>
</shp:Shipment>
<shp:Shipment id="51" ...>
<currentWorkingState ...>
<workingState>ACCEPTED</workingState>
...
</currentWorkingState>
<attributes>
<shp:ShipmentCompanyAddress >
<value companyType="UCE">
<address name1="Mustermann" name2="Max" ...>
...
</address>
</value>
</shp:ShipmentCompanyAddress>
<shp:ShipmentCompanyAddress ...>
<value companyType="CNR">
<address ... name1="Sonnenschein" name2="Paula" ...>
...
</address>
</value>
</shp:ShipmentCompanyAddress>
...
</attributes>
<lineItems/>
</shp:Shipment>
</core:SearchResult>
</core:DataServiceSearchResult>