POST api/PhotoGallery/PhotoGalleryDelete
Request Information
URI Parameters
None.
Body Parameters
PhotoGalleryRequestInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ThmbImg | string |
None. |
|
| LargeImg | string |
None. |
|
| Description | string |
None. |
|
| Status | integer |
None. |
|
| DBCode | string |
None. |
|
| DBName | string |
None. |
|
| token | string |
None. |
|
| userId | string |
None. |
|
| password | string |
None. |
|
| Source | string |
None. |
|
| process | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ThmbImg": "sample string 2",
"LargeImg": "sample string 3",
"Description": "sample string 4",
"Status": 5,
"DBCode": "sample string 6",
"DBName": "sample string 7",
"token": "sample string 8",
"userId": "sample string 9",
"password": "sample string 10",
"Source": "sample string 11",
"process": "sample string 12"
}
application/xml, text/xml
Sample:
<PhotoGalleryRequestInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datacomp.ECRMagic.SiteAdmin.Info"> <DBCode>sample string 6</DBCode> <DBName>sample string 7</DBName> <Source>sample string 11</Source> <password>sample string 10</password> <process>sample string 12</process> <token>sample string 8</token> <userId>sample string 9</userId> <Description>sample string 4</Description> <Id>1</Id> <LargeImg>sample string 3</LargeImg> <Status>5</Status> <ThmbImg>sample string 2</ThmbImg> </PhotoGalleryRequestInfo>
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.