POST Api/Summary/GetHistoryOilCodeSalesSummary
Request Information
URI Parameters
None.
Body Parameters
SummaryRequestPara| Name | Description | Type | Additional 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": "f5ff38d1-bc4b-43f9-a255-71f9dce69628",
"OilStationId": "5df434e4-8b63-407c-a16f-92a010bc4386",
"StartTime": "2026-03-02T19:56:09.8649199+08:00",
"EndTime": "2026-03-02T19:56:09.8649199+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>f5ff38d1-bc4b-43f9-a255-71f9dce69628</CustomerId> <EndTime>2026-03-02T19:56:09.8649199+08:00</EndTime> <G_CODE>sample string 1</G_CODE> <NZN>1</NZN> <OilStationId>5df434e4-8b63-407c-a16f-92a010bc4386</OilStationId> <StartTime>2026-03-02T19:56:09.8649199+08:00</StartTime> </SummaryRequestPara>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.