POST journaledit/articletypemaster
Request Information
URI Parameters
None.
Body Parameters
DtoArticleTypeMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| JournalId | integer |
None. |
|
| ArticleTypeId | integer |
None. |
|
| ContentId | integer |
None. |
|
| IsChecked | boolean |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"JournalId": 1,
"ArticleTypeId": 1,
"ContentId": 1,
"IsChecked": true,
"Description": "sample string 2"
}
application/xml, text/xml
Sample:
<DtoArticleTypeMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.JSLD.BusinessInterface.DTO"> <ArticleTypeId>1</ArticleTypeId> <ContentId>1</ContentId> <Description>sample string 2</Description> <Id>1</Id> <IsChecked>true</IsChecked> <JournalId>1</JournalId> </DtoArticleTypeMaster>
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.