POST Data/SaveRecipeImage
Request Information
URI Parameters
None.
Body Parameters
RecipeImages| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| RecipeId | integer |
None. |
|
| Imagedata | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RecipeId": 2,
"Imagedata": "QEA="
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1