GET api/EmployeeName
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
EmployeeNameForDetailsListApiResponseName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | string |
None. |
|
Response | Collection of EmployeeNameForDetails |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": "sample string 2", "Response": [ { "EMPMST_NAME": "sample string 1", "EMPMST_DOB": "2025-08-06T03:29:35.7366444+04:00", "EMPMST_JOIN_DATE": "2025-08-06T03:29:35.7366444+04:00" }, { "EMPMST_NAME": "sample string 1", "EMPMST_DOB": "2025-08-06T03:29:35.7366444+04:00", "EMPMST_JOIN_DATE": "2025-08-06T03:29:35.7366444+04:00" } ] }
text/html
Sample:
{"Message":"sample string 1","Status":"sample string 2","Response":[{"EMPMST_NAME":"sample string 1","EMPMST_DOB":"2025-08-06T03:29:35.7366444+04:00","EMPMST_JOIN_DATE":"2025-08-06T03:29:35.7366444+04:00"},{"EMPMST_NAME":"sample string 1","EMPMST_DOB":"2025-08-06T03:29:35.7366444+04:00","EMPMST_JOIN_DATE":"2025-08-06T03:29:35.7366444+04:00"}]}
application/xml, text/xml
Sample:
<EmployeeNameForDetailsListApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Models.CustomerSupport"> <Message>sample string 1</Message> <Response> <EmployeeNameForDetails> <EMPMST_DOB>2025-08-06T03:29:35.7366444+04:00</EMPMST_DOB> <EMPMST_JOIN_DATE>2025-08-06T03:29:35.7366444+04:00</EMPMST_JOIN_DATE> <EMPMST_NAME>sample string 1</EMPMST_NAME> </EmployeeNameForDetails> <EmployeeNameForDetails> <EMPMST_DOB>2025-08-06T03:29:35.7366444+04:00</EMPMST_DOB> <EMPMST_JOIN_DATE>2025-08-06T03:29:35.7366444+04:00</EMPMST_JOIN_DATE> <EMPMST_NAME>sample string 1</EMPMST_NAME> </EmployeeNameForDetails> </Response> <Status>sample string 2</Status> </EmployeeNameForDetailsListApiResponse>
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[0].EMPMST_NAME" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[0].EMPMST_DOB" 2025-08-06T03:29:35.7366444+04:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[0].EMPMST_JOIN_DATE" 2025-08-06T03:29:35.7366444+04:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[1].EMPMST_NAME" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[1].EMPMST_DOB" 2025-08-06T03:29:35.7366444+04:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[1].EMPMST_JOIN_DATE" 2025-08-06T03:29:35.7366444+04:00 --MultipartDataMediaFormatterBoundary1q2w3e--