POST api/Profile/GetPhotoGallaryListAsync

Request Information

URI Parameters

None.

Body Parameters

PhotoGalleryRequestInfo
NameDescriptionTypeAdditional information
PhotoGalleryInfo

PhotoGalleryInfo

None.

dbConst

string

None.

UserDBConst

string

None.

userId

string

None.

password

string

None.

token

string

None.

clientCode

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PhotoGalleryInfo": {
    "ThmbImg": "sample string 1",
    "LargeImg": "sample string 2",
    "Description": "sample string 3",
    "Status": true,
    "LargeImgEnocde": "sample string 5",
    "ThmbImgEnocde": "sample string 6"
  },
  "dbConst": "sample string 1",
  "UserDBConst": "sample string 2",
  "userId": "sample string 3",
  "password": "sample string 4",
  "token": "sample string 5",
  "clientCode": 6
}

application/xml, text/xml

Sample:
<PhotoGalleryRequestInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datacomp.ECR.AppService.Info">
  <UserDBConst>sample string 2</UserDBConst>
  <clientCode>6</clientCode>
  <dbConst>sample string 1</dbConst>
  <password>sample string 4</password>
  <token>sample string 5</token>
  <userId>sample string 3</userId>
  <PhotoGalleryInfo>
    <Description>sample string 3</Description>
    <LargeImg>sample string 2</LargeImg>
    <LargeImgEnocde>sample string 5</LargeImgEnocde>
    <Status>true</Status>
    <ThmbImg>sample string 1</ThmbImg>
    <ThmbImgEnocde>sample string 6</ThmbImgEnocde>
  </PhotoGalleryInfo>
</PhotoGalleryRequestInfo>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PhotoGalleryRequestInfo'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.