POST department/userinfo

Request Information

URI Parameters

None.

Body Parameters

DtoDepartmentUserInfo
NameDescriptionTypeAdditional information
DepartmentId

integer

None.

ClientId

integer

None.

UserId

integer

None.

FName

string

None.

MName

string

None.

LName

string

None.

EmailId

string

None.

ContanctNo

string

None.

QC

boolean

None.

QCPercentage

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DepartmentId": 1,
  "ClientId": 2,
  "UserId": 3,
  "FName": "sample string 4",
  "MName": "sample string 5",
  "LName": "sample string 6",
  "EmailId": "sample string 7",
  "ContanctNo": "sample string 8",
  "QC": true,
  "QCPercentage": 10
}

application/xml, text/xml

Sample:
<DtoDepartmentUserInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.ContentServicePaltform.Interface.Business.Dtos">
  <ClientId>2</ClientId>
  <ContanctNo>sample string 8</ContanctNo>
  <DepartmentId>1</DepartmentId>
  <EmailId>sample string 7</EmailId>
  <FName>sample string 4</FName>
  <LName>sample string 6</LName>
  <MName>sample string 5</MName>
  <QC>true</QC>
  <QCPercentage>10</QCPercentage>
  <UserId>3</UserId>
</DtoDepartmentUserInfo>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.