POST api/AI/HR-Provide-Timesheet-Access

Request Information

URI Parameters

None.

Body Parameters

Collection of ProvideTimesheetAccess
NameDescriptionTypeAdditional information
EmpId

integer

None.

Description

string

None.

Message

string

None.

IsSucess

boolean

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "EmpId": 1,
    "Description": "sample string 2",
    "Message": "sample string 3",
    "IsSucess": true
  },
  {
    "EmpId": 1,
    "Description": "sample string 2",
    "Message": "sample string 3",
    "IsSucess": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfProvideTimesheetAccess xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgoraBL.Models">
  <ProvideTimesheetAccess>
    <Description>sample string 2</Description>
    <EmpId>1</EmpId>
    <IsSucess>true</IsSucess>
    <Message>sample string 3</Message>
  </ProvideTimesheetAccess>
  <ProvideTimesheetAccess>
    <Description>sample string 2</Description>
    <EmpId>1</EmpId>
    <IsSucess>true</IsSucess>
    <Message>sample string 3</Message>
  </ProvideTimesheetAccess>
</ArrayOfProvideTimesheetAccess>

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.