POST api/Recipes/HealthAssessment
Request Information
URI Parameters
None.
Body Parameters
CreateRecipesVm| Name | Description | Type | Additional information |
|---|---|---|---|
| ckdState | integer |
None. |
|
| transaction | string |
None. |
|
| height | string |
None. |
|
| weight | string |
None. |
|
| touxi | string |
None. |
|
| screa | string |
None. |
|
| birthdate | string |
None. |
|
| gender | string |
None. |
|
| k | string |
None. |
|
| p | string |
None. |
|
| tangniao | string |
None. |
|
| hypertension | string |
None. |
|
| sName | string |
None. |
|
| sSource | string |
None. |
|
| openId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ckdState": 1,
"transaction": "sample string 2",
"height": "sample string 3",
"weight": "sample string 4",
"touxi": "sample string 5",
"screa": "sample string 6",
"birthdate": "sample string 7",
"gender": "sample string 8",
"k": "sample string 9",
"p": "sample string 10",
"tangniao": "sample string 11",
"hypertension": "sample string 12",
"sName": "sample string 13",
"sSource": "sample string 14",
"openId": "sample string 15"
}
application/xml, text/xml
Sample:
<CreateRecipesVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CICA.DataModel.DCSS"> <birthdate>sample string 7</birthdate> <ckdState>1</ckdState> <gender>sample string 8</gender> <height>sample string 3</height> <hypertension>sample string 12</hypertension> <k>sample string 9</k> <openId>sample string 15</openId> <p>sample string 10</p> <sName>sample string 13</sName> <sSource>sample string 14</sSource> <screa>sample string 6</screa> <tangniao>sample string 11</tangniao> <touxi>sample string 5</touxi> <transaction>sample string 2</transaction> <weight>sample string 4</weight> </CreateRecipesVm>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.