Pera ServiceStack

<back to all web services

CalendarEventNoShowRequest

The following routes are available for this service:
POST,OPTIONS/v1/CalendarEvent/{CalendarEventId}/ReportNoShow

To override the Content-type in your clients HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/CalendarEventNoShowRequest HTTP/1.1 
Host: api.publicemployeeretirementassistance.com 
Content-Type: application/xml
Content-Length: length

<CalendarEventNoShowRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PeraServiceStackLibrary">
  <CalendarEventId>0</CalendarEventId>
  <StateList>String</StateList>
</CalendarEventNoShowRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<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>