PUT api/EmployeeComWorkingExtra?MID={MID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
MID

integer

Required

Body Parameters

EmployeeComWorkingExtra
NameDescriptionTypeAdditional information
MID

integer

None.

EMP_NAME

string

None.

EMP_DEPT

string

None.

EMP_LOCATION

string

None.

APPROVED_BY

string

None.

WORKED_ON

date

None.

REMARKS

string

None.

WORKING_DURING

string

None.

HALF_FULL_DAY

string

None.

COMPENSATION

string

None.

WORKING_LOCATION

string

None.

TYPE_OF_WORK

string

None.

CHECK_IN_TIME

date

None.

CHECK_OUT_TIME

date

None.

LEAVE_TAKEN_DATES

string

None.

LEAVE_ON_MID

integer

None.

APPROVAL_STATUS

string

None.

TIME_DURATION

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MID": 1,
  "EMP_NAME": "sample string 2",
  "EMP_DEPT": "sample string 3",
  "EMP_LOCATION": "sample string 4",
  "APPROVED_BY": "sample string 5",
  "WORKED_ON": "2025-08-06T03:30:04.9316544+04:00",
  "REMARKS": "sample string 7",
  "WORKING_DURING": "sample string 8",
  "HALF_FULL_DAY": "sample string 9",
  "COMPENSATION": "sample string 10",
  "WORKING_LOCATION": "sample string 11",
  "TYPE_OF_WORK": "sample string 12",
  "CHECK_IN_TIME": "2025-08-06T03:30:04.9316544+04:00",
  "CHECK_OUT_TIME": "2025-08-06T03:30:04.9316544+04:00",
  "LEAVE_TAKEN_DATES": "sample string 14",
  "LEAVE_ON_MID": 15,
  "APPROVAL_STATUS": "sample string 16",
  "TIME_DURATION": "sample string 17"
}

text/html

Sample:
{"MID":1,"EMP_NAME":"sample string 2","EMP_DEPT":"sample string 3","EMP_LOCATION":"sample string 4","APPROVED_BY":"sample string 5","WORKED_ON":"2025-08-06T03:30:04.9316544+04:00","REMARKS":"sample string 7","WORKING_DURING":"sample string 8","HALF_FULL_DAY":"sample string 9","COMPENSATION":"sample string 10","WORKING_LOCATION":"sample string 11","TYPE_OF_WORK":"sample string 12","CHECK_IN_TIME":"2025-08-06T03:30:04.9316544+04:00","CHECK_OUT_TIME":"2025-08-06T03:30:04.9316544+04:00","LEAVE_TAKEN_DATES":"sample string 14","LEAVE_ON_MID":15,"APPROVAL_STATUS":"sample string 16","TIME_DURATION":"sample string 17"}

application/xml, text/xml

Sample:
<EmployeeComWorkingExtra xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Models.Communicators">
  <APPROVAL_STATUS>sample string 16</APPROVAL_STATUS>
  <APPROVED_BY>sample string 5</APPROVED_BY>
  <CHECK_IN_TIME>2025-08-06T03:30:04.9316544+04:00</CHECK_IN_TIME>
  <CHECK_OUT_TIME>2025-08-06T03:30:04.9316544+04:00</CHECK_OUT_TIME>
  <COMPENSATION>sample string 10</COMPENSATION>
  <EMP_DEPT>sample string 3</EMP_DEPT>
  <EMP_LOCATION>sample string 4</EMP_LOCATION>
  <EMP_NAME>sample string 2</EMP_NAME>
  <HALF_FULL_DAY>sample string 9</HALF_FULL_DAY>
  <LEAVE_ON_MID>15</LEAVE_ON_MID>
  <LEAVE_TAKEN_DATES>sample string 14</LEAVE_TAKEN_DATES>
  <MID>1</MID>
  <REMARKS>sample string 7</REMARKS>
  <TIME_DURATION>sample string 17</TIME_DURATION>
  <TYPE_OF_WORK>sample string 12</TYPE_OF_WORK>
  <WORKED_ON>2025-08-06T03:30:04.9316544+04:00</WORKED_ON>
  <WORKING_DURING>sample string 8</WORKING_DURING>
  <WORKING_LOCATION>sample string 11</WORKING_LOCATION>
</EmployeeComWorkingExtra>

application/x-www-form-urlencoded

Sample:

Sample not available.

multipart/form-data

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="MID"

1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="EMP_NAME"

sample string 2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="EMP_DEPT"

sample string 3
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="EMP_LOCATION"

sample string 4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="APPROVED_BY"

sample string 5
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="WORKED_ON"

2025-08-06T03:30:04.9316544+04:00
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="REMARKS"

sample string 7
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="WORKING_DURING"

sample string 8
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="HALF_FULL_DAY"

sample string 9
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="COMPENSATION"

sample string 10
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="WORKING_LOCATION"

sample string 11
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="TYPE_OF_WORK"

sample string 12
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="CHECK_IN_TIME"

2025-08-06T03:30:04.9316544+04:00
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="CHECK_OUT_TIME"

2025-08-06T03:30:04.9316544+04:00
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="LEAVE_TAKEN_DATES"

