PUT v1/ContributionSetting
Request Information
URI Parameters
None.
Body Parameters
ContributionSettingViewModel| Name | 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. |
|
| EventHeaderAlias | string |
None. |
|
| EventHeaderType | string |
None. |
|
| EventLogoGuid | globally unique identifier |
None. |
|
| EventLogoAlias | string |
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": "2026-03-14T16:19:25.8391673+00:00",
"FormCreateClosedTime": "00:00:00.1234567",
"FormEditClosedDate": "2026-03-14T16:19:25.8391673+00:00",
"FormEditClosedTime": "00:00:00.1234567",
"EventGuid": "08ca67f6-de07-408b-b63e-22e75b0bbfbf",
"PrimaryColor": "sample string 5",
"SecondaryColor": "sample string 6",
"TextColor": "sample string 7",
"EventHeaderGuid": "f2171b8c-443c-4e3f-9e75-747d98b132cf",
"EventHeaderAlias": "sample string 8",
"EventHeaderType": "sample string 9",
"EventLogoGuid": "e5dff42c-d0d4-4f22-b1c9-3e1e1d5d61c2",
"EventLogoAlias": "sample string 10",
"EventLogoType": "sample string 11",
"ContributionSiteUrl": "sample string 12",
"ShowEventDateLocation": true,
"Guid": "636ebdda-f9af-49ed-a565-946fc928eed9",
"Created": "2026-03-14T16:19:25.8391673+00:00",
"Modified": "2026-03-14T16:19:25.8391673+00:00",
"Deleted": "2026-03-14T16:19:25.8391673+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":"2026-03-14T16:19:25.8391673+00:00","FormCreateClosedTime":"00:00:00.1234567","FormEditClosedDate":"2026-03-14T16:19:25.8391673+00:00","FormEditClosedTime":"00:00:00.1234567","EventGuid":"08ca67f6-de07-408b-b63e-22e75b0bbfbf","PrimaryColor":"sample string 5","SecondaryColor":"sample string 6","TextColor":"sample string 7","EventHeaderGuid":"f2171b8c-443c-4e3f-9e75-747d98b132cf","EventHeaderAlias":"sample string 8","EventHeaderType":"sample string 9","EventLogoGuid":"e5dff42c-d0d4-4f22-b1c9-3e1e1d5d61c2","EventLogoAlias":"sample string 10","EventLogoType":"sample string 11","ContributionSiteUrl":"sample string 12","ShowEventDateLocation":true,"Guid":"636ebdda-f9af-49ed-a565-946fc928eed9","Created":"2026-03-14T16:19:25.8391673+00:00","Modified":"2026-03-14T16:19:25.8391673+00:00","Deleted":"2026-03-14T16:19:25.8391673+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">2026-03-14T16:19:25.8391673+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-03-14T16:19:25.8391673+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">636ebdda-f9af-49ed-a565-946fc928eed9</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-03-14T16:19:25.8391673+00:00</Modified>
<ConfirmationText>sample string 1</ConfirmationText>
<ContributionSiteUrl>sample string 12</ContributionSiteUrl>
<EmailText>sample string 2</EmailText>
<EventGuid>08ca67f6-de07-408b-b63e-22e75b0bbfbf</EventGuid>
<EventHeaderAlias>sample string 8</EventHeaderAlias>
<EventHeaderGuid>f2171b8c-443c-4e3f-9e75-747d98b132cf</EventHeaderGuid>
<EventHeaderType>sample string 9</EventHeaderType>
<EventLogoAlias>sample string 10</EventLogoAlias>
<EventLogoGuid>e5dff42c-d0d4-4f22-b1c9-3e1e1d5d61c2</EventLogoGuid>
<EventLogoType>sample string 11</EventLogoType>
<ExplanationText>sample string 3</ExplanationText>
<FormCreateClosedDate>2026-03-14T16:19:25.8391673+00:00</FormCreateClosedDate>
<FormCreateClosedTime>PT0.1234567S</FormCreateClosedTime>
<FormEditClosedDate>2026-03-14T16:19:25.8391673+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
ContributionSettingViewModel| Name | 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. |
|
| EventHeaderAlias | string |
None. |
|
| EventHeaderType | string |
None. |
|
| EventLogoGuid | globally unique identifier |
None. |
|
| EventLogoAlias | string |
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": "2026-03-14T16:19:25.8391673+00:00",
"FormCreateClosedTime": "00:00:00.1234567",
"FormEditClosedDate": "2026-03-14T16:19:25.8391673+00:00",
"FormEditClosedTime": "00:00:00.1234567",
"EventGuid": "059c4eed-72dc-4deb-b987-b38af7c62506",
"PrimaryColor": "sample string 5",
"SecondaryColor": "sample string 6",
"TextColor": "sample string 7",
"EventHeaderGuid": "6eb03217-e7d3-427c-9d98-0ffc55b87c43",
"EventHeaderAlias": "sample string 8",
"EventHeaderType": "sample string 9",
"EventLogoGuid": "3adb46df-1f38-48e3-8964-953d5679dae2",
"EventLogoAlias": "sample string 10",
"EventLogoType": "sample string 11",
"ContributionSiteUrl": "sample string 12",
"ShowEventDateLocation": true,
"Guid": "dbb41437-e1b6-4f5c-b4f6-50d24f896de9",
"Created": "2026-03-14T16:19:25.8391673+00:00",
"Modified": "2026-03-14T16:19:25.8391673+00:00",
"Deleted": "2026-03-14T16:19:25.8391673+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":"2026-03-14T16:19:25.8391673+00:00","FormCreateClosedTime":"00:00:00.1234567","FormEditClosedDate":"2026-03-14T16:19:25.8391673+00:00","FormEditClosedTime":"00:00:00.1234567","EventGuid":"059c4eed-72dc-4deb-b987-b38af7c62506","PrimaryColor":"sample string 5","SecondaryColor":"sample string 6","TextColor":"sample string 7","EventHeaderGuid":"6eb03217-e7d3-427c-9d98-0ffc55b87c43","EventHeaderAlias":"sample string 8","EventHeaderType":"sample string 9","EventLogoGuid":"3adb46df-1f38-48e3-8964-953d5679dae2","EventLogoAlias":"sample string 10","EventLogoType":"sample string 11","ContributionSiteUrl":"sample string 12","ShowEventDateLocation":true,"Guid":"dbb41437-e1b6-4f5c-b4f6-50d24f896de9","Created":"2026-03-14T16:19:25.8391673+00:00","Modified":"2026-03-14T16:19:25.8391673+00:00","Deleted":"2026-03-14T16:19:25.8391673+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">2026-03-14T16:19:25.8391673+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-03-14T16:19:25.8391673+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">dbb41437-e1b6-4f5c-b4f6-50d24f896de9</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-03-14T16:19:25.8391673+00:00</Modified>
<ConfirmationText>sample string 1</ConfirmationText>
<ContributionSiteUrl>sample string 12</ContributionSiteUrl>
<EmailText>sample string 2</EmailText>
<EventGuid>059c4eed-72dc-4deb-b987-b38af7c62506</EventGuid>
<EventHeaderAlias>sample string 8</EventHeaderAlias>
<EventHeaderGuid>6eb03217-e7d3-427c-9d98-0ffc55b87c43</EventHeaderGuid>
<EventHeaderType>sample string 9</EventHeaderType>
<EventLogoAlias>sample string 10</EventLogoAlias>
<EventLogoGuid>3adb46df-1f38-48e3-8964-953d5679dae2</EventLogoGuid>
<EventLogoType>sample string 11</EventLogoType>
<ExplanationText>sample string 3</ExplanationText>
<FormCreateClosedDate>2026-03-14T16:19:25.8391673+00:00</FormCreateClosedDate>
<FormCreateClosedTime>PT0.1234567S</FormCreateClosedTime>
<FormEditClosedDate>2026-03-14T16:19:25.8391673+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>