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:
[
  "fa30faa2-cc5b-4c3d-ac74-1c107612fc56",
  "0c307bea-ad17-4099-8169-0b323dd9a47e"
]

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>fa30faa2-cc5b-4c3d-ac74-1c107612fc56</guid>
  <guid>0c307bea-ad17-4099-8169-0b323dd9a47e</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>