HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/PendingBilledServiceRequest HTTP/1.1
Host: api.homenetiol.com
Content-Type: application/xml
Content-Length: length
<InvoicingMessageHandler.PendingBilledServiceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HNI.InventoryOnline.WebIOL.WebApi.MessageHandlers.Mobile">
<BillToVirtualRooftopID xmlns="http://schemas.datacontract.org/2004/07/HNI.InventoryOnline.WebIOL.WebApi.Common.Messages.Mobile">0</BillToVirtualRooftopID>
<BilledServices xmlns="http://schemas.datacontract.org/2004/07/HNI.InventoryOnline.WebIOL.WebApi.Common.Messages.Mobile">
<BilledService>
<AccountingCode>String</AccountingCode>
<Description>String</Description>
<DeviceDateCreated>0001-01-01T00:00:00</DeviceDateCreated>
<ExteriorColorDescription>String</ExteriorColorDescription>
<ILotID>0</ILotID>
<Make>String</Make>
<Model>String</Model>
<Price>0</Price>
<ServiceDefinitionID>0</ServiceDefinitionID>
<ServiceType>New</ServiceType>
<StockNumber>String</StockNumber>
<Trim>String</Trim>
<VIN>String</VIN>
<Year>0</Year>
</BilledService>
</BilledServices>
</InvoicingMessageHandler.PendingBilledServiceRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<PendingBilledServiceResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HNI.InventoryOnline.WebIOL.WebApi.Common.Messages.Mobile">
<MessageDetails i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/HNI.InventoryOnline.WebIOL.WebApi.Common.Messages" />
<ResponseMessageKind xmlns="http://schemas.datacontract.org/2004/07/HNI.InventoryOnline.WebIOL.WebApi.Common.Messages">None</ResponseMessageKind>
</PendingBilledServiceResponse>