HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/ContestPointsAgentRequest HTTP/1.1
Host: api2.exactmedicare.com
Content-Type: application/xml
Content-Length: length
<ContestPointsAgentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bombshell.AgencyPlatform.API.Internal">
<ContestPointsAgent>
<AgentId>0</AgentId>
<Id>0</Id>
<Item_1_1>0</Item_1_1>
<Item_1_2>0</Item_1_2>
<Item_2_1>0</Item_2_1>
<Item_2_2>0</Item_2_2>
<Item_2_3>0</Item_2_3>
<Item_2_4>0</Item_2_4>
<Item_2_5>0</Item_2_5>
<Item_2_6>0</Item_2_6>
<Item_2_7>0</Item_2_7>
<Item_3_1>0</Item_3_1>
<Item_3_2>0</Item_3_2>
<Item_4_1>0</Item_4_1>
<Item_4_2>0</Item_4_2>
<Item_4_3>0</Item_4_3>
<Item_4_4>0</Item_4_4>
<Item_4_5>0</Item_4_5>
<Item_4_6>0</Item_4_6>
<Item_4_7>0</Item_4_7>
<Item_5_1>0</Item_5_1>
<Item_5_10>0</Item_5_10>
<Item_5_11>0</Item_5_11>
<Item_5_2>0</Item_5_2>
<Item_5_3>0</Item_5_3>
<Item_5_4>0</Item_5_4>
<Item_5_5>0</Item_5_5>
<Item_5_6>0</Item_5_6>
<Item_5_8>0</Item_5_8>
<Item_5_9>0</Item_5_9>
<WeekNumber>0</WeekNumber>
</ContestPointsAgent>
<WeekNumber>0</WeekNumber>
</ContestPointsAgentRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<ContestPointsAgentResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bombshell.AgencyPlatform.API.Internal">
<ContestPointsAgent>
<AgentId>0</AgentId>
<Id>0</Id>
<Item_1_1>0</Item_1_1>
<Item_1_2>0</Item_1_2>
<Item_2_1>0</Item_2_1>
<Item_2_2>0</Item_2_2>
<Item_2_3>0</Item_2_3>
<Item_2_4>0</Item_2_4>
<Item_2_5>0</Item_2_5>
<Item_2_6>0</Item_2_6>
<Item_2_7>0</Item_2_7>
<Item_3_1>0</Item_3_1>
<Item_3_2>0</Item_3_2>
<Item_4_1>0</Item_4_1>
<Item_4_2>0</Item_4_2>
<Item_4_3>0</Item_4_3>
<Item_4_4>0</Item_4_4>
<Item_4_5>0</Item_4_5>
<Item_4_6>0</Item_4_6>
<Item_4_7>0</Item_4_7>
<Item_5_1>0</Item_5_1>
<Item_5_10>0</Item_5_10>
<Item_5_11>0</Item_5_11>
<Item_5_2>0</Item_5_2>
<Item_5_3>0</Item_5_3>
<Item_5_4>0</Item_5_4>
<Item_5_5>0</Item_5_5>
<Item_5_6>0</Item_5_6>
<Item_5_8>0</Item_5_8>
<Item_5_9>0</Item_5_9>
<WeekNumber>0</WeekNumber>
</ContestPointsAgent>
<ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types">
<d2p1:ErrorCode>String</d2p1:ErrorCode>
<d2p1:Message>String</d2p1:Message>
<d2p1:StackTrace>String</d2p1:StackTrace>
<d2p1:Errors>
<d2p1:ResponseError>
<d2p1:ErrorCode>String</d2p1:ErrorCode>
<d2p1:FieldName>String</d2p1:FieldName>
<d2p1:Message>String</d2p1:Message>
</d2p1:ResponseError>
</d2p1:Errors>
</ResponseStatus>
</ContestPointsAgentResponse>