HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/ToDoGet HTTP/1.1
Host: partnerhub.pbsdealers.com
Content-Type: application/xml
Content-Length: length
<ToDoGet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PBS.PartnerHub.ServiceModel">
<AssignedUser>String</AssignedUser>
<CompletedSince>0001-01-01T00:00:00</CompletedSince>
<CompletedUntil>0001-01-01T00:00:00</CompletedUntil>
<DueSince>0001-01-01T00:00:00</DueSince>
<DueUntil>0001-01-01T00:00:00</DueUntil>
<ModifiedSince>0001-01-01T00:00:00</ModifiedSince>
<ModifiedUntil>0001-01-01T00:00:00</ModifiedUntil>
<ParentRef>00000000-0000-0000-0000-000000000000</ParentRef>
<ParentType>String</ParentType>
<SerialNumber>String</SerialNumber>
<Status>String</Status>
</ToDoGet>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<ToDoGetResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PBS.PartnerHub.ServiceModel">
<ToDos>
<ToDo>
<AssignedUser>String</AssignedUser>
<CompletedDate>0001-01-01T00:00:00</CompletedDate>
<CompletedNotes>String</CompletedNotes>
<DispositionType>0</DispositionType>
<DocumentName>String</DocumentName>
<DocumentType>String</DocumentType>
<DueDate>0001-01-01T00:00:00</DueDate>
<FriendlyReference>String</FriendlyReference>
<LastUpdate>0001-01-01T00:00:00</LastUpdate>
<LeadRef>String</LeadRef>
<Notes>String</Notes>
<ParentRef>00000000-0000-0000-0000-000000000000</ParentRef>
<ParentType>String</ParentType>
<SerialNumber>String</SerialNumber>
<Status>String</Status>
<ToDoId>00000000-0000-0000-0000-000000000000</ToDoId>
<ToDoType>String</ToDoType>
</ToDo>
</ToDos>
</ToDoGetResponse>