PUT v1/ActivitySchedule
Request Information
URI Parameters
None.
Body Parameters
ActivityScheduleViewModelName | Description | Type | Additional information |
---|---|---|---|
StartDT | date |
None. |
|
EndDT | date |
None. |
|
IsFull | boolean |
None. |
|
IsCanceled | boolean |
None. |
|
SessionNumber | string |
None. |
|
FollowingNumber | integer |
None. |
|
EventLocationGuid | globally unique identifier |
None. |
|
ActivityGuid | globally unique identifier |
None. |
|
EventWorkFormGuid | globally unique identifier |
None. |
|
Guid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "StartDT": "2025-04-26T09:06:12.5092104+00:00", "EndDT": "2025-04-26T09:06:12.5092104+00:00", "IsFull": true, "IsCanceled": true, "SessionNumber": "sample string 5", "FollowingNumber": 1, "EventLocationGuid": "f7898d8c-0458-4ea5-a7ac-8b695e9cc845", "ActivityGuid": "fd1b898c-c777-49fd-9317-e29702f5964e", "EventWorkFormGuid": "8a0b1d9a-5e43-4465-a985-8659083175a7", "Guid": "7cc9ad0e-7d52-4957-9fd4-9d50817ce6ee", "Created": "2025-04-26T09:06:12.5092104+00:00", "Modified": "2025-04-26T09:06:12.5092104+00:00", "Deleted": "2025-04-26T09:06:12.5092104+00:00", "ErrorMessages": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "IsValid": false }
application/octet-stream
Sample:
{"StartDT":"2025-04-26T09:06:12.5092104+00:00","EndDT":"2025-04-26T09:06:12.5092104+00:00","IsFull":true,"IsCanceled":true,"SessionNumber":"sample string 5","FollowingNumber":1,"EventLocationGuid":"f7898d8c-0458-4ea5-a7ac-8b695e9cc845","ActivityGuid":"fd1b898c-c777-49fd-9317-e29702f5964e","EventWorkFormGuid":"8a0b1d9a-5e43-4465-a985-8659083175a7","Guid":"7cc9ad0e-7d52-4957-9fd4-9d50817ce6ee","Created":"2025-04-26T09:06:12.5092104+00:00","Modified":"2025-04-26T09:06:12.5092104+00:00","Deleted":"2025-04-26T09:06:12.5092104+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<ActivityScheduleViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Entity"> <ErrorMessages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services"> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value>sample string 2</d2p1:Value> </d2p1:KeyValueOfstringstring> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value>sample string 4</d2p1:Value> </d2p1:KeyValueOfstringstring> </ErrorMessages> <Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-04-26T09:06:12.5092104+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-04-26T09:06:12.5092104+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">7cc9ad0e-7d52-4957-9fd4-9d50817ce6ee</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-04-26T09:06:12.5092104+00:00</Modified> <ActivityGuid>fd1b898c-c777-49fd-9317-e29702f5964e</ActivityGuid> <EndDT>2025-04-26T09:06:12.5092104+00:00</EndDT> <EventLocationGuid>f7898d8c-0458-4ea5-a7ac-8b695e9cc845</EventLocationGuid> <EventWorkFormGuid>8a0b1d9a-5e43-4465-a985-8659083175a7</EventWorkFormGuid> <FollowingNumber>1</FollowingNumber> <IsCanceled>true</IsCanceled> <IsFull>true</IsFull> <SessionNumber>sample string 5</SessionNumber> <StartDT>2025-04-26T09:06:12.5092104+00:00</StartDT> </ActivityScheduleViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ActivityScheduleViewModelName | Description | Type | Additional information |
---|---|---|---|
StartDT | date |
None. |
|
EndDT | date |
None. |
|
IsFull | boolean |
None. |
|
IsCanceled | boolean |
None. |
|
SessionNumber | string |
None. |
|
FollowingNumber | integer |
None. |
|
EventLocationGuid | globally unique identifier |
None. |
|
ActivityGuid | globally unique identifier |
None. |
|
EventWorkFormGuid | globally unique identifier |
None. |
|
Guid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "StartDT": "2025-04-26T09:06:12.5092104+00:00", "EndDT": "2025-04-26T09:06:12.5092104+00:00", "IsFull": true, "IsCanceled": true, "SessionNumber": "sample string 5", "FollowingNumber": 1, "EventLocationGuid": "3208e471-85c5-4b59-82d7-b647c3ec2074", "ActivityGuid": "53c5d9c0-1047-4396-b71b-d53b164dd4f7", "EventWorkFormGuid": "a4c3da0f-839d-4777-a203-b07a7bd8b4cf", "Guid": "8669e5b3-525c-42ca-b0fc-4aa7d80a1fe0", "Created": "2025-04-26T09:06:12.5092104+00:00", "Modified": "2025-04-26T09:06:12.5092104+00:00", "Deleted": "2025-04-26T09:06:12.5092104+00:00", "ErrorMessages": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "IsValid": false }
application/octet-stream
Sample:
{"StartDT":"2025-04-26T09:06:12.5092104+00:00","EndDT":"2025-04-26T09:06:12.5092104+00:00","IsFull":true,"IsCanceled":true,"SessionNumber":"sample string 5","FollowingNumber":1,"EventLocationGuid":"3208e471-85c5-4b59-82d7-b647c3ec2074","ActivityGuid":"53c5d9c0-1047-4396-b71b-d53b164dd4f7","EventWorkFormGuid":"a4c3da0f-839d-4777-a203-b07a7bd8b4cf","Guid":"8669e5b3-525c-42ca-b0fc-4aa7d80a1fe0","Created":"2025-04-26T09:06:12.5092104+00:00","Modified":"2025-04-26T09:06:12.5092104+00:00","Deleted":"2025-04-26T09:06:12.5092104+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<ActivityScheduleViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Entity"> <ErrorMessages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services"> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value>sample string 2</d2p1:Value> </d2p1:KeyValueOfstringstring> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value>sample string 4</d2p1:Value> </d2p1:KeyValueOfstringstring> </ErrorMessages> <Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-04-26T09:06:12.5092104+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-04-26T09:06:12.5092104+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">8669e5b3-525c-42ca-b0fc-4aa7d80a1fe0</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-04-26T09:06:12.5092104+00:00</Modified> <ActivityGuid>53c5d9c0-1047-4396-b71b-d53b164dd4f7</ActivityGuid> <EndDT>2025-04-26T09:06:12.5092104+00:00</EndDT> <EventLocationGuid>3208e471-85c5-4b59-82d7-b647c3ec2074</EventLocationGuid> <EventWorkFormGuid>a4c3da0f-839d-4777-a203-b07a7bd8b4cf</EventWorkFormGuid> <FollowingNumber>1</FollowingNumber> <IsCanceled>true</IsCanceled> <IsFull>true</IsFull> <SessionNumber>sample string 5</SessionNumber> <StartDT>2025-04-26T09:06:12.5092104+00:00</StartDT> </ActivityScheduleViewModel>