HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/TireStorageGet HTTP/1.1
Host: partnerhub.pbsdealers.com
Content-Type: application/xml
Content-Length: length
<TireStorageGet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PBS.PartnerHub.ServiceModel">
<Code>String</Code>
<Description>String</Description>
<IncludeDeleted>false</IncludeDeleted>
<SerialNumber>String</SerialNumber>
<TireStorageId>00000000-0000-0000-0000-000000000000</TireStorageId>
</TireStorageGet>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<TireStorageGetResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PBS.PartnerHub.ServiceModel">
<TireStorages>
<TireStoragePackage>
<Code>String</Code>
<Description>String</Description>
<IsDeleted>false</IsDeleted>
<SerialNumber>String</SerialNumber>
<Skill>String</Skill>
<TireStorageGroups>
<TireStorageGroup>
<GroupId>00000000-0000-0000-0000-000000000000</GroupId>
<SystemType>0</SystemType>
<TireStorages>
<TireStorageItem>
<Code>String</Code>
<Description>String</Description>
<Id>00000000-0000-0000-0000-000000000000</Id>
<LabourLines>
<TireStorageLabourLine>
<Id>00000000-0000-0000-0000-000000000000</Id>
<OpCode>String</OpCode>
<OpDescription>String</OpDescription>
<Price>0</Price>
<SoldHours>0</SoldHours>
</TireStorageLabourLine>
</LabourLines>
<MaintenanceRef>00000000-0000-0000-0000-000000000000</MaintenanceRef>
<PartLines>
<TireStoragePartLine>
<Id>00000000-0000-0000-0000-000000000000</Id>
<PartDescription>String</PartDescription>
<PartNumber>String</PartNumber>
<Price>0</Price>
<Requested>0</Requested>
</TireStoragePartLine>
</PartLines>
<ShopSupplies>0</ShopSupplies>
<Skill>String</Skill>
<SystemType>0</SystemType>
</TireStorageItem>
</TireStorages>
</TireStorageGroup>
</TireStorageGroups>
<TireStorageId>00000000-0000-0000-0000-000000000000</TireStorageId>
<TireStorages>
<TireStorageItem>
<Code>String</Code>
<Description>String</Description>
<Id>00000000-0000-0000-0000-000000000000</Id>
<LabourLines>
<TireStorageLabourLine>
<Id>00000000-0000-0000-0000-000000000000</Id>
<OpCode>String</OpCode>
<OpDescription>String</OpDescription>
<Price>0</Price>
<SoldHours>0</SoldHours>
</TireStorageLabourLine>
</LabourLines>
<MaintenanceRef>00000000-0000-0000-0000-000000000000</MaintenanceRef>
<PartLines>
<TireStoragePartLine>
<Id>00000000-0000-0000-0000-000000000000</Id>
<PartDescription>String</PartDescription>
<PartNumber>String</PartNumber>
<Price>0</Price>
<Requested>0</Requested>
</TireStoragePartLine>
</PartLines>
<ShopSupplies>0</ShopSupplies>
<Skill>String</Skill>
<SystemType>0</SystemType>
</TireStorageItem>
</TireStorages>
</TireStoragePackage>
</TireStorages>
</TireStorageGetResponse>