POST api/SummaryController/LoadLaunchGiftCardActivation
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NumericDataSourceName | Description | Type | Additional information |
---|---|---|---|
Key | string |
None. |
|
Value | string |
None. |
|
Icon | string |
None. |
|
Title | string |
None. |
|
Description | string |
None. |
|
LineColor | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Key": "sample string 1", "Value": "sample string 2", "Icon": "sample string 3", "Title": "sample string 4", "Description": "sample string 5", "LineColor": "sample string 6" }
application/xml, text/xml
Sample:
<NumericDataSource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Synergy.Reporting.ReportEngineDataSources"> <LineColor xmlns="http://schemas.datacontract.org/2004/07/Synergy.Reporting.ReportEngineDataSources.Base">sample string 6</LineColor> <Description xmlns="http://schemas.datacontract.org/2004/07/Synergy.Reporting.ReportEngineDataSources.Base">sample string 5</Description> <Title xmlns="http://schemas.datacontract.org/2004/07/Synergy.Reporting.ReportEngineDataSources.Base">sample string 4</Title> <Icon>sample string 3</Icon> <Key>sample string 1</Key> <Value>sample string 2</Value> </NumericDataSource>