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:
[ "558118e3-aa3f-46ce-9d81-57bbf6ed4872", "2e7b384c-ed35-4d34-baba-c0aeac7fa5b3" ]
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>558118e3-aa3f-46ce-9d81-57bbf6ed4872</guid> <guid>2e7b384c-ed35-4d34-baba-c0aeac7fa5b3</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>