sample string 14
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="LEAVE_ON_MID"

15
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="APPROVAL_STATUS"

sample string 16
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="TIME_DURATION"

sample string 17
--MultipartDataMediaFormatterBoundary1q2w3e--

Response Information

Resource Description

EmployeeComWorkingExtraApiResponse
NameDescriptionTypeAdditional information
Message

string

None.

Status

string

None.

Response

EmployeeComWorkingExtra

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Status": "sample string 2",
  "Response": {
    "MID": 1,
    "EMP_NAME": "sample string 2",
    "EMP_DEPT": "sample string 3",
    "EMP_LOCATION": "sample string 4",
    "APPROVED_BY": "sample string 5",
    "WORKED_ON": "2025-08-06T03:30:04.9316544+04:00",
    "REMARKS": "sample string 7",
    "WORKING_DURING": "sample string 8",
    "HALF_FULL_DAY": "sample string 9",
    "COMPENSATION": "sample string 10",
    "WORKING_LOCATION": "sample string 11",
    "TYPE_OF_WORK": "sample string 12",
    "CHECK_IN_TIME": "2025-08-06T03:30:04.9316544+04:00",
    "CHECK_OUT_TIME": "2025-08-06T03:30:04.9316544+04:00",
    "LEAVE_TAKEN_DATES": "sample string 14",
    "LEAVE_ON_MID": 15,
    "APPROVAL_STATUS": "sample string 16",
    "TIME_DURATION": "sample string 17"
  }
}

text/html

Sample:
{"Message":"sample string 1","Status":"sample string 2","Response":{"MID":1,"EMP_NAME":"sample string 2","EMP_DEPT":"sample string 3","EMP_LOCATION":"sample string 4","APPROVED_BY":"sample string 5","WORKED_ON":"2025-08-06T03:30:04.9316544+04:00","REMARKS":"sample string 7","WORKING_DURING":"sample string 8","HALF_FULL_DAY":"sample string 9","COMPENSATION":"sample string 10","WORKING_LOCATION":"sample string 11","TYPE_OF_WORK":"sample string 12","CHECK_IN_TIME":"2025-08-06T03:30:04.9316544+04:00","CHECK_OUT_TIME":"2025-08-06T03:30:04.9316544+04:00","LEAVE_TAKEN_DATES":"sample string 14","LEAVE_ON_MID":15,"APPROVAL_STATUS":"sample string 16","TIME_DURATION":"sample string 17"}}

application/xml, text/xml

Sample:
<EmployeeComWorkingExtraApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Models.Communicators">
  <Message>sample string 1</Message>
  <Response>
    <APPROVAL_STATUS>sample string 16</APPROVAL_STATUS>
    <APPROVED_BY>sample string 5</APPROVED_BY>
    <CHECK_IN_TIME>2025-08-06T03:30:04.9316544+04:00</CHECK_IN_TIME>
    <CHECK_OUT_TIME>2025-08-06T03:30:04.9316544+04:00</CHECK_OUT_TIME>
    <COMPENSATION>sample string 10</COMPENSATION>
    <EMP_DEPT>sample string 3</EMP_DEPT>
    <EMP_LOCATION>sample string 4</EMP_LOCATION>
    <EMP_NAME>sample string 2</EMP_NAME>
    <HALF_FULL_DAY>sample string 9</HALF_FULL_DAY>
    <LEAVE_ON_MID>15</LEAVE_ON_MID>
    <LEAVE_TAKEN_DATES>sample string 14</LEAVE_TAKEN_DATES>
    <MID>1</MID>
    <REMARKS>sample string 7</REMARKS>
    <TIME_DURATION>sample string 17</TIME_DURATION>
    <TYPE_OF_WORK>sample string 12</TYPE_OF_WORK>
    <WORKED_ON>2025-08-06T03:30:04.9316544+04:00</WORKED_ON>
    <WORKING_DURING>sample string 8</WORKING_DURING>
    <WORKING_LOCATION>sample string 11</WORKING_LOCATION>
  </Response>
  <Status>sample string 2</Status>
</EmployeeComWorkingExtraApiResponse>

multipart/form-data

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Message"

sample string 1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Status"

sample string 2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.MID"

1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.EMP_NAME"

sample string 2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.EMP_DEPT"

sample string 3
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.EMP_LOCATION"

sample string 4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.APPROVED_BY"

sample string 5
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.WORKED_ON"

2025-08-06T03:30:04.9316544+04:00
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.REMARKS"

sample string 7
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.WORKING_DURING"

sample string 8
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.HALF_FULL_DAY"

sample string 9
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.COMPENSATION"

sample string 10
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.WORKING_LOCATION"

sample string 11
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.TYPE_OF_WORK"

sample string 12
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.CHECK_IN_TIME"

2025-08-06T03:30:04.9316544+04:00
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.CHECK_OUT_TIME"

2025-08-06T03:30:04.9316544+04:00
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.LEAVE_TAKEN_DATES"

sample string 14
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.LEAVE_ON_MID"

15
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.APPROVAL_STATUS"

sample string 16
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.TIME_DURATION"

sample string 17
--MultipartDataMediaFormatterBoundary1q2w3e--