HTTP + SOAP12
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /soap12 HTTP/1.1
Host: api2.publicemployeeretirementassistance.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<CalendarEventRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PeraServiceStackLibrary">
<CalendarEvent>
<CalendarEvent>
<_AgentId>0</_AgentId>
<_AgentName>String</_AgentName>
<_AgentReminderSentDate>0001-01-01T00:00:00</_AgentReminderSentDate>
<_ApptType>String</_ApptType>
<_CalendarEventCheckInId>0</_CalendarEventCheckInId>
<_CalendarEventId>0</_CalendarEventId>
<_CalendarId>00000000-0000-0000-0000-000000000000</_CalendarId>
<_CheckInDate>0001-01-01T00:00:00</_CheckInDate>
<_CheckOutDate>0001-01-01T00:00:00</_CheckOutDate>
<_ContactId>0</_ContactId>
<_CreatedBy>String</_CreatedBy>
<_DateCreated>0001-01-01T00:00:00</_DateCreated>
<_DateModified>0001-01-01T00:00:00</_DateModified>
<_Deleted>false</_Deleted>
<_Description>String</_Description>
<_EventEnd>0001-01-01T00:00:00</_EventEnd>
<_EventStart>0001-01-01T00:00:00</_EventStart>
<_EventTypeId>0</_EventTypeId>
<_IsDefaultCampaign>false</_IsDefaultCampaign>
<_IsInPerson>false</_IsInPerson>
<_IsNoShow>false</_IsNoShow>
<_IsPrivate>false</_IsPrivate>
<_Location>String</_Location>
<_ModifiedBy>String</_ModifiedBy>
<_Offset>0</_Offset>
<_Recurrence>false</_Recurrence>
<_RecurrenceBy>String</_RecurrenceBy>
<_RecurrenceByValue>String</_RecurrenceByValue>
<_RecurrenceFrequency>String</_RecurrenceFrequency>
<_RecurrenceUntil>0001-01-01T00:00:00</_RecurrenceUntil>
<_Summary>String</_Summary>
<_TextReminderSentDate>0001-01-01T00:00:00</_TextReminderSentDate>
<_TimeZone>String</_TimeZone>
<_VendorType>String</_VendorType>
</CalendarEvent>
</CalendarEvent>
<CalendarEventId>0</CalendarEventId>
<CancellationNote>String</CancellationNote>
<ContactAppointmentRequestId>0</ContactAppointmentRequestId>
<ForceMove>false</ForceMove>
<PeraReschedule>false</PeraReschedule>
<SourceOfRequest>String</SourceOfRequest>
</CalendarEventRequest>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<CalendarEventResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PeraServiceStackLibrary">
<CalendarEvent>
<CalendarEvent>
<_AgentId>0</_AgentId>
<_AgentName>String</_AgentName>
<_AgentReminderSentDate>0001-01-01T00:00:00</_AgentReminderSentDate>
<_ApptType>String</_ApptType>
<_CalendarEventCheckInId>0</_CalendarEventCheckInId>
<_CalendarEventId>0</_CalendarEventId>
<_CalendarId>00000000-0000-0000-0000-000000000000</_CalendarId>
<_CheckInDate>0001-01-01T00:00:00</_CheckInDate>
<_CheckOutDate>0001-01-01T00:00:00</_CheckOutDate>
<_ContactId>0</_ContactId>
<_CreatedBy>String</_CreatedBy>
<_DateCreated>0001-01-01T00:00:00</_DateCreated>
<_DateModified>0001-01-01T00:00:00</_DateModified>
<_Deleted>false</_Deleted>
<_Description>String</_Description>
<_EventEnd>0001-01-01T00:00:00</_EventEnd>
<_EventStart>0001-01-01T00:00:00</_EventStart>
<_EventTypeId>0</_EventTypeId>
<_IsDefaultCampaign>false</_IsDefaultCampaign>
<_IsInPerson>false</_IsInPerson>
<_IsNoShow>false</_IsNoShow>
<_IsPrivate>false</_IsPrivate>
<_Location>String</_Location>
<_ModifiedBy>String</_ModifiedBy>
<_Offset>0</_Offset>
<_Recurrence>false</_Recurrence>
<_RecurrenceBy>String</_RecurrenceBy>
<_RecurrenceByValue>String</_RecurrenceByValue>
<_RecurrenceFrequency>String</_RecurrenceFrequency>
<_RecurrenceUntil>0001-01-01T00:00:00</_RecurrenceUntil>
<_Summary>String</_Summary>
<_TextReminderSentDate>0001-01-01T00:00:00</_TextReminderSentDate>
<_TimeZone>String</_TimeZone>
<_VendorType>String</_VendorType>
</CalendarEvent>
</CalendarEvent>
<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>
</CalendarEventResponse>
</soap12:Body>
</soap12:Envelope>