GET api/{DataId}/productids

Vráti zoznam ProductId všetkých katalógových produktov s nastaveným príznakom webového obchodu zo zadaného dátového prostredia

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DataId

Číslo dátového prostredia

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of globally unique identifier

Response Formats

application/json, text/json

Sample:
[
  "a5c1c3c2-1c34-487d-8ac5-017ed89aea17",
  "95f25ec8-56c6-4fff-975b-61f5e77679c8"
]

application/xml, text/xml

Sample:
<ArrayOfGuid xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <guid>a5c1c3c2-1c34-487d-8ac5-017ed89aea17</guid>
  <guid>95f25ec8-56c6-4fff-975b-61f5e77679c8</guid>
</ArrayOfGuid>