POST V2/TVP/SaveBiochemistry
Request Information
URI Parameters
None.
Body Parameters
Case| Name | Description | Type | Additional information |
|---|---|---|---|
| ShopperId | string |
None. |
|
| HtmlStr | string |
None. |
|
| BasicInfo | BasicInfo |
None. |
|
| Charts | Collection of Charts |
None. |
|
| Anthropometry | Anthropometry |
None. |
|
| AnthropometryHistory | Collection of Anthropometry |
None. |
|
| Biochemistry | Biochemistry |
None. |
|
| BiochemistryHistory | Collection of Biochemistry |
None. |
|
| Remarks | Remarks |
None. |
|
| RemarkHistory | Collection of Remarks |
None. |
|
| DietPlan | DietPlan |
None. |
|
| DietPlanHistory | Collection of DietPlan |
None. |
|
| MenuSuggestion | MenuSuggestion |
None. |
|
| MenuSuggestionHistory | Collection of MenuSuggestion |
None. |
|
| DietDiary | DietPlan |
None. |
|
| Bill | Bill |
None. |
|
| DietDiaryList | Collection of DietPlan |
None. |
|
| BillList | RnpSubmitInfoView |
None. |
|
| Appointment | TvpAppointments |
None. |
|
| AppointmentList | Collection of TvpAppointments |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
|
| Code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {},
"Code": 4
}