PUT v1/ActivityScheduleRating
Request Information
URI Parameters
None.
Body Parameters
ActivityScheduleRatingViewModelName | Description | Type | Additional information |
---|---|---|---|
Rating | decimal number |
None. |
|
Comment | string |
None. |
|
ActivityScheduleGuid | globally unique identifier |
None. |
|
ActivityGuid | globally unique identifier |
None. |
|
Guid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Rating": 1.1, "Comment": "sample string 2", "ActivityScheduleGuid": "38f7e620-db61-476c-adef-677b4ec44e90", "ActivityGuid": "52c52ad1-cc6a-41ac-afc7-4c0c7550248c", "Guid": "7cc53ac2-5f1a-4653-937f-feaf21fdb57e", "Created": "2025-04-25T23:39:00.4411571+00:00", "Modified": "2025-04-25T23:39:00.4411571+00:00", "Deleted": "2025-04-25T23:39:00.4411571+00:00", "ErrorMessages": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "IsValid": false }
application/octet-stream
Sample:
{"Rating":1.1,"Comment":"sample string 2","ActivityScheduleGuid":"38f7e620-db61-476c-adef-677b4ec44e90","ActivityGuid":"52c52ad1-cc6a-41ac-afc7-4c0c7550248c","Guid":"7cc53ac2-5f1a-4653-937f-feaf21fdb57e","Created":"2025-04-25T23:39:00.4411571+00:00","Modified":"2025-04-25T23:39:00.4411571+00:00","Deleted":"2025-04-25T23:39:00.4411571+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<ActivityScheduleRatingViewModel 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-25T23:39:00.4411571+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-04-25T23:39:00.4411571+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">7cc53ac2-5f1a-4653-937f-feaf21fdb57e</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-04-25T23:39:00.4411571+00:00</Modified> <ActivityGuid>52c52ad1-cc6a-41ac-afc7-4c0c7550248c</ActivityGuid> <ActivityScheduleGuid>38f7e620-db61-476c-adef-677b4ec44e90</ActivityScheduleGuid> <Comment>sample string 2</Comment> <Rating>1.1</Rating> </ActivityScheduleRatingViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ActivityScheduleRatingViewModelName | Description | Type | Additional information |
---|---|---|---|
Rating | decimal number |
None. |
|
Comment | string |
None. |
|
ActivityScheduleGuid | globally unique identifier |
None. |
|
ActivityGuid | globally unique identifier |
None. |
|
Guid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "Rating": 1.1, "Comment": "sample string 2", "ActivityScheduleGuid": "64dbe130-0784-43a4-a10f-ba9b8b4072e3", "ActivityGuid": "d4ad2f3a-d41c-4678-82cc-e0d6ee8f951e", "Guid": "920f3f04-c74b-4f88-bbf2-e3a22cc23d9c", "Created": "2025-04-25T23:39:00.4568468+00:00", "Modified": "2025-04-25T23:39:00.4568468+00:00", "Deleted": "2025-04-25T23:39:00.4568468+00:00", "ErrorMessages": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "IsValid": false }
application/octet-stream
Sample:
{"Rating":1.1,"Comment":"sample string 2","ActivityScheduleGuid":"64dbe130-0784-43a4-a10f-ba9b8b4072e3","ActivityGuid":"d4ad2f3a-d41c-4678-82cc-e0d6ee8f951e","Guid":"920f3f04-c74b-4f88-bbf2-e3a22cc23d9c","Created":"2025-04-25T23:39:00.4568468+00:00","Modified":"2025-04-25T23:39:00.4568468+00:00","Deleted":"2025-04-25T23:39:00.4568468+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<ActivityScheduleRatingViewModel 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-25T23:39:00.4568468+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-04-25T23:39:00.4568468+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">920f3f04-c74b-4f88-bbf2-e3a22cc23d9c</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-04-25T23:39:00.4568468+00:00</Modified> <ActivityGuid>d4ad2f3a-d41c-4678-82cc-e0d6ee8f951e</ActivityGuid> <ActivityScheduleGuid>64dbe130-0784-43a4-a10f-ba9b8b4072e3</ActivityScheduleGuid> <Comment>sample string 2</Comment> <Rating>1.1</Rating> </ActivityScheduleRatingViewModel>