POST Sales/GetChart
Request Information
URI Parameters
None.
Body Parameters
SummaryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AreaCode | string |
None. |
|
| ComplexCode | string |
None. |
|
| ChainCode | string |
None. |
|
| LocationCode | string |
None. |
|
| RevenueCenterCode | string |
None. |
|
| RestID | string |
None. |
|
| RestCode | string |
None. |
|
| UserCredentials | string |
None. |
|
| Year | integer |
None. |
|
| Month | integer |
None. |
|
| Day | integer |
None. |
|
| Company | integer |
None. |
|
| Application | integer |
None. |
|
| DataSourcePk | integer |
None. |
|
| Type | string |
None. |
|
| DateTo | string |
None. |
|
| Language | integer |
None. |
|
| ExtraParam | Collection of Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"AreaCode": "sample string 1",
"ComplexCode": "sample string 2",
"ChainCode": "sample string 3",
"LocationCode": "sample string 4",
"RevenueCenterCode": "sample string 5",
"RestID": "sample string 6",
"RestCode": "sample string 7",
"UserCredentials": "sample string 8",
"Year": 9,
"Month": 10,
"Day": 11,
"Company": 12,
"Application": 13,
"DataSourcePk": 14,
"Type": "sample string 15",
"DateTo": "sample string 16",
"Language": 17,
"ExtraParam": [
{},
{}
]
}
application/xml, text/xml
Sample:
<SummaryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WiSDoM5.BI_API.Models">
<Application>13</Application>
<AreaCode>sample string 1</AreaCode>
<ChainCode>sample string 3</ChainCode>
<Company>12</Company>
<ComplexCode>sample string 2</ComplexCode>
<DataSourcePk>14</DataSourcePk>
<DateTo>sample string 16</DateTo>
<Day>11</Day>
<ExtraParam xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</ExtraParam>
<Language>17</Language>
<LocationCode>sample string 4</LocationCode>
<Month>10</Month>
<RestCode>sample string 7</RestCode>
<RestID>sample string 6</RestID>
<RevenueCenterCode>sample string 5</RevenueCenterCode>
<Type>sample string 15</Type>
<UserCredentials>sample string 8</UserCredentials>
<Year>9</Year>
</SummaryModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />