POST Events/Recurrence?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly | boolean |
Default value is False |
Body Parameters
EventRecurrenceDTOName | Description | Type | Additional 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:17:05.1364139+00:00", "stopDateUtc": "2024-12-04T08:17:05.1364139+00:00", "minutes": 1 }, { "startDateUtc": "2024-12-04T08:17:05.1364139+00:00", "stopDateUtc": "2024-12-04T08:17:05.1364139+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:17:05.1364139+00:00", "stopDateUtc": "2024-12-04T08:17:05.1364139+00:00", "autoGeneratedUntilDateUtc": "2024-12-04T08:17:05.1364139+00:00", "recordState": 1, "created": { "dateUtc": "2024-12-04T08:17:05.1364139+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:17:05 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:17:05.1364139+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:17:05 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:17:05.1364139+00:00</AutoGeneratedUntilDateUtc> <BUID>2</BUID> <Created> <DateUtc>2024-12-04T08:17:05.1364139+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <Data> <DayOfTheMonthFromStartDate>true</DayOfTheMonthFromStartDate> <DayTimes> <EventDatesDTO> <Minutes>1</Minutes> <StartDateUtc>2024-12-04T08:17:05.1364139+00:00</StartDateUtc> <StopDateUtc>2024-12-04T08:17:05.1364139+00:00</StopDateUtc> </EventDatesDTO> <EventDatesDTO> <Minutes>1</Minutes> <StartDateUtc>2024-12-04T08:17:05.1364139+00:00</StartDateUtc> <StopDateUtc>2024-12-04T08:17:05.1364139+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:17:05.1364139+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <Name>sample string 3</Name> <RecordState>Active</RecordState> <StartDateUtc>2024-12-04T08:17:05.1364139+00:00</StartDateUtc> <Status>Incomplete</Status> <StopDateUtc>2024-12-04T08:17:05.1364139+00:00</StopDateUtc> <Summary>sample string 6</Summary> </EventRecurrenceDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� �RMO�@�+�\]d�!��L���h��aiil���,I%�2�$���b������ޛy3o/��5*���j�*����`a�D�@�A��E��gHg����!Iִͩ$ bTW�&2E��2oCew�T�qV`��m���$�R�h<�z~��Q�/�.�٩"?�<�\p;��E�,9Aˎ/9o�v�4&���>���xe&�ħ�-���u��]��]�e��q�hu���[i����r�[v7�����Ne�ax�I��f+�y�htL��҃��A}��;n/[R��5�T�����>�����/���U�_��4��;M^��
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |