POST api/OneDayRecipe/GetDataForReport_Analysis
“GetDataForReport_Analysis”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | “model”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"userid": "07258138-1c18-41bb-b2d8-3403984e0da9",
"beginDate": "2026-08-18T08:09:46.5688287+08:00",
"endDate": "2026-08-18T08:09:46.5688287+08:00"
}
application/xml, text/xml
Sample:
<GetDataForReport_OneDay_OneSelf.InPrameAnalysis xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OP.WebApi.Models"> <beginDate>2026-08-18T08:09:46.5688287+08:00</beginDate> <endDate>2026-08-18T08:09:46.5688287+08:00</endDate> <userid>07258138-1c18-41bb-b2d8-3403984e0da9</userid> </GetDataForReport_OneDay_OneSelf.InPrameAnalysis>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
{
"Model": {},
"Model1": {},
"Model2": {},
"Model3": {},
"Model4": {},
"Model5": {},
"Model6": {},
"ErrorMessage": "sample string 8",
"ErroCode": -1
}
application/xml, text/xml
Sample:
<ResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OP.WebApi.Models"> <_x003C_ErrorMessage_x003E_k__BackingField>sample string 8</_x003C_ErrorMessage_x003E_k__BackingField> <_x003C_Model1_x003E_k__BackingField /> <_x003C_Model2_x003E_k__BackingField /> <_x003C_Model3_x003E_k__BackingField /> <_x003C_Model4_x003E_k__BackingField /> <_x003C_Model5_x003E_k__BackingField /> <_x003C_Model6_x003E_k__BackingField /> <_x003C_Model_x003E_k__BackingField /> </ResultModel>