POST api/colony/UpdateNewImageForHomeBanner
Request Information
URI Parameters
None.
Body Parameters
UpdateNewImageInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ColonyId | globally unique identifier |
None. |
|
| UserId | integer |
None. |
|
| ImageUrl | string |
None. |
|
| Url | string |
None. |
|
| IsActive | boolean |
None. |
|
| Note | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ColonyId": "2137fedd-8d9c-4bfb-a40d-3781f87a6de9",
"UserId": 2,
"ImageUrl": "sample string 3",
"Url": "sample string 4",
"IsActive": true,
"Note": "sample string 6"
}
application/xml, text/xml
Sample:
<UpdateNewImageInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.Colonys.Dto"> <ColonyId>2137fedd-8d9c-4bfb-a40d-3781f87a6de9</ColonyId> <Id>1</Id> <ImageUrl>sample string 3</ImageUrl> <IsActive>true</IsActive> <Note>sample string 6</Note> <Url>sample string 4</Url> <UserId>2</UserId> </UpdateNewImageInput>
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.