POST Data/SaveMethodsList
Request Information
URI Parameters
None.
Body Parameters
Collection of RecipeMethod| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| RecipeId | integer |
None. |
|
| StepNumber | integer |
None. |
|
| StepMethod | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"RecipeId": 2,
"StepNumber": 3,
"StepMethod": "sample string 4"
},
{
"Id": 1,
"RecipeId": 2,
"StepNumber": 3,
"StepMethod": "sample string 4"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1