POST api/SubNavigationItem/UpdateMobileImage
Request Information
URI Parameters
None.
Body Parameters
UpdateMobileImage| Name | Description | Type | Additional information |
|---|---|---|---|
| SubNavigation_Id | integer |
None. |
|
| Photo1 | string |
None. |
|
| Photo2 | string |
None. |
|
| Photo3 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SubNavigation_Id": 1,
"Photo1": "sample string 2",
"Photo2": "sample string 3",
"Photo3": "sample string 4"
}
application/octet-stream
Sample:
{"$id":"1","SubNavigation_Id":1,"Photo1":"sample string 2","Photo2":"sample string 3","Photo3":"sample string 4"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream
Sample:
Sample not available.