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": "aaa02e74-61e2-47cd-9351-48ea7accc31c", "ActivityGuid": "2a9964e2-d884-448c-b46f-c4ef74cae773", "Guid": "be4edaa7-9415-4823-9a6d-bc4e84b15514", "Created": "2023-11-22T11:09:13.465643+00:00", "Modified": "2023-11-22T11:09:13.465643+00:00", "Deleted": "2023-11-22T11:09:13.465643+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":"aaa02e74-61e2-47cd-9351-48ea7accc31c","ActivityGuid":"2a9964e2-d884-448c-b46f-c4ef74cae773","Guid":"be4edaa7-9415-4823-9a6d-bc4e84b15514","Created":"2023-11-22T11:09:13.465643+00:00","Modified":"2023-11-22T11:09:13.465643+00:00","Deleted":"2023-11-22T11:09:13.465643+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">2023-11-22T11:09:13.465643+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2023-11-22T11:09:13.465643+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">be4edaa7-9415-4823-9a6d-bc4e84b15514</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2023-11-22T11:09:13.465643+00:00</Modified> <ActivityGuid>2a9964e2-d884-448c-b46f-c4ef74cae773</ActivityGuid> <ActivityScheduleGuid>aaa02e74-61e2-47cd-9351-48ea7accc31c</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": "7aa203b4-b07c-45c4-950e-8b157ab0d800", "ActivityGuid": "56265c2f-9e46-4df1-b022-a1f22f54348b", "Guid": "00e728bd-fd63-45ce-bdd8-b8fabc77660c", "Created": "2023-11-22T11:09:13.465643+00:00", "Modified": "2023-11-22T11:09:13.465643+00:00", "Deleted": "2023-11-22T11:09:13.465643+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":"7aa203b4-b07c-45c4-950e-8b157ab0d800","ActivityGuid":"56265c2f-9e46-4df1-b022-a1f22f54348b","Guid":"00e728bd-fd63-45ce-bdd8-b8fabc77660c","Created":"2023-11-22T11:09:13.465643+00:00","Modified":"2023-11-22T11:09:13.465643+00:00","Deleted":"2023-11-22T11:09:13.465643+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">2023-11-22T11:09:13.465643+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2023-11-22T11:09:13.465643+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">00e728bd-fd63-45ce-bdd8-b8fabc77660c</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2023-11-22T11:09:13.465643+00:00</Modified> <ActivityGuid>56265c2f-9e46-4df1-b022-a1f22f54348b</ActivityGuid> <ActivityScheduleGuid>7aa203b4-b07c-45c4-950e-8b157ab0d800</ActivityScheduleGuid> <Comment>sample string 2</Comment> <Rating>1.1</Rating> </ActivityScheduleRatingViewModel>