PUT Events/Recurrence/{eventRecurrenceID}?validateOnly={validateOnly}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventRecurrenceID

integer

Required

validateOnly

boolean

Default value is False

Body Parameters

EventRecurrenceDTO
NameDescriptionTypeAdditional information
EventRecurrenceID

integer

None.

BUID

integer

None.

Name

string

None.

Status

EventRecurrenceStatus

None.

Data

EventRecurrenceDataDTO

None.

StartDateUtc

date

None.

StopDateUtc

date

None.

AutoGeneratedUntilDateUtc

date

None.

RecordState

RecordState

None.

Created

AuditDataDTO

None.

LastUpdated

AuditDataDTO

None.

Summary

string

None.

Request Formats

application/json, text/json

Sample:
{
  "eventRecurrenceID": 1,
  "buid": 2,
  "name": "sample string 3",
  "status": 1,
  "data": {
    "type": 1,
    "interval": 1,
    "stopType": 1,
    "dayTimes": [
      {
        "startDateUtc": "2024-12-04T08:08:11.1032886+00:00",
        "stopDateUtc": "2024-12-04T08:08:11.1032886+00:00",
        "minutes": 1
      },
      {
        "startDateUtc": "2024-12-04T08:08:11.1032886+00:00",
        "stopDateUtc": "2024-12-04T08:08:11.1032886+00:00",
        "minutes": 1
      }
    ],
    "subType": 1,
    "interval2": 1,
    "interval3": 1,
    "stopInterval": 1,
    "daysOfWeek": [
      0,
      0
    ],
    "startDayOfWeek": 0,
    "dayOfTheMonthFromStartDate": true,
    "tzid": "sample string 3"
  },
  "startDateUtc": "2024-12-04T08:08:11.1032886+00:00",
  "stopDateUtc": "2024-12-04T08:08:11.1032886+00:00",
  "autoGeneratedUntilDateUtc": "2024-12-04T08:08:11.1032886+00:00",
  "recordState": 1,
  "created": {
    "dateUtc": "2024-12-04T08:08:11.1032886+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 8:08:11 AM"
  },
  "lastUpdated": {
    "dateUtc": "2024-12-04T08:08:11.1032886+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 8:08:11 AM"
  },
  "summary": "sample string 6"
}

application/xml, text/xml

Sample:
<EventRecurrenceDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models">
  <AutoGeneratedUntilDateUtc>2024-12-04T08:08:11.1032886+00:00</AutoGeneratedUntilDateUtc>
  <BUID>2</BUID>
  <Created>
    <DateUtc>2024-12-04T08:08:11.1032886+00:00</DateUtc>
    <UserName>sample string 2</UserName>
  </Created>
  <Data>
    <DayOfTheMonthFromStartDate>true</DayOfTheMonthFromStartDate>
    <DayTimes>
      <EventDatesDTO>
        <Minutes>1</Minutes>
        <StartDateUtc>2024-12-04T08:08:11.1032886+00:00</StartDateUtc>
        <StopDateUtc>2024-12-04T08:08:11.1032886+00:00</StopDateUtc>
      </EventDatesDTO>
      <EventDatesDTO>
        <Minutes>1</Minutes>
        <StartDateUtc>2024-12-04T08:08:11.1032886+00:00</StartDateUtc>
        <StopDateUtc>2024-12-04T08:08:11.1032886+00:00</StopDateUtc>
      </EventDatesDTO>
    </DayTimes>
    <DaysOfWeek xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DayOfWeek>Sunday</d3p1:DayOfWeek>
      <d3p1:DayOfWeek>Sunday</d3p1:DayOfWeek>
    </DaysOfWeek>
    <Interval>1</Interval>
    <Interval2>1</Interval2>
    <Interval3>1</Interval3>
    <StartDayOfWeek>Sunday</StartDayOfWeek>
    <StopInterval>1</StopInterval>
    <StopType>None</StopType>
    <SubType>Day</SubType>
    <TZID>sample string 3</TZID>
    <Type>Minutes</Type>
  </Data>
  <EventRecurrenceID>1</EventRecurrenceID>
  <LastUpdated>
    <DateUtc>2024-12-04T08:08:11.1032886+00:00</DateUtc>
    <UserName>sample string 2</UserName>
  </LastUpdated>
  <Name>sample string 3</Name>
  <RecordState>Active</RecordState>
  <StartDateUtc>2024-12-04T08:08:11.1032886+00:00</StartDateUtc>
  <Status>Incomplete</Status>
  <StopDateUtc>2024-12-04T08:08:11.1032886+00:00</StopDateUtc>
  <Summary>sample string 6</Summary>
</EventRecurrenceDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/x-compressed-json

Sample:
��RMO�0�+��d,ͦi�
i�0&A'h���XE�V�3�L�e�I���">�LH�8�{�~����p��n0uƠNq:3X�<)hU"H����,�\?D``I��mq�H��55��&4[U����N�L��$/���w���D.(���a/=>L�X���1��xtƹ�d�!�\;
��^r��n�|7F|�>M?署���w�3�d]�M��۪�:��Ҵ�4Uyۍ��C�v�c�{v7���
5�����8���2����S8��("g�\�v�"���R��g.�t���$�w��b�+��E���v��`����

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.