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-06-10T18:26:44.4836783+00:00",
"FormCreateClosedTime": "00:00:00.1234567",
"FormEditClosedDate": "2026-06-10T18:26:44.4836783+00:00",
"FormEditClosedTime": "00:00:00.1234567",
"EventGuid": "7aa60f45-0333-4c9f-80d5-b540a79fc707",
"PrimaryColor": "sample string 5",
"SecondaryColor": "sample string 6",
"TextColor": "sample string 7",
"EventHeaderGuid": "e3e0fce8-b560-4af6-b86f-2591f0b87de6",
"EventHeaderAlias": "sample string 8",
"EventHeaderType": "sample string 9",
"EventLogoGuid": "73b6f6d7-34c0-434a-82a6-31a0c2d085fd",
"EventLogoAlias": "sample string 10",
"EventLogoType": "sample string 11",
"ContributionSiteUrl": "sample string 12",
"ShowEventDateLocation": true,
"Guid": "252bba2c-d4a0-4c43-807b-4ae8045313ab",
"Created": "2026-06-10T18:26:44.4836783+00:00",
"Modified": "2026-06-10T18:26:44.4836783+00:00",
"Deleted": "2026-06-10T18:26:44.4836783+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-06-10T18:26:44.4836783+00:00","FormCreateClosedTime":"00:00:00.1234567","FormEditClosedDate":"2026-06-10T18:26:44.4836783+00:00","FormEditClosedTime":"00:00:00.1234567","EventGuid":"7aa60f45-0333-4c9f-80d5-b540a79fc707","PrimaryColor":"sample string 5","SecondaryColor":"sample string 6","TextColor":"sample string 7","EventHeaderGuid":"e3e0fce8-b560-4af6-b86f-2591f0b87de6","EventHeaderAlias":"sample string 8","EventHeaderType":"sample string 9","EventLogoGuid":"73b6f6d7-34c0-434a-82a6-31a0c2d085fd","EventLogoAlias":"sample string 10","EventLogoType":"sample string 11","ContributionSiteUrl":"sample string 12","ShowEventDateLocation":true,"Guid":"252bba2c-d4a0-4c43-807b-4ae8045313ab","Created":"2026-06-10T18:26:44.4836783+00:00","Modified":"2026-06-10T18:26:44.4836783+00:00","Deleted":"2026-06-10T18:26:44.4836783+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-06-10T18:26:44.4836783+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-06-10T18:26:44.4836783+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">252bba2c-d4a0-4c43-807b-4ae8045313ab</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-06-10T18:26:44.4836783+00:00</Modified>
<ConfirmationText>sample string 1</ConfirmationText>
<ContributionSiteUrl>sample string 12</ContributionSiteUrl>
<EmailText>sample string 2</EmailText>
<EventGuid>7aa60f45-0333-4c9f-80d5-b540a79fc707</EventGuid>
<EventHeaderAlias>sample string 8</EventHeaderAlias>
<EventHeaderGuid>e3e0fce8-b560-4af6-b86f-2591f0b87de6</EventHeaderGuid>
<EventHeaderType>sample string 9</EventHeaderType>
<EventLogoAlias>sample string 10</EventLogoAlias>
<EventLogoGuid>73b6f6d7-34c0-434a-82a6-31a0c2d085fd</EventLogoGuid>
<EventLogoType>sample string 11</EventLogoType>
<ExplanationText>sample string 3</ExplanationText>
<FormCreateClosedDate>2026-06-10T18:26:44.4836783+00:00</FormCreateClosedDate>
<FormCreateClosedTime>PT0.1234567S</FormCreateClosedTime>
<FormEditClosedDate>2026-06-10T18:26:44.4836783+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-06-10T18:26:44.4836783+00:00",
"FormCreateClosedTime": "00:00:00.1234567",
"FormEditClosedDate": "2026-06-10T18:26:44.4836783+00:00",
"FormEditClosedTime": "00:00:00.1234567",
"EventGuid": "dfa7634e-b18c-4adf-901c-b8fcf6fd3d6e",
"PrimaryColor": "sample string 5",
"SecondaryColor": "sample string 6",
"TextColor": "sample string 7",
"EventHeaderGuid": "6c812241-7b8d-459d-88b2-1a3ee593c896",
"EventHeaderAlias": "sample string 8",
"EventHeaderType": "sample string 9",
"EventLogoGuid": "5bda028b-8c46-4f2e-9a4f-eb3f78445522",
"EventLogoAlias": "sample string 10",
"EventLogoType": "sample string 11",
"ContributionSiteUrl": "sample string 12",
"ShowEventDateLocation": true,
"Guid": "ff4467fc-ede5-4ae6-8301-e9d5b94f7ca9",
"Created": "2026-06-10T18:26:44.4836783+00:00",
"Modified": "2026-06-10T18:26:44.4836783+00:00",
"Deleted": "2026-06-10T18:26:44.4836783+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-06-10T18:26:44.4836783+00:00","FormCreateClosedTime":"00:00:00.1234567","FormEditClosedDate":"2026-06-10T18:26:44.4836783+00:00","FormEditClosedTime":"00:00:00.1234567","EventGuid":"dfa7634e-b18c-4adf-901c-b8fcf6fd3d6e","PrimaryColor":"sample string 5","SecondaryColor":"sample string 6","TextColor":"sample string 7","EventHeaderGuid":"6c812241-7b8d-459d-88b2-1a3ee593c896","EventHeaderAlias":"sample string 8","EventHeaderType":"sample string 9","EventLogoGuid":"5bda028b-8c46-4f2e-9a4f-eb3f78445522","EventLogoAlias":"sample string 10","EventLogoType":"sample string 11","ContributionSiteUrl":"sample string 12","ShowEventDateLocation":true,"Guid":"ff4467fc-ede5-4ae6-8301-e9d5b94f7ca9","Created":"2026-06-10T18:26:44.4836783+00:00","Modified":"2026-06-10T18:26:44.4836783+00:00","Deleted":"2026-06-10T18:26:44.4836783+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-06-10T18:26:44.4836783+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-06-10T18:26:44.4836783+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">ff4467fc-ede5-4ae6-8301-e9d5b94f7ca9</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-06-10T18:26:44.4836783+00:00</Modified>
<ConfirmationText>sample string 1</ConfirmationText>
<ContributionSiteUrl>sample string 12</ContributionSiteUrl>
<EmailText>sample string 2</EmailText>
<EventGuid>dfa7634e-b18c-4adf-901c-b8fcf6fd3d6e</EventGuid>
<EventHeaderAlias>sample string 8</EventHeaderAlias>
<EventHeaderGuid>6c812241-7b8d-459d-88b2-1a3ee593c896</EventHeaderGuid>
<EventHeaderType>sample string 9</EventHeaderType>
<EventLogoAlias>sample string 10</EventLogoAlias>
<EventLogoGuid>5bda028b-8c46-4f2e-9a4f-eb3f78445522</EventLogoGuid>
<EventLogoType>sample string 11</EventLogoType>
<ExplanationText>sample string 3</ExplanationText>
<FormCreateClosedDate>2026-06-10T18:26:44.4836783+00:00</FormCreateClosedDate>
<FormCreateClosedTime>PT0.1234567S</FormCreateClosedTime>
<FormEditClosedDate>2026-06-10T18:26:44.4836783+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>