POST api/gallery/file/external/create
Request Information
URI Parameters
None.
Body Parameters
GalleryFileExternalCreateView| Name | Description | Type | Additional information |
|---|---|---|---|
| GalleryId | integer |
None. |
|
| GalleryTitle | string |
None. |
|
| RelatedTypeId | integer |
None. |
|
| IsSecure | boolean |
None. |
|
| Vars | string |
None. |
|
| IsSingle | boolean |
None. |
|
| ExternalCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"GalleryId": 1,
"GalleryTitle": "sample string 2",
"RelatedTypeId": 3,
"IsSecure": true,
"Vars": "sample string 5",
"IsSingle": true,
"ExternalCode": "sample string 7"
}
application/xml, text/xml
Sample:
<GalleryFileExternalCreateView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KCore.Model.Models.GalleryView"> <ExternalCode>sample string 7</ExternalCode> <GalleryId>1</GalleryId> <GalleryTitle>sample string 2</GalleryTitle> <IsSecure>true</IsSecure> <IsSingle>true</IsSingle> <RelatedTypeId>3</RelatedTypeId> <Vars>sample string 5</Vars> </GalleryFileExternalCreateView>
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.