POST api/tourplan/AddCustomerInBeat
Request Information
URI Parameters
None.
Body Parameters
AddInBeat| Name | Description | Type | Additional information |
|---|---|---|---|
| ForEmployeeId | integer |
None. |
|
| BeatId | integer |
None. |
|
| BusinessPartnerId | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| SessionID | string |
None. |
|
| DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ForEmployeeId": 1,
"BeatId": 2,
"BusinessPartnerId": 3,
"EmployeeId": 4,
"SessionID": "sample string 5",
"DeviceID": "sample string 6"
}
application/xml, text/xml
Sample:
<AddInBeat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/application.knh.webapi.BE"> <DeviceID>sample string 6</DeviceID> <EmployeeId>4</EmployeeId> <SessionID>sample string 5</SessionID> <BeatId>2</BeatId> <BusinessPartnerId>3</BusinessPartnerId> <ForEmployeeId>1</ForEmployeeId> </AddInBeat>
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.