POST api/Helper/STATISTICAL_CASHFLOW

Request Information

URI Parameters

None.

Body Parameters

ZStatisticalSearchCashflowRequest
NameDescriptionTypeAdditional information
ShopID

integer

None.

PPCRMCode

string

None.

FromDate

string

None.

ToDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ShopID": 1,
  "PPCRMCode": "sample string 2",
  "FromDate": "sample string 3",
  "ToDate": "sample string 4"
}

application/xml, text/xml

Sample:
<ZStatisticalSearchCashflowRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity">
  <FromDate>sample string 3</FromDate>
  <PPCRMCode>sample string 2</PPCRMCode>
  <ShopID>1</ShopID>
  <ToDate>sample string 4</ToDate>
</ZStatisticalSearchCashflowRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ZStatisticalSearchCashflowResponse
NameDescriptionTypeAdditional information
DataTable

Collection of ZStatisticalCashflowDataTable

None.

DataChart

Collection of ZStatisticalCashflowDataChart

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DataTable": [
      {
        "RowIndex": 1,
        "StatusName": "sample string 2",
        "Status": "sample string 3",
        "Amount": 4,
        "TotalCOD": 5,
        "TotalTransportFee": 6,
        "PercentCOD": 7.1
      },
      {
        "RowIndex": 1,
        "StatusName": "sample string 2",
        "Status": "sample string 3",
        "Amount": 4,
        "TotalCOD": 5,
        "TotalTransportFee": 6,
        "PercentCOD": 7.1
      }
    ],
    "DataChart": [
      {
        "RowIndex": 1,
        "StatusName": "sample string 2",
        "Status": "sample string 3",
        "PercentCOD": 4.1,
        "TotalCOD": 5,
        "BorderColor": "sample string 6",
        "BackgroundColor": "sample string 7"
      },
      {
        "RowIndex": 1,
        "StatusName": "sample string 2",
        "Status": "sample string 3",
        "PercentCOD": 4.1,
        "TotalCOD": 5,
        "BorderColor": "sample string 6",
        "BackgroundColor": "sample string 7"
      }
    ]
  },
  {
    "DataTable": [
      {
        "RowIndex": 1,
        "StatusName": "sample string 2",
        "Status": "sample string 3",
        "Amount": 4,
        "TotalCOD": 5,
        "TotalTransportFee": 6,
        "PercentCOD": 7.1
      },
      {
        "RowIndex": 1,
        "StatusName": "sample string 2",
        "Status": "sample string 3",
        "Amount": 4,
        "TotalCOD": 5,
        "TotalTransportFee": 6,
        "PercentCOD": 7.1
      }
    ],
    "DataChart": [
      {
        "RowIndex": 1,
        "StatusName": "sample string 2",
        "Status": "sample string 3",
        "PercentCOD": 4.1,
        "TotalCOD": 5,
        "BorderColor": "sample string 6",
        "BackgroundColor": "sample string 7"
      },
      {
        "RowIndex": 1,
        "StatusName": "sample string 2",
        "Status": "sample string 3",
        "PercentCOD": 4.1,
        "TotalCOD": 5,
        "BorderColor": "sample string 6",
        "BackgroundColor": "sample string 7"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfZStatisticalSearchCashflowResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity">
  <ZStatisticalSearchCashflowResponse>
    <DataChart>
      <ZStatisticalCashflowDataChart>
        <BackgroundColor>sample string 7</BackgroundColor>
        <BorderColor>sample string 6</BorderColor>
        <PercentCOD>4.1</PercentCOD>
        <RowIndex>1</RowIndex>
        <Status>sample string 3</Status>
        <StatusName>sample string 2</StatusName>
        <TotalCOD>5</TotalCOD>
      </ZStatisticalCashflowDataChart>
      <ZStatisticalCashflowDataChart>
        <BackgroundColor>sample string 7</BackgroundColor>
        <BorderColor>sample string 6</BorderColor>
        <PercentCOD>4.1</PercentCOD>
        <RowIndex>1</RowIndex>
        <Status>sample string 3</Status>
        <StatusName>sample string 2</StatusName>
        <TotalCOD>5</TotalCOD>
      </ZStatisticalCashflowDataChart>
    </DataChart>
    <DataTable>
      <ZStatisticalCashflowDataTable>
        <Amount>4</Amount>
        <PercentCOD>7.1</PercentCOD>
        <RowIndex>1</RowIndex>
        <Status>sample string 3</Status>
        <StatusName>sample string 2</StatusName>
        <TotalCOD>5</TotalCOD>
        <TotalTransportFee>6</TotalTransportFee>
      </ZStatisticalCashflowDataTable>
      <ZStatisticalCashflowDataTable>
        <Amount>4</Amount>
        <PercentCOD>7.1</PercentCOD>
        <RowIndex>1</RowIndex>
        <Status>sample string 3</Status>
        <StatusName>sample string 2</StatusName>
        <TotalCOD>5</TotalCOD>
        <TotalTransportFee>6</TotalTransportFee>
      </ZStatisticalCashflowDataTable>
    </DataTable>
  </ZStatisticalSearchCashflowResponse>
  <ZStatisticalSearchCashflowResponse>
    <DataChart>
      <ZStatisticalCashflowDataChart>
        <BackgroundColor>sample string 7</BackgroundColor>
        <BorderColor>sample string 6</BorderColor>
        <PercentCOD>4.1</PercentCOD>
        <RowIndex>1</RowIndex>
        <Status>sample string 3</Status>
        <StatusName>sample string 2</StatusName>
        <TotalCOD>5</TotalCOD>
      </ZStatisticalCashflowDataChart>
      <ZStatisticalCashflowDataChart>
        <BackgroundColor>sample string 7</BackgroundColor>
        <BorderColor>sample string 6</BorderColor>
        <PercentCOD>4.1</PercentCOD>
        <RowIndex>1</RowIndex>
        <Status>sample string 3</Status>
        <StatusName>sample string 2</StatusName>
        <TotalCOD>5</TotalCOD>
      </ZStatisticalCashflowDataChart>
    </DataChart>
    <DataTable>
      <ZStatisticalCashflowDataTable>
        <Amount>4</Amount>
        <PercentCOD>7.1</PercentCOD>
        <RowIndex>1</RowIndex>
        <Status>sample string 3</Status>
        <StatusName>sample string 2</StatusName>
        <TotalCOD>5</TotalCOD>
        <TotalTransportFee>6</TotalTransportFee>
      </ZStatisticalCashflowDataTable>
      <ZStatisticalCashflowDataTable>
        <Amount>4</Amount>
        <PercentCOD>7.1</PercentCOD>
        <RowIndex>1</RowIndex>
        <Status>sample string 3</Status>
        <StatusName>sample string 2</StatusName>
        <TotalCOD>5</TotalCOD>
        <TotalTransportFee>6</TotalTransportFee>
      </ZStatisticalCashflowDataTable>
    </DataTable>
  </ZStatisticalSearchCashflowResponse>
</ArrayOfZStatisticalSearchCashflowResponse>