POST api/v1/ReportBillRevenueByCustomer_GrpByMonth/Add
Request Information
URI Parameters
None.
Body Parameters
ReportBillRevenueByCustomerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| CountCustomer | integer |
None. |
|
| CountBill | integer |
None. |
|
| CountMaterial | integer |
None. |
|
| TotalQuantity | decimal number |
None. |
|
| TotalMoney | decimal number |
None. |
|
| IM_FromDate_Filter | decimal number |
None. |
|
| IM_ToDate_Filter | decimal number |
None. |
|
| IM_CounterId_Filter | string |
None. |
|
| IM_CustomerId_Filter | string |
None. |
|
| Expander_Detail | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"CountCustomer": 2,
"CountBill": 3,
"CountMaterial": 4,
"TotalQuantity": 5.0,
"TotalMoney": 6.0,
"IM_FromDate_Filter": 1.1,
"IM_ToDate_Filter": 1.1,
"IM_CounterId_Filter": "sample string 7",
"IM_CustomerId_Filter": "sample string 8",
"Expander_Detail": "sample string 9"
}
application/xml, text/xml
Sample:
<ReportBillRevenueByCustomerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models"> <CountBill>3</CountBill> <CountCustomer>2</CountCustomer> <CountMaterial>4</CountMaterial> <Expander_Detail>sample string 9</Expander_Detail> <IM_CounterId_Filter>sample string 7</IM_CounterId_Filter> <IM_CustomerId_Filter>sample string 8</IM_CustomerId_Filter> <IM_FromDate_Filter>1.1</IM_FromDate_Filter> <IM_ToDate_Filter>1.1</IM_ToDate_Filter> <Id>sample string 1</Id> <TotalMoney>6</TotalMoney> <TotalQuantity>5</TotalQuantity> </ReportBillRevenueByCustomerModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
EzyResultObjectOfReportBillRevenueByCustomerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ReportBillRevenueByCustomerModel |
None. |
|
| ExtraData | Dictionary of string [key] and Object [value] |
None. |
|
| StartTime | decimal number |
None. |
|
| EndTime | decimal number |
None. |
|
| TotalMili | decimal number |
None. |
|
| StatusCode | integer |
None. |
|
| Msg | string |
None. |
|
| MsgShowInUI | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"Id": "sample string 1",
"CountCustomer": 2,
"CountBill": 3,
"CountMaterial": 4,
"TotalQuantity": 5.0,
"TotalMoney": 6.0,
"IM_FromDate_Filter": 1.1,
"IM_ToDate_Filter": 1.1,
"IM_CounterId_Filter": "sample string 7",
"IM_CustomerId_Filter": "sample string 8",
"Expander_Detail": "sample string 9"
},
"ExtraData": null,
"StartTime": 1.1,
"EndTime": 2.1,
"TotalMili": 3.1,
"StatusCode": 4,
"Msg": "sample string 5",
"MsgShowInUI": "sample string 6"
}
application/xml, text/xml
Sample:
<EzyResultObjectOfReportBillRevenueByCustomerModel3BwjWE5f xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.Message">
<Msg>sample string 5</Msg>
<MsgShowInUI>sample string 6</MsgShowInUI>
<StatusCode>4</StatusCode>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
<d2p1:CountBill>3</d2p1:CountBill>
<d2p1:CountCustomer>2</d2p1:CountCustomer>
<d2p1:CountMaterial>4</d2p1:CountMaterial>
<d2p1:Expander_Detail>sample string 9</d2p1:Expander_Detail>
<d2p1:IM_CounterId_Filter>sample string 7</d2p1:IM_CounterId_Filter>
<d2p1:IM_CustomerId_Filter>sample string 8</d2p1:IM_CustomerId_Filter>
<d2p1:IM_FromDate_Filter>1.1</d2p1:IM_FromDate_Filter>
<d2p1:IM_ToDate_Filter>1.1</d2p1:IM_ToDate_Filter>
<d2p1:Id>sample string 1</d2p1:Id>
<d2p1:TotalMoney>6</d2p1:TotalMoney>
<d2p1:TotalQuantity>5</d2p1:TotalQuantity>
</Data>
<EndTime>2.1</EndTime>
<ExtraData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
<StartTime>1.1</StartTime>
<TotalMili>3.1</TotalMili>
</EzyResultObjectOfReportBillRevenueByCustomerModel3BwjWE5f>