POST api/ExecuteProcedure/Load

Request Information

URI Parameters

None.

Body Parameters

Object

None.

Request Formats

application/json, text/json

Sample:
{}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RequestResultOfListOfBackgroundImage
NameDescriptionTypeAdditional information
Result

boolean

None.

Code

string

None.

Msg

string

None.

Data

Collection of BackgroundImage

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": true,
  "Code": "sample string 2",
  "Msg": "sample string 3",
  "Data": [
    {
      "ImageID": 1,
      "Image": "sample string 2",
      "IsLogo": true,
      "EntityChanged": true
    },
    {
      "ImageID": 1,
      "Image": "sample string 2",
      "IsLogo": true,
      "EntityChanged": true
    }
  ]
}