HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/AgentVoiceConnectStateRequest HTTP/1.1
Host: api2.publicemployeeretirementassistance.com
Content-Type: application/xml
Content-Length: length
<AgentVoiceConnectStateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PeraServiceStackLibrary">
<AVCS>
<AgentId>0</AgentId>
<Id>0</Id>
<LastCallDate>0001-01-01T00:00:00</LastCallDate>
<ProductTypeId>0</ProductTypeId>
<State>String</State>
</AVCS>
<AgentId>0</AgentId>
</AgentVoiceConnectStateRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<AgentVoiceConnectState xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PeraServiceStackLibrary">
<AgentId>0</AgentId>
<Id>0</Id>
<LastCallDate>0001-01-01T00:00:00</LastCallDate>
<ProductTypeId>0</ProductTypeId>
<State>String</State>
</AgentVoiceConnectState>