PUT api/bo/article_categories/{articleCategoryId}
Update Article Category
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
articleCategoryId | integer |
Required |
Body Parameters
m_article_category_updateName | Description | Type | Additional information |
---|---|---|---|
ArtCateName | string |
Required String length: inclusive between 0 and 100 |
|
ArtCateDetail | string |
String length: inclusive between 0 and 255 |
Request Formats
application/json, text/json
Sample:
{ "ArtCateName": "sample string 1", "ArtCateDetail": "sample string 2" }
application/xml, text/xml
Sample:
<m_article_category_update xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KFA.Modules.Models.Backoffice"> <ArtCateDetail>sample string 2</ArtCateDetail> <ArtCateName>sample string 1</ArtCateName> </m_article_category_update>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.