POST common/stockQtyByProductSearch

Request Information

URI Parameters

None.

Body Parameters

Collection of Scs
NameDescriptionTypeAdditional information
CD_STYLE

string

None.

CD_COLOR

string

None.

CD_SIZE

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "CD_STYLE": "sample string 1",
    "CD_COLOR": "sample string 2",
    "CD_SIZE": "sample string 3"
  },
  {
    "$ref": "1"
  }
]

Response Information

Resource Description

Collection of ScsOfInt32
NameDescriptionTypeAdditional information
CD_STYLE

string

None.

CD_COLOR

string

None.

CD_SIZE

string

None.

INFO

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "CD_STYLE": "sample string 1",
    "CD_COLOR": "sample string 2",
    "CD_SIZE": "sample string 3",
    "INFO": 4
  },
  {
    "$ref": "1"
  }
]