POST add/covermonths

Request Information

URI Parameters

None.

Body Parameters

DtoCoverMonth
NameDescriptionTypeAdditional information
Id

integer

None.

JournalId

integer

None.

January

boolean

None.

February

boolean

None.

March

boolean

None.

April

boolean

None.

May

boolean

None.

June

boolean

None.

July

boolean

None.

August

boolean

None.

September

boolean

None.

October

boolean

None.

November

boolean

None.

December

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "JournalId": 2,
  "January": true,
  "February": true,
  "March": true,
  "April": true,
  "May": true,
  "June": true,
  "July": true,
  "August": true,
  "September": true,
  "October": true,
  "November": true,
  "December": true
}

application/xml, text/xml

Sample:
<DtoCoverMonth xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.CoreSpace.Interface.Business.Dtos.TitleInformation">
  <April>true</April>
  <August>true</August>
  <December>true</December>
  <February>true</February>
  <Id>1</Id>
  <January>true</January>
  <JournalId>2</JournalId>
  <July>true</July>
  <June>true</June>
  <March>true</March>
  <May>true</May>
  <November>true</November>
  <October>true</October>
  <September>true</September>
</DtoCoverMonth>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.