POST api/Recipes/CreateWeeklyRecipesV2
Request Information
URI Parameters
None.
Body Parameters
CalYinShiPostModel| Name | Description | Type | Additional information |
|---|---|---|---|
| data | CalYinShiData |
None. |
Request Formats
application/json, text/json
Sample:
{
"data": {
"sSource": "sample string 1",
"openId": "sample string 2",
"transaction": "sample string 3",
"gender": "sample string 4",
"birthdate": "sample string 5",
"height": "sample string 6",
"weight": "sample string 7",
"screa": "sample string 8",
"touxi": "sample string 9",
"k": "sample string 10",
"p": "sample string 11",
"hgb": "sample string 12",
"tangniao": "sample string 13",
"hypertension": "sample string 14",
"sName": "sample string 15",
"unionid": "sample string 16"
}
}
application/xml, text/xml
Sample:
<CalYinShiPostModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CICA.DataModel.APIEntity">
<data>
<birthdate>sample string 5</birthdate>
<gender>sample string 4</gender>
<height>sample string 6</height>
<hgb>sample string 12</hgb>
<hypertension>sample string 14</hypertension>
<k>sample string 10</k>
<openId>sample string 2</openId>
<p>sample string 11</p>
<sName>sample string 15</sName>
<sSource>sample string 1</sSource>
<screa>sample string 8</screa>
<tangniao>sample string 13</tangniao>
<touxi>sample string 9</touxi>
<transaction>sample string 3</transaction>
<unionid>sample string 16</unionid>
<weight>sample string 7</weight>
</data>
</CalYinShiPostModel>
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.