POST BranchesGallery/ArchiveBranchesGallery

Request Information

URI Parameters

None.

Body Parameters

BranchesGalleryDataContext
NameDescriptionTypeAdditional information
filterStatus

boolean

None.

paginationStatus

boolean

None.

textSearch

string

None.

language

string

None.

statusWithAll

boolean

None.

pageSize

integer

None.

page

integer

None.

sortToken

string

None.

branchToken

string

None.

branchGalleryToken

string

None.

branchGalleryPath

string

None.

branchImages

Collection of string

None.

branchGalleryArchiveStatus

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "filterStatus": true,
  "paginationStatus": true,
  "textSearch": "sample string 3",
  "language": "sample string 4",
  "statusWithAll": true,
  "pageSize": 6,
  "page": 7,
  "sortToken": "sample string 8",
  "branchToken": "sample string 9",
  "branchGalleryToken": "sample string 10",
  "branchGalleryPath": "sample string 11",
  "branchImages": [
    "sample string 1",
    "sample string 2"
  ],
  "branchGalleryArchiveStatus": true
}

application/xml, text/xml

Sample:
<BranchesGalleryDataContext xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelUI.BranchesModule.BranchesGallery">
  <branchGalleryArchiveStatus xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.BranchesModule.BranchesGallery">true</branchGalleryArchiveStatus>
  <branchGalleryPath xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.BranchesModule.BranchesGallery">sample string 11</branchGalleryPath>
  <branchGalleryToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.BranchesModule.BranchesGallery">sample string 10</branchGalleryToken>
  <branchImages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.BranchesModule.BranchesGallery">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </branchImages>
  <branchToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.BranchesModule.BranchesGallery">sample string 9</branchToken>
  <filterStatus>true</filterStatus>
  <language>sample string 4</language>
  <page>7</page>
  <pageSize>6</pageSize>
  <paginationStatus>true</paginationStatus>
  <sortToken>sample string 8</sortToken>
  <statusWithAll>true</statusWithAll>
  <textSearch>sample string 3</textSearch>
</BranchesGalleryDataContext>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.