POST API/Customer/ManageDashBoardGallery?action={action}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| action | string |
Required |
Body Parameters
DashBoardGallery| Name | Description | Type | Additional information |
|---|---|---|---|
| GalleryId | integer |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| ImageName | string |
None. |
|
| ImageType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"galleryId": 1,
"title": "sample string 1",
"description": "sample string 2",
"imageName": "sample string 3",
"imageType": "sample string 4"
}
application/xml, text/xml
Sample:
<DashBoardGallery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrownCow.Customer.EntityLayer"> <Description>sample string 2</Description> <GalleryId>1</GalleryId> <ImageName>sample string 3</ImageName> <ImageType>sample string 4</ImageType> <Title>sample string 1</Title> </DashBoardGallery>
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.