POST api/CompanyArticle/RemoveArticlesFromCatalog?companyId={companyId}&catalogId={catalogId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
companyId

globally unique identifier

Required

catalogId

globally unique identifier

Required

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "655fd699-bf24-4fcf-8a6d-9873e0721c50",
  "ce570a72-42af-4b39-8b71-9323d9c5a1d7"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>655fd699-bf24-4fcf-8a6d-9873e0721c50</guid>
  <guid>ce570a72-42af-4b39-8b71-9323d9c5a1d7</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>