POST ecommerce/{Sid}/channel/getProductJoin/view/{viewCode}/filter

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Sid

string

Required

viewCode

string

Required

Body Parameters

Dictionary of string [key] and string [value]

Request Formats

application/json, text/json

Sample:
{
  "sample string 1": "sample string 2",
  "sample string 3": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RSBaseOfListOfJoinProduct
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrMessage

string

None.

ErrCode

ErrorCode

None.

Data

Collection of JoinProduct

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrMessage": "sample string 2",
  "ErrCode": 0,
  "Data": [
    {
      "Document": {
        "DEPP": "sample string 1",
        "TDOC": "sample string 2",
        "TDOCDescr": "sample string 3",
        "DTDOC": "sample string 4",
        "NUMD": "sample string 5"
      },
      "COD1": "sample string 1",
      "COD2": "sample string 2",
      "COD3": "sample string 3",
      "COD4": "sample string 4",
      "DESC1": "sample string 5",
      "DESC2": "sample string 6",
      "DESC3": "sample string 7",
      "TAG": "sample string 8",
      "Selected": 9,
      "LastPublish": "2025-12-09T17:40:38.8190285+01:00",
      "ImgUrl": "sample string 10"
    },
    {
      "Document": {
        "DEPP": "sample string 1",
        "TDOC": "sample string 2",
        "TDOCDescr": "sample string 3",
        "DTDOC": "sample string 4",
        "NUMD": "sample string 5"
      },
      "COD1": "sample string 1",
      "COD2": "sample string 2",
      "COD3": "sample string 3",
      "COD4": "sample string 4",
      "DESC1": "sample string 5",
      "DESC2": "sample string 6",
      "DESC3": "sample string 7",
      "TAG": "sample string 8",
      "Selected": 9,
      "LastPublish": "2025-12-09T17:40:38.8190285+01:00",
      "ImgUrl": "sample string 10"
    }
  ]
}