POST api/Helper/STATISTICAL_TRANSPORT

Request Information

URI Parameters

None.

Body Parameters

ZStatisticalSearchTransportRequest
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:
<ZStatisticalSearchTransportRequest 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>
</ZStatisticalSearchTransportRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ZStatisticalSearchTransportResponse
NameDescriptionTypeAdditional information
DataTable

Collection of ZStatisticalTransportDataTable

None.

DataChart

Collection of ZStatisticalTransportDataChart

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DataTable": [
      {
        "RowIndex": 1,
        "StatusName": "sample string 2",
        "Status": "sample string 3",
        "AmountTracking": 4,
        "TotalCOD": 5,
        "TotalCharge": 6
      },
      {
        "RowIndex": 1,
        "StatusName": "sample string 2",
        "Status": "sample string 3",
        "AmountTracking": 4,
        "TotalCOD": 5,
        "TotalCharge": 6
      }
    ],
    "DataChart": [
      {
        "RowIndex": 1,
        "StatusName": "sample string 2",
        "Status": "sample string 3",
        "Percent": 4.1,
        "BorderColor": "sample string 5",
        "BackgroundColor": "sample string 6"
      },
      {
        "RowIndex": 1,
        "StatusName": "sample string 2",
        "Status": "sample string 3",
        "Percent": 4.1,
        "BorderColor": "sample string 5",
        "BackgroundColor": "sample string 6"
      }
    ]
  },
  {
    "DataTable": [
      {
        "RowIndex": 1,
        "StatusName": "sample string 2",
        "Status": "sample string 3",
        "AmountTracking": 4,
        "TotalCOD": 5,
        "TotalCharge": 6
      },
      {
        "RowIndex": 1,
        "StatusName": "sample string 2",
        "Status": "sample string 3",
        "AmountTracking": 4,
        "TotalCOD": 5,
        "TotalCharge": 6
      }
    ],
    "DataChart": [
      {
        "RowIndex": 1,
        "StatusName": "sample string 2",
        "Status": "sample string 3",
        "Percent": 4.1,
        "BorderColor": "sample string 5",
        "BackgroundColor": "sample string 6"
      },
      {
        "RowIndex": 1,
        "StatusName": "sample string 2",
        "Status": "sample string 3",
        "Percent": 4.1,
        "BorderColor": "sample string 5",
        "BackgroundColor": "sample string 6"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfZStatisticalSearchTransportResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity">
  <ZStatisticalSearchTransportResponse>
    <DataChart>
      <ZStatisticalTransportDataChart>
        <BackgroundColor>sample string 6</BackgroundColor>
        <BorderColor>sample string 5</BorderColor>
        <Percent>4.1</Percent>
        <RowIndex>1</RowIndex>
        <Status>sample string 3</Status>
        <StatusName>sample string 2</StatusName>
      </ZStatisticalTransportDataChart>
      <ZStatisticalTransportDataChart>
        <BackgroundColor>sample string 6</BackgroundColor>
        <BorderColor>sample string 5</BorderColor>
        <Percent>4.1</Percent>
        <RowIndex>1</RowIndex>
        <Status>sample string 3</Status>
        <StatusName>sample string 2</StatusName>
      </ZStatisticalTransportDataChart>
    </DataChart>
    <DataTable>
      <ZStatisticalTransportDataTable>
        <AmountTracking>4</AmountTracking>
        <RowIndex>1</RowIndex>
        <Status>sample string 3</Status>
        <StatusName>sample string 2</StatusName>
        <TotalCOD>5</TotalCOD>
        <TotalCharge>6</TotalCharge>
      </ZStatisticalTransportDataTable>
      <ZStatisticalTransportDataTable>
        <AmountTracking>4</AmountTracking>
        <RowIndex>1</RowIndex>
        <Status>sample string 3</Status>
        <StatusName>sample string 2</StatusName>
        <TotalCOD>5</TotalCOD>
        <TotalCharge>6</TotalCharge>
      </ZStatisticalTransportDataTable>
    </DataTable>
  </ZStatisticalSearchTransportResponse>
  <ZStatisticalSearchTransportResponse>
    <DataChart>
      <ZStatisticalTransportDataChart>
        <BackgroundColor>sample string 6</BackgroundColor>
        <BorderColor>sample string 5</BorderColor>
        <Percent>4.1</Percent>
        <RowIndex>1</RowIndex>
        <Status>sample string 3</Status>
        <StatusName>sample string 2</StatusName>
      </ZStatisticalTransportDataChart>
      <ZStatisticalTransportDataChart>
        <BackgroundColor>sample string 6</BackgroundColor>
        <BorderColor>sample string 5</BorderColor>
        <Percent>4.1</Percent>
        <RowIndex>1</RowIndex>
        <Status>sample string 3</Status>
        <StatusName>sample string 2</StatusName>
      </ZStatisticalTransportDataChart>
    </DataChart>
    <DataTable>
      <ZStatisticalTransportDataTable>
        <AmountTracking>4</AmountTracking>
        <RowIndex>1</RowIndex>
        <Status>sample string 3</Status>
        <StatusName>sample string 2</StatusName>
        <TotalCOD>5</TotalCOD>
        <TotalCharge>6</TotalCharge>
      </ZStatisticalTransportDataTable>
      <ZStatisticalTransportDataTable>
        <AmountTracking>4</AmountTracking>
        <RowIndex>1</RowIndex>
        <Status>sample string 3</Status>
        <StatusName>sample string 2</StatusName>
        <TotalCOD>5</TotalCOD>
        <TotalCharge>6</TotalCharge>
      </ZStatisticalTransportDataTable>
    </DataTable>
  </ZStatisticalSearchTransportResponse>
</ArrayOfZStatisticalSearchTransportResponse>