POST add/taskdetails

Request Information

URI Parameters

None.

Body Parameters

DtoTaskDetails
NameDescriptionTypeAdditional information
ORoleId

integer

None.

OUserId

integer

None.

OldStatusId

integer

None.

NRoleId

integer

None.

NUserId

integer

None.

NStatusId

integer

None.

JournalId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ORoleId": 1,
  "OUserId": 2,
  "OldStatusId": 3,
  "NRoleId": 4,
  "NUserId": 5,
  "NStatusId": 6,
  "JournalId": 7
}

application/xml, text/xml

Sample:
<DtoTaskDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.JSLD.Interface.Business.Dtos.TaskDetail">
  <JournalId>7</JournalId>
  <NRoleId>4</NRoleId>
  <NStatusId>6</NStatusId>
  <NUserId>5</NUserId>
  <ORoleId>1</ORoleId>
  <OUserId>2</OUserId>
  <OldStatusId>3</OldStatusId>
</DtoTaskDetails>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DtoTaskDetails'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.