POST api/WorkHours/GetMyworkhours

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseOfDataTable
NameDescriptionTypeAdditional information
Data

DataTable

None.

ResultType

ResultTypeEnum

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": null,
  "ResultType": 0,
  "Message": "sample string 1"
}

application/xml, text/xml

Sample:
<ResponseOfDataTableymujubN2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WorkHours.Controllers">
  <Message>sample string 1</Message>
  <ResultType>Fail</ResultType>
  <Data i:nil="true" />
</ResponseOfDataTableymujubN2>