POST Api/Summary/GetTodayOilCodeSalesSummary

Request Information

URI Parameters

None.

Body Parameters

SummaryRequestPara
NameDescriptionTypeAdditional information
G_CODE

string

None.

NZN

integer

None.

CustomerId

globally unique identifier

None.

OilStationId

globally unique identifier

None.

StartTime

date

None.

EndTime

date

None.

PageIndex

integer

None.

PageSize

integer

None.

Total

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "G_CODE": "sample string 1",
  "NZN": 1,
  "CustomerId": "01cf7392-d006-4555-8be0-7f5d4697a563",
  "OilStationId": "ebbf9641-1b1b-415f-8a80-4ec675a08cb7",
  "StartTime": "2026-03-02T19:54:36.932273+08:00",
  "EndTime": "2026-03-02T19:54:36.932273+08:00",
  "PageIndex": 2,
  "PageSize": 3,
  "Total": 4
}

application/xml, text/xml

Sample:
<SummaryRequestPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZShOil.Model.Summary">
  <_x003C_PageIndex_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/ZShOil.Model">2</_x003C_PageIndex_x003E_k__BackingField>
  <_x003C_PageSize_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/ZShOil.Model">3</_x003C_PageSize_x003E_k__BackingField>
  <_x003C_Total_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/ZShOil.Model">4</_x003C_Total_x003E_k__BackingField>
  <CustomerId>01cf7392-d006-4555-8be0-7f5d4697a563</CustomerId>
  <EndTime>2026-03-02T19:54:36.932273+08:00</EndTime>
  <G_CODE>sample string 1</G_CODE>
  <NZN>1</NZN>
  <OilStationId>ebbf9641-1b1b-415f-8a80-4ec675a08cb7</OilStationId>
  <StartTime>2026-03-02T19:54:36.932273+08:00</StartTime>
</SummaryRequestPara>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.