HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/ControlPanelType HTTP/1.1
Host: plm.gerber.fila.com
Content-Type: application/xml
Content-Length: length
<ControlPanelType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Rest.DTOs">
<CPTID>String</CPTID>
<Filter>String</Filter>
<Page>0</Page>
<PageCount>0</PageCount>
<RecordCountOnly>0</RecordCountOnly>
<orderby>String</orderby>
</ControlPanelType>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<ControlPanelTypeResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Rest.DTOs">
<ControlPanelTypes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Yunique.API.Rest.DTOs.POCOs">
<d2p1:ControlPanelTypeItem>
<d2p1:Active>0</d2p1:Active>
<d2p1:CDate>0001-01-01T00:00:00</d2p1:CDate>
<d2p1:CUser>String</d2p1:CUser>
<d2p1:ControlPanelTypeDescription>String</d2p1:ControlPanelTypeDescription>
<d2p1:ControlPanelTypeID>00000000-0000-0000-0000-000000000000</d2p1:ControlPanelTypeID>
<d2p1:ControlPanelTypeName>String</d2p1:ControlPanelTypeName>
<d2p1:MDate>0001-01-01T00:00:00</d2p1:MDate>
<d2p1:MUser>String</d2p1:MUser>
<d2p1:Sort>String</d2p1:Sort>
</d2p1:ControlPanelTypeItem>
</ControlPanelTypes>
<RecordCount>0</RecordCount>
</ControlPanelTypeResponse>