POST api/Coach/GetICReportDetail
获取智能营养教练个性化报告明细的接口(201907)
Request Information
URI Parameters
None.
Body Parameters
GetICReportDetailRequestName | Description | Type | Additional information |
---|---|---|---|
Id |
Id |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1 }
Response Information
Resource Description
获取智能营养教练个性化报告明细的接口(201907)
GetICReportDetailResponseName | Description | Type | Additional information |
---|---|---|---|
Id |
Id |
integer |
None. |
CustomerCode |
用户编号 |
string |
None. |
Type |
0-没有内容,1-模板1(只有一个开始时间),2-模板2(各种数据都比较全的),3-模板3(数据全,并且带排放量的) |
integer |
None. |
CreateDate |
创建时间 |
date |
None. |
StartDate |
开始时间 |
date |
None. |
DkDay |
打卡天数 |
integer |
None. |
CzDay |
称重天数 |
integer |
None. |
XxNum |
收到消息数量 |
integer |
None. |
pfNum |
排放量 |
decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "customerCode": "sample string 2", "type": 3, "createDate": "2025-06-07T15:13:53.7692386+08:00", "startDate": "2025-06-07T15:13:53.7692386+08:00", "dkDay": 6, "czDay": 7, "xxNum": 8, "pfNum": 9.0 }