POST Assign/list

Request Information

URI Parameters

None.

Body Parameters

DtoAssignUser
NameDescriptionTypeAdditional information
UserId

integer

None.

JobId

integer

None.

DeptStatusId

integer

None.

QCbyPass

boolean

None.

IsPriority

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "JobId": 2,
  "DeptStatusId": 3,
  "QCbyPass": true,
  "IsPriority": true
}

application/xml, text/xml

Sample:
<DtoAssignUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.ContentServicePaltform.Interface.Business.Dtos">
  <DeptStatusId>3</DeptStatusId>
  <IsPriority>true</IsPriority>
  <JobId>2</JobId>
  <QCbyPass>true</QCbyPass>
  <UserId>1</UserId>
</DtoAssignUser>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.