POST api/CompanyArticle/RemoveArticleFromCatalogList?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:
[ "5738350b-ca6b-49a3-9246-e0db33fb53fd", "165d952a-b18b-4dce-a8be-64c77c14b5f7" ]
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>5738350b-ca6b-49a3-9246-e0db33fb53fd</guid> <guid>165d952a-b18b-4dce-a8be-64c77c14b5f7</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>