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": "2021-04-21T01:23:19.7676297+00:00", "EndDT": "2021-04-21T01:23:19.7676297+00:00", "IsFull": true, "IsCanceled": true, "SessionNumber": "sample string 5", "FollowingNumber": 1, "EventLocationGuid": "71bb2d63-a66d-4a78-8499-749e21e249e1", "ActivityGuid": "1ea3a494-eac3-4a1a-8373-69d96ab0e375", "EventWorkFormGuid": "178745ed-ce75-4780-ae5f-b515d2086efc", "Guid": "022285e8-936c-4a44-8839-9e7db7c4d3b0", "Created": "2021-04-21T01:23:19.7676297+00:00", "Modified": "2021-04-21T01:23:19.7676297+00:00", "Deleted": "2021-04-21T01:23:19.7676297+00:00", "ErrorMessages": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "IsValid": false }
application/octet-stream
Sample:
{"StartDT":"2021-04-21T01:23:19.7676297+00:00","EndDT":"2021-04-21T01:23:19.7676297+00:00","IsFull":true,"IsCanceled":true,"SessionNumber":"sample string 5","FollowingNumber":1,"EventLocationGuid":"71bb2d63-a66d-4a78-8499-749e21e249e1","ActivityGuid":"1ea3a494-eac3-4a1a-8373-69d96ab0e375","EventWorkFormGuid":"178745ed-ce75-4780-ae5f-b515d2086efc","Guid":"022285e8-936c-4a44-8839-9e7db7c4d3b0","Created":"2021-04-21T01:23:19.7676297+00:00","Modified":"2021-04-21T01:23:19.7676297+00:00","Deleted":"2021-04-21T01:23:19.7676297+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">2021-04-21T01:23:19.7676297+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2021-04-21T01:23:19.7676297+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">022285e8-936c-4a44-8839-9e7db7c4d3b0</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2021-04-21T01:23:19.7676297+00:00</Modified> <ActivityGuid>1ea3a494-eac3-4a1a-8373-69d96ab0e375</ActivityGuid> <EndDT>2021-04-21T01:23:19.7676297+00:00</EndDT> <EventLocationGuid>71bb2d63-a66d-4a78-8499-749e21e249e1</EventLocationGuid> <EventWorkFormGuid>178745ed-ce75-4780-ae5f-b515d2086efc</EventWorkFormGuid> <FollowingNumber>1</FollowingNumber> <IsCanceled>true</IsCanceled> <IsFull>true</IsFull> <SessionNumber>sample string 5</SessionNumber> <StartDT>2021-04-21T01:23:19.7676297+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": "2021-04-21T01:23:19.7676297+00:00", "EndDT": "2021-04-21T01:23:19.7676297+00:00", "IsFull": true, "IsCanceled": true, "SessionNumber": "sample string 5", "FollowingNumber": 1, "EventLocationGuid": "f9461828-5b43-4c58-90e9-483b48b7eb3b", "ActivityGuid": "fd6af932-1d77-4fa6-bdd4-6c258f855339", "EventWorkFormGuid": "faf277ce-76dd-49ec-a0b3-7fb6d0ac68f1", "Guid": "7f0d534e-cd0d-4038-878f-43a6a2a0cbd0", "Created": "2021-04-21T01:23:19.7676297+00:00", "Modified": "2021-04-21T01:23:19.7676297+00:00", "Deleted": "2021-04-21T01:23:19.7676297+00:00", "ErrorMessages": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "IsValid": false }
application/octet-stream
Sample:
{"StartDT":"2021-04-21T01:23:19.7676297+00:00","EndDT":"2021-04-21T01:23:19.7676297+00:00","IsFull":true,"IsCanceled":true,"SessionNumber":"sample string 5","FollowingNumber":1,"EventLocationGuid":"f9461828-5b43-4c58-90e9-483b48b7eb3b","ActivityGuid":"fd6af932-1d77-4fa6-bdd4-6c258f855339","EventWorkFormGuid":"faf277ce-76dd-49ec-a0b3-7fb6d0ac68f1","Guid":"7f0d534e-cd0d-4038-878f-43a6a2a0cbd0","Created":"2021-04-21T01:23:19.7676297+00:00","Modified":"2021-04-21T01:23:19.7676297+00:00","Deleted":"2021-04-21T01:23:19.7676297+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">2021-04-21T01:23:19.7676297+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2021-04-21T01:23:19.7676297+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">7f0d534e-cd0d-4038-878f-43a6a2a0cbd0</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2021-04-21T01:23:19.7676297+00:00</Modified> <ActivityGuid>fd6af932-1d77-4fa6-bdd4-6c258f855339</ActivityGuid> <EndDT>2021-04-21T01:23:19.7676297+00:00</EndDT> <EventLocationGuid>f9461828-5b43-4c58-90e9-483b48b7eb3b</EventLocationGuid> <EventWorkFormGuid>faf277ce-76dd-49ec-a0b3-7fb6d0ac68f1</EventWorkFormGuid> <FollowingNumber>1</FollowingNumber> <IsCanceled>true</IsCanceled> <IsFull>true</IsFull> <SessionNumber>sample string 5</SessionNumber> <StartDT>2021-04-21T01:23:19.7676297+00:00</StartDT> </ActivityScheduleViewModel>