PUT v1/ContributionSetting
Request Information
URI Parameters
None.
Body Parameters
ContributionSettingViewModelName | 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. |
|
EventHeaderType | string |
None. |
|
EventLogoGuid | globally unique identifier |
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": "2024-11-21T06:23:27.2908858+00:00", "FormCreateClosedTime": "00:00:00.1234567", "FormEditClosedDate": "2024-11-21T06:23:27.2908858+00:00", "FormEditClosedTime": "00:00:00.1234567", "EventGuid": "4f3c71bc-c85f-4d0a-bacd-469da49d2d13", "PrimaryColor": "sample string 5", "SecondaryColor": "sample string 6", "TextColor": "sample string 7", "EventHeaderGuid": "8934d76f-f72a-44fd-9ccf-dbd77229512a", "EventHeaderType": "sample string 8", "EventLogoGuid": "44c0d8c6-9201-40df-89b2-7f15768cad18", "EventLogoType": "sample string 9", "ContributionSiteUrl": "sample string 10", "ShowEventDateLocation": true, "Guid": "c8a41bbf-1af3-476b-9144-076b2442b5bf", "Created": "2024-11-21T06:23:27.2908858+00:00", "Modified": "2024-11-21T06:23:27.2908858+00:00", "Deleted": "2024-11-21T06:23:27.2908858+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":"2024-11-21T06:23:27.2908858+00:00","FormCreateClosedTime":"00:00:00.1234567","FormEditClosedDate":"2024-11-21T06:23:27.2908858+00:00","FormEditClosedTime":"00:00:00.1234567","EventGuid":"4f3c71bc-c85f-4d0a-bacd-469da49d2d13","PrimaryColor":"sample string 5","SecondaryColor":"sample string 6","TextColor":"sample string 7","EventHeaderGuid":"8934d76f-f72a-44fd-9ccf-dbd77229512a","EventHeaderType":"sample string 8","EventLogoGuid":"44c0d8c6-9201-40df-89b2-7f15768cad18","EventLogoType":"sample string 9","ContributionSiteUrl":"sample string 10","ShowEventDateLocation":true,"Guid":"c8a41bbf-1af3-476b-9144-076b2442b5bf","Created":"2024-11-21T06:23:27.2908858+00:00","Modified":"2024-11-21T06:23:27.2908858+00:00","Deleted":"2024-11-21T06:23:27.2908858+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">2024-11-21T06:23:27.2908858+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-11-21T06:23:27.2908858+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">c8a41bbf-1af3-476b-9144-076b2442b5bf</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-11-21T06:23:27.2908858+00:00</Modified> <ConfirmationText>sample string 1</ConfirmationText> <ContributionSiteUrl>sample string 10</ContributionSiteUrl> <EmailText>sample string 2</EmailText> <EventGuid>4f3c71bc-c85f-4d0a-bacd-469da49d2d13</EventGuid> <EventHeaderGuid>8934d76f-f72a-44fd-9ccf-dbd77229512a</EventHeaderGuid> <EventHeaderType>sample string 8</EventHeaderType> <EventLogoGuid>44c0d8c6-9201-40df-89b2-7f15768cad18</EventLogoGuid> <EventLogoType>sample string 9</EventLogoType> <ExplanationText>sample string 3</ExplanationText> <FormCreateClosedDate>2024-11-21T06:23:27.2908858+00:00</FormCreateClosedDate> <FormCreateClosedTime>PT0.1234567S</FormCreateClosedTime> <FormEditClosedDate>2024-11-21T06:23:27.2908858+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
ContributionSettingViewModelName | 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. |
|
EventHeaderType | string |
None. |
|
EventLogoGuid | globally unique identifier |
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": "2024-11-21T06:23:27.2908858+00:00", "FormCreateClosedTime": "00:00:00.1234567", "FormEditClosedDate": "2024-11-21T06:23:27.2908858+00:00", "FormEditClosedTime": "00:00:00.1234567", "EventGuid": "6dd36afc-c005-425b-8938-c2fa42fe0ae8", "PrimaryColor": "sample string 5", "SecondaryColor": "sample string 6", "TextColor": "sample string 7", "EventHeaderGuid": "0de228e6-4e13-4072-af61-aa1ebcb2e577", "EventHeaderType": "sample string 8", "EventLogoGuid": "086eec26-8aa3-47b6-bc47-0caad8a27118", "EventLogoType": "sample string 9", "ContributionSiteUrl": "sample string 10", "ShowEventDateLocation": true, "Guid": "f25b371d-22ef-4367-b5f4-4c6feff43325", "Created": "2024-11-21T06:23:27.2908858+00:00", "Modified": "2024-11-21T06:23:27.2908858+00:00", "Deleted": "2024-11-21T06:23:27.2908858+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":"2024-11-21T06:23:27.2908858+00:00","FormCreateClosedTime":"00:00:00.1234567","FormEditClosedDate":"2024-11-21T06:23:27.2908858+00:00","FormEditClosedTime":"00:00:00.1234567","EventGuid":"6dd36afc-c005-425b-8938-c2fa42fe0ae8","PrimaryColor":"sample string 5","SecondaryColor":"sample string 6","TextColor":"sample string 7","EventHeaderGuid":"0de228e6-4e13-4072-af61-aa1ebcb2e577","EventHeaderType":"sample string 8","EventLogoGuid":"086eec26-8aa3-47b6-bc47-0caad8a27118","EventLogoType":"sample string 9","ContributionSiteUrl":"sample string 10","ShowEventDateLocation":true,"Guid":"f25b371d-22ef-4367-b5f4-4c6feff43325","Created":"2024-11-21T06:23:27.2908858+00:00","Modified":"2024-11-21T06:23:27.2908858+00:00","Deleted":"2024-11-21T06:23:27.2908858+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">2024-11-21T06:23:27.2908858+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-11-21T06:23:27.2908858+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">f25b371d-22ef-4367-b5f4-4c6feff43325</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-11-21T06:23:27.2908858+00:00</Modified> <ConfirmationText>sample string 1</ConfirmationText> <ContributionSiteUrl>sample string 10</ContributionSiteUrl> <EmailText>sample string 2</EmailText> <EventGuid>6dd36afc-c005-425b-8938-c2fa42fe0ae8</EventGuid> <EventHeaderGuid>0de228e6-4e13-4072-af61-aa1ebcb2e577</EventHeaderGuid> <EventHeaderType>sample string 8</EventHeaderType> <EventLogoGuid>086eec26-8aa3-47b6-bc47-0caad8a27118</EventLogoGuid> <EventLogoType>sample string 9</EventLogoType> <ExplanationText>sample string 3</ExplanationText> <FormCreateClosedDate>2024-11-21T06:23:27.2908858+00:00</FormCreateClosedDate> <FormCreateClosedTime>PT0.1234567S</FormCreateClosedTime> <FormEditClosedDate>2024-11-21T06:23:27.2908858+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>