POST api/CompanyArticle/AddArticlesToCatalog?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:
[
  "373329c1-e723-414b-b428-5b43a3b9f4e9",
  "de2058d9-e67b-4b73-9d0f-176a702568cd"
]

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>373329c1-e723-414b-b428-5b43a3b9f4e9</guid>
  <guid>de2058d9-e67b-4b73-9d0f-176a702568cd</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>