POST tab/AddThumbnailDetail

Request Information

URI Parameters

None.

Body Parameters

iAddThumbnailDetail
NameDescriptionTypeAdditional information
thumbnailMasterId

globally unique identifier

None.

userId

globally unique identifier

None.

thumbnailDetailImage

string

None.

thumbnailDetailImageName

string

None.

thumbnailDetailUrl

string

None.

createdId

string

None.

userRole

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "thumbnailMasterId": "3532de4b-728b-4cb1-a3bb-fb2009119a74",
  "userId": "934b9f2d-ddca-4b12-9895-ebb1211c58ae",
  "thumbnailDetailImage": "sample string 3",
  "thumbnailDetailImageName": "sample string 4",
  "thumbnailDetailUrl": "sample string 5",
  "createdId": "sample string 6",
  "userRole": 7
}

Response Information

Resource Description

oResult
NameDescriptionTypeAdditional information
StatusCode

boolean

None.

Message

string

None.

lang

string

None.

RefNo

string

None.

Records

Collection of Object

None.

userMenu

Collection of Object

None.

MasterData

Collection of Object

None.

DetailData

Collection of Object

None.

InfoData

Collection of Object

None.

DownloadDashboard

Collection of Object

None.

ScanDashboard

Collection of Object

None.

SocialLinkDashboard

Collection of Object

None.

DownloadGraph

Collection of Object

None.

ScanGraph

Collection of Object

None.

SocialLinkGraph

Collection of Object

None.

SumDetailDashboard

Collection of Object

None.

Title

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "StatusCode": true,
  "Message": "sample string 2",
  "lang": "sample string 3",
  "RefNo": "sample string 4",
  "Records": [
    {},
    {}
  ],
  "userMenu": [
    {},
    {}
  ],
  "MasterData": [
    {},
    {}
  ],
  "DetailData": [
    {},
    {}
  ],
  "InfoData": [
    {},
    {}
  ],
  "DownloadDashboard": [
    {},
    {}
  ],
  "ScanDashboard": [
    {},
    {}
  ],
  "SocialLinkDashboard": [
    {},
    {}
  ],
  "DownloadGraph": [
    {},
    {}
  ],
  "ScanGraph": [
    {},
    {}
  ],
  "SocialLinkGraph": [
    {},
    {}
  ],
  "SumDetailDashboard": [
    {},
    {}
  ],
  "Title": [
    {},
    {}
  ]
}