POST api/tourplan/createZMTourPlanByRM
Request Information
URI Parameters
None.
Body Parameters
ZMTourPlanRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TourPlanName | string |
None. |
|
| TourPlanDate | string |
None. |
|
| TourPlanId | integer |
None. |
|
| TourPlanType | integer |
None. |
|
| RMEmployeeId | integer |
None. |
|
| RMTourPlanId | integer |
None. |
|
| BusinessPartnerIds | string |
None. |
|
| OtherFieldWorkRemark | string |
None. |
|
| EmployeeId | integer |
None. |
|
| SessionID | string |
None. |
|
| DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TourPlanName": "sample string 1",
"TourPlanDate": "sample string 2",
"TourPlanId": 3,
"TourPlanType": 4,
"RMEmployeeId": 5,
"RMTourPlanId": 6,
"BusinessPartnerIds": "sample string 7",
"OtherFieldWorkRemark": "sample string 8",
"EmployeeId": 9,
"SessionID": "sample string 10",
"DeviceID": "sample string 11"
}
application/xml, text/xml
Sample:
<ZMTourPlanRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/application.knh.webapi.BE"> <DeviceID>sample string 11</DeviceID> <EmployeeId>9</EmployeeId> <SessionID>sample string 10</SessionID> <BusinessPartnerIds>sample string 7</BusinessPartnerIds> <OtherFieldWorkRemark>sample string 8</OtherFieldWorkRemark> <RMEmployeeId>5</RMEmployeeId> <RMTourPlanId>6</RMTourPlanId> <TourPlanDate>sample string 2</TourPlanDate> <TourPlanId>3</TourPlanId> <TourPlanName>sample string 1</TourPlanName> <TourPlanType>4</TourPlanType> </ZMTourPlanRequest>
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.