POST trancation

Request Information

URI Parameters

None.

Body Parameters

DtoWorkflowDetails
NameDescriptionTypeAdditional information
StatusId

integer

None.

UserId

integer

None.

DeptId

integer

None.

JobId

integer

None.

CreatedBy

integer

None.

ClientId

integer

None.

PackageName

integer

None.

JobMasterId

integer

None.

ArticleMasterId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "StatusId": 1,
  "UserId": 2,
  "DeptId": 3,
  "JobId": 4,
  "CreatedBy": 5,
  "ClientId": 6,
  "PackageName": 7,
  "JobMasterId": 8,
  "ArticleMasterId": 9
}

application/xml, text/xml

Sample:
<DtoWorkflowDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.ContentServicePaltform.Interface.Business.Dtos.WorkflowDetails">
  <ArticleMasterId>9</ArticleMasterId>
  <ClientId>6</ClientId>
  <CreatedBy>5</CreatedBy>
  <DeptId>3</DeptId>
  <JobId>4</JobId>
  <JobMasterId>8</JobMasterId>
  <PackageName>7</PackageName>
  <StatusId>1</StatusId>
  <UserId>2</UserId>
</DtoWorkflowDetails>

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 'DtoWorkflowDetails'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.