GET product/{code}/{searchType}/{reqLabelType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
code

string

Required

searchType

string

Required

reqLabelType

string

Required

Body Parameters

None.

Response Information

Resource Description

ApplyOfListOfScsOfListOfInfo_DegreeType
NameDescriptionTypeAdditional information
YN_APPLY

boolean

None.

DS_MSG

string

None.

INFO

Collection of ScsOfListOfInfo_DegreeType

None.

Response Formats

application/json, text/json

Sample:
{
  "YN_APPLY": true,
  "DS_MSG": "sample string 2",
  "INFO": [
    {
      "$id": "2",
      "CD_STYLE": "sample string 1",
      "CD_COLOR": "sample string 2",
      "CD_SIZE": "sample string 3",
      "INFO": [
        {
          "$id": "3",
          "CD_GROUPPO": "sample string 1",
          "DS_INDIVIDUALPO": "sample string 2",
          "YN_REQUEST_AVAILABLE": true
        },
        {
          "$ref": "3"
        }
      ]
    },
    {
      "$ref": "2"
    }
  ]
}