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": "2025-10-22T01:01:57.266841+00:00",
"FormCreateClosedTime": "00:00:00.1234567",
"FormEditClosedDate": "2025-10-22T01:01:57.266841+00:00",
"FormEditClosedTime": "00:00:00.1234567",
"EventGuid": "239770d0-9bc0-43c6-b837-e4c6465d3dca",
"PrimaryColor": "sample string 5",
"SecondaryColor": "sample string 6",
"TextColor": "sample string 7",
"EventHeaderGuid": "232fbf0a-7107-49ed-b73d-3b4b3215d794",
"EventHeaderAlias": "sample string 8",
"EventHeaderType": "sample string 9",
"EventLogoGuid": "546d7c13-f46f-47e8-9c31-4a4a96511568",
"EventLogoAlias": "sample string 10",
"EventLogoType": "sample string 11",
"ContributionSiteUrl": "sample string 12",
"ShowEventDateLocation": true,
"Guid": "68ed1fff-0561-43f3-b52f-f39a6b3cecc2",
"Created": "2025-10-22T01:01:57.266841+00:00",
"Modified": "2025-10-22T01:01:57.266841+00:00",
"Deleted": "2025-10-22T01:01:57.266841+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":"2025-10-22T01:01:57.266841+00:00","FormCreateClosedTime":"00:00:00.1234567","FormEditClosedDate":"2025-10-22T01:01:57.266841+00:00","FormEditClosedTime":"00:00:00.1234567","EventGuid":"239770d0-9bc0-43c6-b837-e4c6465d3dca","PrimaryColor":"sample string 5","SecondaryColor":"sample string 6","TextColor":"sample string 7","EventHeaderGuid":"232fbf0a-7107-49ed-b73d-3b4b3215d794","EventHeaderAlias":"sample string 8","EventHeaderType":"sample string 9","EventLogoGuid":"546d7c13-f46f-47e8-9c31-4a4a96511568","EventLogoAlias":"sample string 10","EventLogoType":"sample string 11","ContributionSiteUrl":"sample string 12","ShowEventDateLocation":true,"Guid":"68ed1fff-0561-43f3-b52f-f39a6b3cecc2","Created":"2025-10-22T01:01:57.266841+00:00","Modified":"2025-10-22T01:01:57.266841+00:00","Deleted":"2025-10-22T01:01:57.266841+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">2025-10-22T01:01:57.266841+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-10-22T01:01:57.266841+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">68ed1fff-0561-43f3-b52f-f39a6b3cecc2</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-10-22T01:01:57.266841+00:00</Modified>
<ConfirmationText>sample string 1</ConfirmationText>
<ContributionSiteUrl>sample string 12</ContributionSiteUrl>
<EmailText>sample string 2</EmailText>
<EventGuid>239770d0-9bc0-43c6-b837-e4c6465d3dca</EventGuid>
<EventHeaderAlias>sample string 8</EventHeaderAlias>
<EventHeaderGuid>232fbf0a-7107-49ed-b73d-3b4b3215d794</EventHeaderGuid>
<EventHeaderType>sample string 9</EventHeaderType>
<EventLogoAlias>sample string 10</EventLogoAlias>
<EventLogoGuid>546d7c13-f46f-47e8-9c31-4a4a96511568</EventLogoGuid>
<EventLogoType>sample string 11</EventLogoType>
<ExplanationText>sample string 3</ExplanationText>
<FormCreateClosedDate>2025-10-22T01:01:57.266841+00:00</FormCreateClosedDate>
<FormCreateClosedTime>PT0.1234567S</FormCreateClosedTime>
<FormEditClosedDate>2025-10-22T01:01:57.266841+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": "2025-10-22T01:01:57.266841+00:00",
"FormCreateClosedTime": "00:00:00.1234567",
"FormEditClosedDate": "2025-10-22T01:01:57.266841+00:00",
"FormEditClosedTime": "00:00:00.1234567",
"EventGuid": "c5a4cfcd-cce3-4a5b-929e-85e0ad21973d",
"PrimaryColor": "sample string 5",
"SecondaryColor": "sample string 6",
"TextColor": "sample string 7",
"EventHeaderGuid": "9acc4cd8-8610-4059-8cfa-89730acbdc74",
"EventHeaderAlias": "sample string 8",
"EventHeaderType": "sample string 9",
"EventLogoGuid": "4b232e2a-7e6b-44b1-b2e0-4c00d9cbe491",
"EventLogoAlias": "sample string 10",
"EventLogoType": "sample string 11",
"ContributionSiteUrl": "sample string 12",
"ShowEventDateLocation": true,
"Guid": "0d271788-d4b5-4000-a61b-6514b57174ee",
"Created": "2025-10-22T01:01:57.266841+00:00",
"Modified": "2025-10-22T01:01:57.266841+00:00",
"Deleted": "2025-10-22T01:01:57.266841+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":"2025-10-22T01:01:57.266841+00:00","FormCreateClosedTime":"00:00:00.1234567","FormEditClosedDate":"2025-10-22T01:01:57.266841+00:00","FormEditClosedTime":"00:00:00.1234567","EventGuid":"c5a4cfcd-cce3-4a5b-929e-85e0ad21973d","PrimaryColor":"sample string 5","SecondaryColor":"sample string 6","TextColor":"sample string 7","EventHeaderGuid":"9acc4cd8-8610-4059-8cfa-89730acbdc74","EventHeaderAlias":"sample string 8","EventHeaderType":"sample string 9","EventLogoGuid":"4b232e2a-7e6b-44b1-b2e0-4c00d9cbe491","EventLogoAlias":"sample string 10","EventLogoType":"sample string 11","ContributionSiteUrl":"sample string 12","ShowEventDateLocation":true,"Guid":"0d271788-d4b5-4000-a61b-6514b57174ee","Created":"2025-10-22T01:01:57.266841+00:00","Modified":"2025-10-22T01:01:57.266841+00:00","Deleted":"2025-10-22T01:01:57.266841+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">2025-10-22T01:01:57.266841+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-10-22T01:01:57.266841+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">0d271788-d4b5-4000-a61b-6514b57174ee</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-10-22T01:01:57.266841+00:00</Modified>
<ConfirmationText>sample string 1</ConfirmationText>
<ContributionSiteUrl>sample string 12</ContributionSiteUrl>
<EmailText>sample string 2</EmailText>
<EventGuid>c5a4cfcd-cce3-4a5b-929e-85e0ad21973d</EventGuid>
<EventHeaderAlias>sample string 8</EventHeaderAlias>
<EventHeaderGuid>9acc4cd8-8610-4059-8cfa-89730acbdc74</EventHeaderGuid>
<EventHeaderType>sample string 9</EventHeaderType>
<EventLogoAlias>sample string 10</EventLogoAlias>
<EventLogoGuid>4b232e2a-7e6b-44b1-b2e0-4c00d9cbe491</EventLogoGuid>
<EventLogoType>sample string 11</EventLogoType>
<ExplanationText>sample string 3</ExplanationText>
<FormCreateClosedDate>2025-10-22T01:01:57.266841+00:00</FormCreateClosedDate>
<FormCreateClosedTime>PT0.1234567S</FormCreateClosedTime>
<FormEditClosedDate>2025-10-22T01:01:57.266841+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>