GET api/PreviewImage/GetById/{Id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

integer

Required

Body Parameters

None.

Response Information

Resource Description

ResponseResultOfPreviewImage
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Data

PreviewImage

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3",
  "Data": {
    "Id": 1,
    "BackdropName": "sample string 2",
    "FileName": "sample string 3",
    "Relation": [
      {
        "Id": 1,
        "PrevieName": "sample string 2",
        "PreviewImageId": 3,
        "PageSizeId": 4
      },
      {
        "Id": 1,
        "PrevieName": "sample string 2",
        "PreviewImageId": 3,
        "PageSizeId": 4
      }
    ],
    "HttpImg": "http://erp2-print.cnfth.com/CustomPicking/Previewimage/sample string 3?151751"
  }
}