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:
[ "4fbfed43-5429-4c1b-85d3-33c4d7410131", "101441d5-8a89-4407-854b-391c7b4c91fd" ]
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>4fbfed43-5429-4c1b-85d3-33c4d7410131</guid> <guid>101441d5-8a89-4407-854b-391c7b4c91fd</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>