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