POST services/api/ecom/v1/Save_EcomLayout

Request Information

URI Parameters

None.

Body Parameters

Collection of EcomLayout
NameDescriptionTypeAdditional information
Id

integer

None.

Type

string

None.

BannerId

integer

None.

Sort

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Type": "sample string 2",
    "BannerId": 3,
    "Sort": 4
  },
  {
    "Id": 1,
    "Type": "sample string 2",
    "BannerId": 3,
    "Sort": 4
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

EcomLayout
NameDescriptionTypeAdditional information
Id

integer

None.

Type

string

None.

BannerId

integer

None.

Sort

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Type": "sample string 2",
  "BannerId": 3,
  "Sort": 4
}