GET api/SWPON_EmployeeOutDoor/GetOutDoorById?outDoorId={outDoorId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| outDoorId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Employee_OutDoor| Name | Description | Type | Additional information |
|---|---|---|---|
| OD_Id | integer |
None. |
|
| CompanyId | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| AssignBy | integer |
None. |
|
| OD_Date | date |
None. |
|
| Visit_To | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| InTime | string |
None. |
|
| OutTime | string |
None. |
|
| OD_Reason | string |
None. |
|
| OD_Status | string |
None. |
|
| Location | string |
None. |
|
| Supervisor_Status | string |
None. |
|
| Supervisor_Comment | string |
None. |
|
| Attachment_Path | string |
None. |
|
| OD_Type | integer |
None. |
|
| Latitude | string |
None. |
|
| Longitude | string |
None. |
|
| EmployeeName | string |
None. |
|
| ApprovedBy | integer |
None. |
|
| SupervisorName | string |
None. |
|
| Comment | string |
None. |
|
| Enclodure | string |
None. |
|
| OD_SubTypeId | integer |
None. |
|
| ProductId | integer |
None. |
|
| ProductName | string |
None. |
|
| SubTypeName | string |
None. |
|
| ODTypeName | string |
None. |
|
| FollowUpDate | date |
None. |
|
| FollowUpRemark | string |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"OD_Id": 1,
"CompanyId": 1,
"EmployeeId": 2,
"AssignBy": 3,
"OD_Date": "2025-12-24T18:28:44.0257552+05:30",
"Visit_To": "sample string 4",
"FromDate": "2025-12-24T18:28:44.0257552+05:30",
"ToDate": "2025-12-24T18:28:44.0257552+05:30",
"InTime": "sample string 5",
"OutTime": "sample string 6",
"OD_Reason": "sample string 7",
"OD_Status": "sample string 8",
"Location": "sample string 9",
"Supervisor_Status": "sample string 10",
"Supervisor_Comment": "sample string 11",
"Attachment_Path": "sample string 12",
"OD_Type": 13,
"Latitude": "sample string 14",
"Longitude": "sample string 15",
"EmployeeName": "sample string 16",
"ApprovedBy": 1,
"SupervisorName": "sample string 17",
"Comment": "sample string 18",
"Enclodure": "sample string 19",
"OD_SubTypeId": 1,
"ProductId": 1,
"ProductName": "sample string 20",
"SubTypeName": "sample string 21",
"ODTypeName": "sample string 22",
"FollowUpDate": "2025-12-24T18:28:44.0257552+05:30",
"FollowUpRemark": "sample string 23",
"Id": 24
}
application/xml, text/xml
Sample:
<Employee_OutDoor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CoreLibrary"> <Id>24</Id> <ApprovedBy>1</ApprovedBy> <AssignBy>3</AssignBy> <Attachment_Path>sample string 12</Attachment_Path> <Comment>sample string 18</Comment> <CompanyId>1</CompanyId> <EmployeeId>2</EmployeeId> <EmployeeName>sample string 16</EmployeeName> <Enclodure>sample string 19</Enclodure> <FollowUpDate>2025-12-24T18:28:44.0257552+05:30</FollowUpDate> <FollowUpRemark>sample string 23</FollowUpRemark> <FromDate>2025-12-24T18:28:44.0257552+05:30</FromDate> <InTime>sample string 5</InTime> <Latitude>sample string 14</Latitude> <Location>sample string 9</Location> <Longitude>sample string 15</Longitude> <ODTypeName>sample string 22</ODTypeName> <OD_Date>2025-12-24T18:28:44.0257552+05:30</OD_Date> <OD_Id>1</OD_Id> <OD_Reason>sample string 7</OD_Reason> <OD_Status>sample string 8</OD_Status> <OD_SubTypeId>1</OD_SubTypeId> <OD_Type>13</OD_Type> <OutTime>sample string 6</OutTime> <ProductId>1</ProductId> <ProductName>sample string 20</ProductName> <SubTypeName>sample string 21</SubTypeName> <SupervisorName>sample string 17</SupervisorName> <Supervisor_Comment>sample string 11</Supervisor_Comment> <Supervisor_Status>sample string 10</Supervisor_Status> <ToDate>2025-12-24T18:28:44.0257552+05:30</ToDate> <Visit_To>sample string 4</Visit_To> </Employee_OutDoor>