POST 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": "2023-11-22T11:06:48.4590908+00:00", "EndDT": "2023-11-22T11:06:48.4590908+00:00", "IsFull": true, "IsCanceled": true, "SessionNumber": "sample string 5", "FollowingNumber": 1, "EventLocationGuid": "86dfa3b4-2bf1-4543-a610-5aeaca7b478b", "ActivityGuid": "e46de547-3945-4711-abd6-a6a70133283e", "EventWorkFormGuid": "97116cf6-1f2f-41cc-8b73-db41e3d92cce", "Guid": "b77179b3-91ea-4d1a-933e-f3a44e8f592e", "Created": "2023-11-22T11:06:48.4590908+00:00", "Modified": "2023-11-22T11:06:48.4590908+00:00", "Deleted": "2023-11-22T11:06:48.4590908+00:00", "ErrorMessages": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "IsValid": false }
application/octet-stream
Sample:
{"StartDT":"2023-11-22T11:06:48.4590908+00:00","EndDT":"2023-11-22T11:06:48.4590908+00:00","IsFull":true,"IsCanceled":true,"SessionNumber":"sample string 5","FollowingNumber":1,"EventLocationGuid":"86dfa3b4-2bf1-4543-a610-5aeaca7b478b","ActivityGuid":"e46de547-3945-4711-abd6-a6a70133283e","EventWorkFormGuid":"97116cf6-1f2f-41cc-8b73-db41e3d92cce","Guid":"b77179b3-91ea-4d1a-933e-f3a44e8f592e","Created":"2023-11-22T11:06:48.4590908+00:00","Modified":"2023-11-22T11:06:48.4590908+00:00","Deleted":"2023-11-22T11:06:48.4590908+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">2023-11-22T11:06:48.4590908+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2023-11-22T11:06:48.4590908+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">b77179b3-91ea-4d1a-933e-f3a44e8f592e</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2023-11-22T11:06:48.4590908+00:00</Modified> <ActivityGuid>e46de547-3945-4711-abd6-a6a70133283e</ActivityGuid> <EndDT>2023-11-22T11:06:48.4590908+00:00</EndDT> <EventLocationGuid>86dfa3b4-2bf1-4543-a610-5aeaca7b478b</EventLocationGuid> <EventWorkFormGuid>97116cf6-1f2f-41cc-8b73-db41e3d92cce</EventWorkFormGuid> <FollowingNumber>1</FollowingNumber> <IsCanceled>true</IsCanceled> <IsFull>true</IsFull> <SessionNumber>sample string 5</SessionNumber> <StartDT>2023-11-22T11:06:48.4590908+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": "2023-11-22T11:06:48.4590908+00:00", "EndDT": "2023-11-22T11:06:48.4590908+00:00", "IsFull": true, "IsCanceled": true, "SessionNumber": "sample string 5", "FollowingNumber": 1, "EventLocationGuid": "b00c6f5b-94a2-4963-b52e-3c39debff06c", "ActivityGuid": "b1975563-9f67-46f9-9936-8e0e16e91ff8", "EventWorkFormGuid": "4a52ab00-1b97-42a7-a229-ffe2b6a52337", "Guid": "46c19d8a-1906-43b2-8d5f-97ff2f769c4f", "Created": "2023-11-22T11:06:48.4590908+00:00", "Modified": "2023-11-22T11:06:48.4590908+00:00", "Deleted": "2023-11-22T11:06:48.4590908+00:00", "ErrorMessages": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "IsValid": false }
application/octet-stream
Sample:
{"StartDT":"2023-11-22T11:06:48.4590908+00:00","EndDT":"2023-11-22T11:06:48.4590908+00:00","IsFull":true,"IsCanceled":true,"SessionNumber":"sample string 5","FollowingNumber":1,"EventLocationGuid":"b00c6f5b-94a2-4963-b52e-3c39debff06c","ActivityGuid":"b1975563-9f67-46f9-9936-8e0e16e91ff8","EventWorkFormGuid":"4a52ab00-1b97-42a7-a229-ffe2b6a52337","Guid":"46c19d8a-1906-43b2-8d5f-97ff2f769c4f","Created":"2023-11-22T11:06:48.4590908+00:00","Modified":"2023-11-22T11:06:48.4590908+00:00","Deleted":"2023-11-22T11:06:48.4590908+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">2023-11-22T11:06:48.4590908+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2023-11-22T11:06:48.4590908+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">46c19d8a-1906-43b2-8d5f-97ff2f769c4f</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2023-11-22T11:06:48.4590908+00:00</Modified> <ActivityGuid>b1975563-9f67-46f9-9936-8e0e16e91ff8</ActivityGuid> <EndDT>2023-11-22T11:06:48.4590908+00:00</EndDT> <EventLocationGuid>b00c6f5b-94a2-4963-b52e-3c39debff06c</EventLocationGuid> <EventWorkFormGuid>4a52ab00-1b97-42a7-a229-ffe2b6a52337</EventWorkFormGuid> <FollowingNumber>1</FollowingNumber> <IsCanceled>true</IsCanceled> <IsFull>true</IsFull> <SessionNumber>sample string 5</SessionNumber> <StartDT>2023-11-22T11:06:48.4590908+00:00</StartDT> </ActivityScheduleViewModel>