POST api/SummaryController/LoadNumberOfLoads
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
SimpleDataSourceName | Description | Type | Additional information |
---|---|---|---|
Key | string |
None. |
|
Value | decimal number |
None. |
|
Report | string |
None. |
|
LineColor | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Key": "sample string 1", "Value": 2.1, "Report": "sample string 3", "LineColor": "sample string 4" }
application/xml, text/xml
Sample:
<SimpleDataSource 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 4</LineColor> <Key>sample string 1</Key> <Report>sample string 3</Report> <Value>2.1</Value> </SimpleDataSource>