PUT v1/ContributionSetting
Request Information
URI Parameters
None.
Body Parameters
ContributionSettingViewModelName | Description | Type | Additional information |
---|---|---|---|
ConfirmationText | string |
None. |
|
EmailText | string |
None. |
|
ExplanationText | string |
None. |
|
FormCreateClosedDate | date |
None. |
|
FormCreateClosedTime | time interval |
None. |
|
FormEditClosedDate | date |
None. |
|
FormEditClosedTime | time interval |
None. |
|
EventGuid | globally unique identifier |
None. |
|
PrimaryColor | string |
None. |
|
SecondaryColor | string |
None. |
|
TextColor | string |
None. |
|
EventHeaderGuid | globally unique identifier |
None. |
|
EventHeaderType | string |
None. |
|
EventLogoGuid | globally unique identifier |
None. |
|
EventLogoType | string |
None. |
|
ContributionSiteUrl | string |
None. |
|
ShowEventDateLocation | boolean |
None. |
|
Guid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ConfirmationText": "sample string 1", "EmailText": "sample string 2", "ExplanationText": "sample string 3", "FormCreateClosedDate": "2024-10-03T16:08:47.2781412+00:00", "FormCreateClosedTime": "00:00:00.1234567", "FormEditClosedDate": "2024-10-03T16:08:47.2781412+00:00", "FormEditClosedTime": "00:00:00.1234567", "EventGuid": "e2eac48b-6aa2-4a31-92bf-de9b0158553c", "PrimaryColor": "sample string 5", "SecondaryColor": "sample string 6", "TextColor": "sample string 7", "EventHeaderGuid": "19a04899-5a48-4dd1-a802-7246e47a146e", "EventHeaderType": "sample string 8", "EventLogoGuid": "edb96856-db77-4e3d-8a67-9f4be47223c4", "EventLogoType": "sample string 9", "ContributionSiteUrl": "sample string 10", "ShowEventDateLocation": true, "Guid": "62618073-daec-451f-b20e-4c02fbedac9c", "Created": "2024-10-03T16:08:47.2781412+00:00", "Modified": "2024-10-03T16:08:47.2781412+00:00", "Deleted": "2024-10-03T16:08:47.2781412+00:00", "ErrorMessages": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "IsValid": false }
application/octet-stream
Sample:
{"ConfirmationText":"sample string 1","EmailText":"sample string 2","ExplanationText":"sample string 3","FormCreateClosedDate":"2024-10-03T16:08:47.2781412+00:00","FormCreateClosedTime":"00:00:00.1234567","FormEditClosedDate":"2024-10-03T16:08:47.2781412+00:00","FormEditClosedTime":"00:00:00.1234567","EventGuid":"e2eac48b-6aa2-4a31-92bf-de9b0158553c","PrimaryColor":"sample string 5","SecondaryColor":"sample string 6","TextColor":"sample string 7","EventHeaderGuid":"19a04899-5a48-4dd1-a802-7246e47a146e","EventHeaderType":"sample string 8","EventLogoGuid":"edb96856-db77-4e3d-8a67-9f4be47223c4","EventLogoType":"sample string 9","ContributionSiteUrl":"sample string 10","ShowEventDateLocation":true,"Guid":"62618073-daec-451f-b20e-4c02fbedac9c","Created":"2024-10-03T16:08:47.2781412+00:00","Modified":"2024-10-03T16:08:47.2781412+00:00","Deleted":"2024-10-03T16:08:47.2781412+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<ContributionSettingViewModel 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">2024-10-03T16:08:47.2781412+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-10-03T16:08:47.2781412+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">62618073-daec-451f-b20e-4c02fbedac9c</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-10-03T16:08:47.2781412+00:00</Modified> <ConfirmationText>sample string 1</ConfirmationText> <ContributionSiteUrl>sample string 10</ContributionSiteUrl> <EmailText>sample string 2</EmailText> <EventGuid>e2eac48b-6aa2-4a31-92bf-de9b0158553c</EventGuid> <EventHeaderGuid>19a04899-5a48-4dd1-a802-7246e47a146e</EventHeaderGuid> <EventHeaderType>sample string 8</EventHeaderType> <EventLogoGuid>edb96856-db77-4e3d-8a67-9f4be47223c4</EventLogoGuid> <EventLogoType>sample string 9</EventLogoType> <ExplanationText>sample string 3</ExplanationText> <FormCreateClosedDate>2024-10-03T16:08:47.2781412+00:00</FormCreateClosedDate> <FormCreateClosedTime>PT0.1234567S</FormCreateClosedTime> <FormEditClosedDate>2024-10-03T16:08:47.2781412+00:00</FormEditClosedDate> <FormEditClosedTime>PT0.1234567S</FormEditClosedTime> <PrimaryColor>sample string 5</PrimaryColor> <SecondaryColor>sample string 6</SecondaryColor> <ShowEventDateLocation>true</ShowEventDateLocation> <TextColor>sample string 7</TextColor> </ContributionSettingViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ContributionSettingViewModelName | Description | Type | Additional information |
---|---|---|---|
ConfirmationText | string |
None. |
|
EmailText | string |
None. |
|
ExplanationText | string |
None. |
|
FormCreateClosedDate | date |
None. |
|
FormCreateClosedTime | time interval |
None. |
|
FormEditClosedDate | date |
None. |
|
FormEditClosedTime | time interval |
None. |
|
EventGuid | globally unique identifier |
None. |
|
PrimaryColor | string |
None. |
|
SecondaryColor | string |
None. |
|
TextColor | string |
None. |
|
EventHeaderGuid | globally unique identifier |
None. |
|
EventHeaderType | string |
None. |
|
EventLogoGuid | globally unique identifier |
None. |
|
EventLogoType | string |
None. |
|
ContributionSiteUrl | string |
None. |
|
ShowEventDateLocation | boolean |
None. |
|
Guid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "ConfirmationText": "sample string 1", "EmailText": "sample string 2", "ExplanationText": "sample string 3", "FormCreateClosedDate": "2024-10-03T16:08:47.2781412+00:00", "FormCreateClosedTime": "00:00:00.1234567", "FormEditClosedDate": "2024-10-03T16:08:47.2781412+00:00", "FormEditClosedTime": "00:00:00.1234567", "EventGuid": "5cc7ceed-0cbb-4adf-9a49-16d83ba742f3", "PrimaryColor": "sample string 5", "SecondaryColor": "sample string 6", "TextColor": "sample string 7", "EventHeaderGuid": "b3788b06-aae8-4bd0-902b-3c31fd8c3154", "EventHeaderType": "sample string 8", "EventLogoGuid": "eb057ce2-2cf7-431b-a888-996d1808ccb4", "EventLogoType": "sample string 9", "ContributionSiteUrl": "sample string 10", "ShowEventDateLocation": true, "Guid": "398d279d-f238-4035-a08f-6cf43eb8f12f", "Created": "2024-10-03T16:08:47.2781412+00:00", "Modified": "2024-10-03T16:08:47.2781412+00:00", "Deleted": "2024-10-03T16:08:47.2781412+00:00", "ErrorMessages": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "IsValid": false }
application/octet-stream
Sample:
{"ConfirmationText":"sample string 1","EmailText":"sample string 2","ExplanationText":"sample string 3","FormCreateClosedDate":"2024-10-03T16:08:47.2781412+00:00","FormCreateClosedTime":"00:00:00.1234567","FormEditClosedDate":"2024-10-03T16:08:47.2781412+00:00","FormEditClosedTime":"00:00:00.1234567","EventGuid":"5cc7ceed-0cbb-4adf-9a49-16d83ba742f3","PrimaryColor":"sample string 5","SecondaryColor":"sample string 6","TextColor":"sample string 7","EventHeaderGuid":"b3788b06-aae8-4bd0-902b-3c31fd8c3154","EventHeaderType":"sample string 8","EventLogoGuid":"eb057ce2-2cf7-431b-a888-996d1808ccb4","EventLogoType":"sample string 9","ContributionSiteUrl":"sample string 10","ShowEventDateLocation":true,"Guid":"398d279d-f238-4035-a08f-6cf43eb8f12f","Created":"2024-10-03T16:08:47.2781412+00:00","Modified":"2024-10-03T16:08:47.2781412+00:00","Deleted":"2024-10-03T16:08:47.2781412+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<ContributionSettingViewModel 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">2024-10-03T16:08:47.2781412+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-10-03T16:08:47.2781412+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">398d279d-f238-4035-a08f-6cf43eb8f12f</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-10-03T16:08:47.2781412+00:00</Modified> <ConfirmationText>sample string 1</ConfirmationText> <ContributionSiteUrl>sample string 10</ContributionSiteUrl> <EmailText>sample string 2</EmailText> <EventGuid>5cc7ceed-0cbb-4adf-9a49-16d83ba742f3</EventGuid> <EventHeaderGuid>b3788b06-aae8-4bd0-902b-3c31fd8c3154</EventHeaderGuid> <EventHeaderType>sample string 8</EventHeaderType> <EventLogoGuid>eb057ce2-2cf7-431b-a888-996d1808ccb4</EventLogoGuid> <EventLogoType>sample string 9</EventLogoType> <ExplanationText>sample string 3</ExplanationText> <FormCreateClosedDate>2024-10-03T16:08:47.2781412+00:00</FormCreateClosedDate> <FormCreateClosedTime>PT0.1234567S</FormCreateClosedTime> <FormEditClosedDate>2024-10-03T16:08:47.2781412+00:00</FormEditClosedDate> <FormEditClosedTime>PT0.1234567S</FormEditClosedTime> <PrimaryColor>sample string 5</PrimaryColor> <SecondaryColor>sample string 6</SecondaryColor> <ShowEventDateLocation>true</ShowEventDateLocation> <TextColor>sample string 7</TextColor> </ContributionSettingViewModel>