POST api/tourplan/ApproveDayTourPlanByNSM
Request Information
URI Parameters
None.
Body Parameters
ApproveSameDayTourPlan| Name | Description | Type | Additional information |
|---|---|---|---|
| TourPlanDate | date |
None. |
|
| ForEmployeeId | integer |
None. |
|
| ApprovalStatus | integer |
None. |
|
| RejectionRemark | string |
None. |
|
| EmployeeId | integer |
None. |
|
| SessionID | string |
None. |
|
| DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TourPlanDate": "2026-03-29T11:59:16.402817+05:30",
"ForEmployeeId": 2,
"ApprovalStatus": 3,
"RejectionRemark": "sample string 4",
"EmployeeId": 5,
"SessionID": "sample string 6",
"DeviceID": "sample string 7"
}
application/xml, text/xml
Sample:
<ApproveSameDayTourPlan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/application.knh.webapi.BE"> <DeviceID>sample string 7</DeviceID> <EmployeeId>5</EmployeeId> <SessionID>sample string 6</SessionID> <ApprovalStatus>3</ApprovalStatus> <ForEmployeeId>2</ForEmployeeId> <RejectionRemark>sample string 4</RejectionRemark> <TourPlanDate>2026-03-29T11:59:16.402817+05:30</TourPlanDate> </ApproveSameDayTourPlan>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.