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-07-05T18:03:41.0505211+00:00",
"FormCreateClosedTime": "00:00:00.1234567",
"FormEditClosedDate": "2026-07-05T18:03:41.0505211+00:00",
"FormEditClosedTime": "00:00:00.1234567",
"EventGuid": "a869f1e8-7b5e-43f6-b6e0-e5277c2559b8",
"PrimaryColor": "sample string 5",
"SecondaryColor": "sample string 6",
"TextColor": "sample string 7",
"EventHeaderGuid": "b3fa13bd-68a0-4700-8e65-7ef961984aff",
"EventHeaderAlias": "sample string 8",
"EventHeaderType": "sample string 9",
"EventLogoGuid": "3e3e5117-f791-49a7-a277-29b1b795a95f",
"EventLogoAlias": "sample string 10",
"EventLogoType": "sample string 11",
"ContributionSiteUrl": "sample string 12",
"ShowEventDateLocation": true,
"Guid": "16c262f4-c5b0-4d86-9ca3-35e2dd13ca37",
"Created": "2026-07-05T18:03:41.0505211+00:00",
"Modified": "2026-07-05T18:03:41.0505211+00:00",
"Deleted": "2026-07-05T18:03:41.0505211+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-07-05T18:03:41.0505211+00:00","FormCreateClosedTime":"00:00:00.1234567","FormEditClosedDate":"2026-07-05T18:03:41.0505211+00:00","FormEditClosedTime":"00:00:00.1234567","EventGuid":"a869f1e8-7b5e-43f6-b6e0-e5277c2559b8","PrimaryColor":"sample string 5","SecondaryColor":"sample string 6","TextColor":"sample string 7","EventHeaderGuid":"b3fa13bd-68a0-4700-8e65-7ef961984aff","EventHeaderAlias":"sample string 8","EventHeaderType":"sample string 9","EventLogoGuid":"3e3e5117-f791-49a7-a277-29b1b795a95f","EventLogoAlias":"sample string 10","EventLogoType":"sample string 11","ContributionSiteUrl":"sample string 12","ShowEventDateLocation":true,"Guid":"16c262f4-c5b0-4d86-9ca3-35e2dd13ca37","Created":"2026-07-05T18:03:41.0505211+00:00","Modified":"2026-07-05T18:03:41.0505211+00:00","Deleted":"2026-07-05T18:03:41.0505211+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-07-05T18:03:41.0505211+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-07-05T18:03:41.0505211+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">16c262f4-c5b0-4d86-9ca3-35e2dd13ca37</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-07-05T18:03:41.0505211+00:00</Modified>
<ConfirmationText>sample string 1</ConfirmationText>
<ContributionSiteUrl>sample string 12</ContributionSiteUrl>
<EmailText>sample string 2</EmailText>
<EventGuid>a869f1e8-7b5e-43f6-b6e0-e5277c2559b8</EventGuid>
<EventHeaderAlias>sample string 8</EventHeaderAlias>
<EventHeaderGuid>b3fa13bd-68a0-4700-8e65-7ef961984aff</EventHeaderGuid>
<EventHeaderType>sample string 9</EventHeaderType>
<EventLogoAlias>sample string 10</EventLogoAlias>
<EventLogoGuid>3e3e5117-f791-49a7-a277-29b1b795a95f</EventLogoGuid>
<EventLogoType>sample string 11</EventLogoType>
<ExplanationText>sample string 3</ExplanationText>
<FormCreateClosedDate>2026-07-05T18:03:41.0505211+00:00</FormCreateClosedDate>
<FormCreateClosedTime>PT0.1234567S</FormCreateClosedTime>
<FormEditClosedDate>2026-07-05T18:03:41.0505211+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-07-05T18:03:41.0505211+00:00",
"FormCreateClosedTime": "00:00:00.1234567",
"FormEditClosedDate": "2026-07-05T18:03:41.0505211+00:00",
"FormEditClosedTime": "00:00:00.1234567",
"EventGuid": "2c02b505-2530-476d-84e3-4543cb2ec659",
"PrimaryColor": "sample string 5",
"SecondaryColor": "sample string 6",
"TextColor": "sample string 7",
"EventHeaderGuid": "6ad4975d-65e2-41eb-9d72-dd7df338f457",
"EventHeaderAlias": "sample string 8",
"EventHeaderType": "sample string 9",
"EventLogoGuid": "597d6d4d-e86f-4a95-8e4b-1f8e17c2e146",
"EventLogoAlias": "sample string 10",
"EventLogoType": "sample string 11",
"ContributionSiteUrl": "sample string 12",
"ShowEventDateLocation": true,
"Guid": "6c0a8390-7206-4d7b-89ae-17f5eae948d8",
"Created": "2026-07-05T18:03:41.0505211+00:00",
"Modified": "2026-07-05T18:03:41.0505211+00:00",
"Deleted": "2026-07-05T18:03:41.0505211+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-07-05T18:03:41.0505211+00:00","FormCreateClosedTime":"00:00:00.1234567","FormEditClosedDate":"2026-07-05T18:03:41.0505211+00:00","FormEditClosedTime":"00:00:00.1234567","EventGuid":"2c02b505-2530-476d-84e3-4543cb2ec659","PrimaryColor":"sample string 5","SecondaryColor":"sample string 6","TextColor":"sample string 7","EventHeaderGuid":"6ad4975d-65e2-41eb-9d72-dd7df338f457","EventHeaderAlias":"sample string 8","EventHeaderType":"sample string 9","EventLogoGuid":"597d6d4d-e86f-4a95-8e4b-1f8e17c2e146","EventLogoAlias":"sample string 10","EventLogoType":"sample string 11","ContributionSiteUrl":"sample string 12","ShowEventDateLocation":true,"Guid":"6c0a8390-7206-4d7b-89ae-17f5eae948d8","Created":"2026-07-05T18:03:41.0505211+00:00","Modified":"2026-07-05T18:03:41.0505211+00:00","Deleted":"2026-07-05T18:03:41.0505211+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-07-05T18:03:41.0505211+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-07-05T18:03:41.0505211+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">6c0a8390-7206-4d7b-89ae-17f5eae948d8</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-07-05T18:03:41.0505211+00:00</Modified>
<ConfirmationText>sample string 1</ConfirmationText>
<ContributionSiteUrl>sample string 12</ContributionSiteUrl>
<EmailText>sample string 2</EmailText>
<EventGuid>2c02b505-2530-476d-84e3-4543cb2ec659</EventGuid>
<EventHeaderAlias>sample string 8</EventHeaderAlias>
<EventHeaderGuid>6ad4975d-65e2-41eb-9d72-dd7df338f457</EventHeaderGuid>
<EventHeaderType>sample string 9</EventHeaderType>
<EventLogoAlias>sample string 10</EventLogoAlias>
<EventLogoGuid>597d6d4d-e86f-4a95-8e4b-1f8e17c2e146</EventLogoGuid>
<EventLogoType>sample string 11</EventLogoType>
<ExplanationText>sample string 3</ExplanationText>
<FormCreateClosedDate>2026-07-05T18:03:41.0505211+00:00</FormCreateClosedDate>
<FormCreateClosedTime>PT0.1234567S</FormCreateClosedTime>
<FormEditClosedDate>2026-07-05T18:03:41.0505211+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>