POST api/ArticleType
Request Information
URI Parameters
None.
Body Parameters
ArticleType| Name | Description | Type | Additional information |
|---|---|---|---|
| Parent_Id | integer |
None. |
|
| Title | string |
None. |
|
| Singular | string |
None. |
|
| Plural | string |
None. |
|
| IsActive | boolean |
None. |
|
| HasCategory | boolean |
None. |
|
| HasManagement | boolean |
None. |
|
| Type_InMenu | boolean |
None. |
|
| Category_InMenu | boolean |
None. |
|
| Article_InMenu | boolean |
None. |
|
| Type_UrlFormat | string |
None. |
|
| Category_UrlFormat | string |
None. |
|
| Article_UrlFormat | string |
None. |
|
| HasProperty | boolean |
None. |
|
| Priority | integer |
None. |
|
| MenuIcon | string |
None. |
|
| Key | string |
None. |
|
| Modules | Collection of Object |
None. |
|
| Files | Collection of Object |
None. |
|
| Tabs | Collection of Object |
None. |
|
| Child | Collection of ArticleType |
None. |
|
| Parent | ArticleType |
None. |
|
| ArticleCategories | Collection of ArticleCategory |
None. |
|
| ArticleProperties | Collection of ArticleProperty |
None. |
|
| DynamicProperties | Collection of ArticleProperty |
None. |
|
| Id | integer |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |