POST api/tourplan/CreateBeatBySenior
Request Information
URI Parameters
None.
Body Parameters
CreateBeatByRM| Name | Description | Type | Additional information |
|---|---|---|---|
| BeatId | integer |
None. |
|
| BeatName | string |
None. |
|
| BMEmployeeId | integer |
None. |
|
| CustomerIds | string |
None. |
|
| EmployeeId | integer |
None. |
|
| SessionID | string |
None. |
|
| DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BeatId": 1,
"BeatName": "sample string 2",
"BMEmployeeId": 3,
"CustomerIds": "sample string 4",
"EmployeeId": 5,
"SessionID": "sample string 6",
"DeviceID": "sample string 7"
}
application/xml, text/xml
Sample:
<CreateBeatByRM 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> <BMEmployeeId>3</BMEmployeeId> <BeatId>1</BeatId> <BeatName>sample string 2</BeatName> <CustomerIds>sample string 4</CustomerIds> </CreateBeatByRM>
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.