POST api/CompanyArticle/AddArticleToCatalogList?companyId={companyId}&articleId={articleId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyId | globally unique identifier |
Required |
|
| articleId | globally unique identifier |
Required |
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "831a2248-fce1-4add-bc2a-0f1729432e2b", "455dff64-9dbd-40a1-b516-0717fd4dab2d" ]
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>831a2248-fce1-4add-bc2a-0f1729432e2b</guid> <guid>455dff64-9dbd-40a1-b516-0717fd4dab2d</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>