POST api/Product/EnableExport/ClientId/{ClientId}/ChangedBy/{ChangedBy}

Enable products for export to external systems

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ClientId

globally unique identifier

Required

ChangedBy

string

Required

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "57516670-5db4-4ca2-ad7b-0105f1a7f0cd",
  "b7ef3baf-b091-407a-95b0-431f479e0054"
]

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

Item

boolean

Response Formats

application/json, text/json

Sample:
true