GET api/Car/SaleReport?date={date}&uid={uid}
“SaleReport”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| date | “date”的文档。 |
Define this parameter in the request URI. |
| uid | “uid”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"CreateDate": "sample string 1",
"Quantity": 2,
"ZF_Quantity": 3,
"LR_Quantity": 4,
"PD_Quantity": 5
}
application/xml, text/xml
Sample:
<SaleReportModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TyretoolMail.Models"> <CreateDate>sample string 1</CreateDate> <LR_Quantity>4</LR_Quantity> <PD_Quantity>5</PD_Quantity> <Quantity>2</Quantity> <ZF_Quantity>3</ZF_Quantity> </SaleReportModel>