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:
[
  "d886f62e-1b97-4326-9784-ffda77800290",
  "b6354dd3-5c29-4ff2-b5d8-83791e888b5d"
]

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>d886f62e-1b97-4326-9784-ffda77800290</guid>
  <guid>b6354dd3-5c29-4ff2-b5d8-83791e888b5d</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>