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-02-27T15:38:15.2907328+00:00",
"FormCreateClosedTime": "00:00:00.1234567",
"FormEditClosedDate": "2026-02-27T15:38:15.2907328+00:00",
"FormEditClosedTime": "00:00:00.1234567",
"EventGuid": "d54ee3c2-4f98-48d7-a783-ebc83f27b80f",
"PrimaryColor": "sample string 5",
"SecondaryColor": "sample string 6",
"TextColor": "sample string 7",
"EventHeaderGuid": "a219b942-4e7e-423f-9c62-bdd6da5b824a",
"EventHeaderAlias": "sample string 8",
"EventHeaderType": "sample string 9",
"EventLogoGuid": "6ccbdef5-0bc8-4b5a-bb0e-4741abb9d2f6",
"EventLogoAlias": "sample string 10",
"EventLogoType": "sample string 11",
"ContributionSiteUrl": "sample string 12",
"ShowEventDateLocation": true,
"Guid": "65c5ae02-ee91-47ca-9055-cfab96b22781",
"Created": "2026-02-27T15:38:15.2907328+00:00",
"Modified": "2026-02-27T15:38:15.2907328+00:00",
"Deleted": "2026-02-27T15:38:15.2907328+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-02-27T15:38:15.2907328+00:00","FormCreateClosedTime":"00:00:00.1234567","FormEditClosedDate":"2026-02-27T15:38:15.2907328+00:00","FormEditClosedTime":"00:00:00.1234567","EventGuid":"d54ee3c2-4f98-48d7-a783-ebc83f27b80f","PrimaryColor":"sample string 5","SecondaryColor":"sample string 6","TextColor":"sample string 7","EventHeaderGuid":"a219b942-4e7e-423f-9c62-bdd6da5b824a","EventHeaderAlias":"sample string 8","EventHeaderType":"sample string 9","EventLogoGuid":"6ccbdef5-0bc8-4b5a-bb0e-4741abb9d2f6","EventLogoAlias":"sample string 10","EventLogoType":"sample string 11","ContributionSiteUrl":"sample string 12","ShowEventDateLocation":true,"Guid":"65c5ae02-ee91-47ca-9055-cfab96b22781","Created":"2026-02-27T15:38:15.2907328+00:00","Modified":"2026-02-27T15:38:15.2907328+00:00","Deleted":"2026-02-27T15:38:15.2907328+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-02-27T15:38:15.2907328+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-02-27T15:38:15.2907328+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">65c5ae02-ee91-47ca-9055-cfab96b22781</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-02-27T15:38:15.2907328+00:00</Modified>
<ConfirmationText>sample string 1</ConfirmationText>
<ContributionSiteUrl>sample string 12</ContributionSiteUrl>
<EmailText>sample string 2</EmailText>
<EventGuid>d54ee3c2-4f98-48d7-a783-ebc83f27b80f</EventGuid>
<EventHeaderAlias>sample string 8</EventHeaderAlias>
<EventHeaderGuid>a219b942-4e7e-423f-9c62-bdd6da5b824a</EventHeaderGuid>
<EventHeaderType>sample string 9</EventHeaderType>
<EventLogoAlias>sample string 10</EventLogoAlias>
<EventLogoGuid>6ccbdef5-0bc8-4b5a-bb0e-4741abb9d2f6</EventLogoGuid>
<EventLogoType>sample string 11</EventLogoType>
<ExplanationText>sample string 3</ExplanationText>
<FormCreateClosedDate>2026-02-27T15:38:15.2907328+00:00</FormCreateClosedDate>
<FormCreateClosedTime>PT0.1234567S</FormCreateClosedTime>
<FormEditClosedDate>2026-02-27T15:38:15.2907328+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-02-27T15:38:15.2907328+00:00",
"FormCreateClosedTime": "00:00:00.1234567",
"FormEditClosedDate": "2026-02-27T15:38:15.2907328+00:00",
"FormEditClosedTime": "00:00:00.1234567",
"EventGuid": "1524cc74-a4ec-489f-b9a8-68cb6b72ac8d",
"PrimaryColor": "sample string 5",
"SecondaryColor": "sample string 6",
"TextColor": "sample string 7",
"EventHeaderGuid": "6e2f30d8-bf73-4426-bfd7-6b6af17e297a",
"EventHeaderAlias": "sample string 8",
"EventHeaderType": "sample string 9",
"EventLogoGuid": "59874a6e-a6f1-4309-a7d5-e7aed8bdcb7c",
"EventLogoAlias": "sample string 10",
"EventLogoType": "sample string 11",
"ContributionSiteUrl": "sample string 12",
"ShowEventDateLocation": true,
"Guid": "f40e350a-4b50-4172-9600-69e08c2d565d",
"Created": "2026-02-27T15:38:15.2907328+00:00",
"Modified": "2026-02-27T15:38:15.2907328+00:00",
"Deleted": "2026-02-27T15:38:15.2907328+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-02-27T15:38:15.2907328+00:00","FormCreateClosedTime":"00:00:00.1234567","FormEditClosedDate":"2026-02-27T15:38:15.2907328+00:00","FormEditClosedTime":"00:00:00.1234567","EventGuid":"1524cc74-a4ec-489f-b9a8-68cb6b72ac8d","PrimaryColor":"sample string 5","SecondaryColor":"sample string 6","TextColor":"sample string 7","EventHeaderGuid":"6e2f30d8-bf73-4426-bfd7-6b6af17e297a","EventHeaderAlias":"sample string 8","EventHeaderType":"sample string 9","EventLogoGuid":"59874a6e-a6f1-4309-a7d5-e7aed8bdcb7c","EventLogoAlias":"sample string 10","EventLogoType":"sample string 11","ContributionSiteUrl":"sample string 12","ShowEventDateLocation":true,"Guid":"f40e350a-4b50-4172-9600-69e08c2d565d","Created":"2026-02-27T15:38:15.2907328+00:00","Modified":"2026-02-27T15:38:15.2907328+00:00","Deleted":"2026-02-27T15:38:15.2907328+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-02-27T15:38:15.2907328+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-02-27T15:38:15.2907328+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">f40e350a-4b50-4172-9600-69e08c2d565d</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-02-27T15:38:15.2907328+00:00</Modified>
<ConfirmationText>sample string 1</ConfirmationText>
<ContributionSiteUrl>sample string 12</ContributionSiteUrl>
<EmailText>sample string 2</EmailText>
<EventGuid>1524cc74-a4ec-489f-b9a8-68cb6b72ac8d</EventGuid>
<EventHeaderAlias>sample string 8</EventHeaderAlias>
<EventHeaderGuid>6e2f30d8-bf73-4426-bfd7-6b6af17e297a</EventHeaderGuid>
<EventHeaderType>sample string 9</EventHeaderType>
<EventLogoAlias>sample string 10</EventLogoAlias>
<EventLogoGuid>59874a6e-a6f1-4309-a7d5-e7aed8bdcb7c</EventLogoGuid>
<EventLogoType>sample string 11</EventLogoType>
<ExplanationText>sample string 3</ExplanationText>
<FormCreateClosedDate>2026-02-27T15:38:15.2907328+00:00</FormCreateClosedDate>
<FormCreateClosedTime>PT0.1234567S</FormCreateClosedTime>
<FormEditClosedDate>2026-02-27T15:38:15.2907328+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>