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:
[
  "1d58b22b-f02b-4f2e-a702-8ed4955ebeaa",
  "351d3525-0f18-4d70-9dd7-044d0ed613c4"
]

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>1d58b22b-f02b-4f2e-a702-8ed4955ebeaa</guid>
  <guid>351d3525-0f18-4d70-9dd7-044d0ed613c4</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>