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:
[ "116fe374-52a7-4c9b-8667-b1bafd91d9fb", "90eec82f-84c5-45d7-ac81-5059bc8e2f66" ]
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>116fe374-52a7-4c9b-8667-b1bafd91d9fb</guid> <guid>90eec82f-84c5-45d7-ac81-5059bc8e2f66</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>