POST V2/TVP/SaveDietDiary

Request Information

URI Parameters

None.

Body Parameters

Case
NameDescriptionTypeAdditional 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:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'Intimex.Common.KeyValue'. Path 'Bill.Order.Member.ServiceAddressList[0].Addresses[0].List[0].List'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'Intimex.Common.KeyValue'. Path 'Bill.Order.Member.ServiceAddressList[0].Addresses[0].List[0].List'.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Case'.

Response Information

Resource Description

SystemResult
NameDescriptionTypeAdditional 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
}