GET ecommerce/{Sid}/channel/getProductJoin/view/{viewCode}/all

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Sid

string

Required

viewCode

string

Required

Body Parameters

None.

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:46.7741699+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:46.7741699+01:00",
      "ImgUrl": "sample string 10"
    }
  ]
}