POST api/GetAllBreakDataList

Request Information

URI Parameters

None.

Body Parameters

GetAllBreakDataList
NameDescriptionTypeAdditional information
EmployeeID

integer

None.

ManagerID

string

None.

UserType

string

None.

InputDate

string

None.

DepartmentID

integer

None.

DesignationID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "EmployeeID": 1,
  "ManagerID": "sample string 2",
  "UserType": "sample string 3",
  "InputDate": "sample string 4",
  "DepartmentID": 5,
  "DesignationID": 6
}

application/xml, text/xml

Sample:
<GetAllBreakDataList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PayrollApp.Models">
  <DepartmentID>5</DepartmentID>
  <DesignationID>6</DesignationID>
  <EmployeeID>1</EmployeeID>
  <InputDate>sample string 4</InputDate>
  <ManagerID>sample string 2</ManagerID>
  <UserType>sample string 3</UserType>
</GetAllBreakDataList>

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.