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. |
|
EventLogoGuid | globally unique identifier |
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": "2023-12-08T21:51:53.3134215+00:00", "FormCreateClosedTime": "00:00:00.1234567", "FormEditClosedDate": "2023-12-08T21:51:53.3134215+00:00", "FormEditClosedTime": "00:00:00.1234567", "EventGuid": "7327f2ff-5cdd-4f89-b0a2-1c6d668a2ade", "PrimaryColor": "sample string 5", "SecondaryColor": "sample string 6", "TextColor": "sample string 7", "EventHeaderGuid": "78a7aac2-e011-4bad-8d43-9c8c2157948c", "EventLogoGuid": "504a128a-a9dc-4c8e-b5f1-57caad3bb377", "ContributionSiteUrl": "sample string 8", "ShowEventDateLocation": true, "Guid": "c7672668-bae3-422a-9fb7-c1c094b9fa01", "Created": "2023-12-08T21:51:53.3134215+00:00", "Modified": "2023-12-08T21:51:53.3134215+00:00", "Deleted": "2023-12-08T21:51:53.3134215+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":"2023-12-08T21:51:53.3134215+00:00","FormCreateClosedTime":"00:00:00.1234567","FormEditClosedDate":"2023-12-08T21:51:53.3134215+00:00","FormEditClosedTime":"00:00:00.1234567","EventGuid":"7327f2ff-5cdd-4f89-b0a2-1c6d668a2ade","PrimaryColor":"sample string 5","SecondaryColor":"sample string 6","TextColor":"sample string 7","EventHeaderGuid":"78a7aac2-e011-4bad-8d43-9c8c2157948c","EventLogoGuid":"504a128a-a9dc-4c8e-b5f1-57caad3bb377","ContributionSiteUrl":"sample string 8","ShowEventDateLocation":true,"Guid":"c7672668-bae3-422a-9fb7-c1c094b9fa01","Created":"2023-12-08T21:51:53.3134215+00:00","Modified":"2023-12-08T21:51:53.3134215+00:00","Deleted":"2023-12-08T21:51:53.3134215+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">2023-12-08T21:51:53.3134215+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2023-12-08T21:51:53.3134215+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">c7672668-bae3-422a-9fb7-c1c094b9fa01</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2023-12-08T21:51:53.3134215+00:00</Modified> <ConfirmationText>sample string 1</ConfirmationText> <ContributionSiteUrl>sample string 8</ContributionSiteUrl> <EmailText>sample string 2</EmailText> <EventGuid>7327f2ff-5cdd-4f89-b0a2-1c6d668a2ade</EventGuid> <EventHeaderGuid>78a7aac2-e011-4bad-8d43-9c8c2157948c</EventHeaderGuid> <EventLogoGuid>504a128a-a9dc-4c8e-b5f1-57caad3bb377</EventLogoGuid> <ExplanationText>sample string 3</ExplanationText> <FormCreateClosedDate>2023-12-08T21:51:53.3134215+00:00</FormCreateClosedDate> <FormCreateClosedTime>PT0.1234567S</FormCreateClosedTime> <FormEditClosedDate>2023-12-08T21:51:53.3134215+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. |
|
EventLogoGuid | globally unique identifier |
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": "2023-12-08T21:51:53.3290593+00:00", "FormCreateClosedTime": "00:00:00.1234567", "FormEditClosedDate": "2023-12-08T21:51:53.3290593+00:00", "FormEditClosedTime": "00:00:00.1234567", "EventGuid": "03fe313a-f5ed-4f1a-b06a-d4da60f26cf0", "PrimaryColor": "sample string 5", "SecondaryColor": "sample string 6", "TextColor": "sample string 7", "EventHeaderGuid": "d3084cb1-1190-4318-81ef-de06c76f4239", "EventLogoGuid": "43573265-b479-4889-a8d4-f6c8633becab", "ContributionSiteUrl": "sample string 8", "ShowEventDateLocation": true, "Guid": "3dbd8664-5bca-4389-b85d-a0f2db0d791d", "Created": "2023-12-08T21:51:53.3290593+00:00", "Modified": "2023-12-08T21:51:53.3290593+00:00", "Deleted": "2023-12-08T21:51:53.3290593+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":"2023-12-08T21:51:53.3290593+00:00","FormCreateClosedTime":"00:00:00.1234567","FormEditClosedDate":"2023-12-08T21:51:53.3290593+00:00","FormEditClosedTime":"00:00:00.1234567","EventGuid":"03fe313a-f5ed-4f1a-b06a-d4da60f26cf0","PrimaryColor":"sample string 5","SecondaryColor":"sample string 6","TextColor":"sample string 7","EventHeaderGuid":"d3084cb1-1190-4318-81ef-de06c76f4239","EventLogoGuid":"43573265-b479-4889-a8d4-f6c8633becab","ContributionSiteUrl":"sample string 8","ShowEventDateLocation":true,"Guid":"3dbd8664-5bca-4389-b85d-a0f2db0d791d","Created":"2023-12-08T21:51:53.3290593+00:00","Modified":"2023-12-08T21:51:53.3290593+00:00","Deleted":"2023-12-08T21:51:53.3290593+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">2023-12-08T21:51:53.3290593+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2023-12-08T21:51:53.3290593+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">3dbd8664-5bca-4389-b85d-a0f2db0d791d</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2023-12-08T21:51:53.3290593+00:00</Modified> <ConfirmationText>sample string 1</ConfirmationText> <ContributionSiteUrl>sample string 8</ContributionSiteUrl> <EmailText>sample string 2</EmailText> <EventGuid>03fe313a-f5ed-4f1a-b06a-d4da60f26cf0</EventGuid> <EventHeaderGuid>d3084cb1-1190-4318-81ef-de06c76f4239</EventHeaderGuid> <EventLogoGuid>43573265-b479-4889-a8d4-f6c8633becab</EventLogoGuid> <ExplanationText>sample string 3</ExplanationText> <FormCreateClosedDate>2023-12-08T21:51:53.3290593+00:00</FormCreateClosedDate> <FormCreateClosedTime>PT0.1234567S</FormCreateClosedTime> <FormEditClosedDate>2023-12-08T21:51:53.3290593+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>