POST update/articaltype
Request Information
URI Parameters
None.
Body Parameters
DtoArticalType| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| JournalId | integer |
None. |
|
| ArticalTypeId | string |
None. |
|
| IsChecked | boolean |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"JournalId": 2,
"ArticalTypeId": "sample string 3",
"IsChecked": true,
"Description": "sample string 5"
}
application/xml, text/xml
Sample:
<DtoArticalType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.CoreSpace.Interface.Business.Dtos.ContentSpecification"> <ArticalTypeId>sample string 3</ArticalTypeId> <Description>sample string 5</Description> <IsChecked>true</IsChecked> <JournalId>2</JournalId> <id>1</id> </DtoArticalType>
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.