POST api/tourplan/SaveBusinessPartnerQRCode
Request Information
URI Parameters
None.
Body Parameters
BusinessPartnerQRCode| Name | Description | Type | Additional information |
|---|---|---|---|
| BusinessPartnerId | integer |
None. |
|
| QRCode | string |
None. |
|
| Latitude | string |
None. |
|
| Longitude | string |
None. |
|
| EmployeeId | integer |
None. |
|
| SessionID | string |
None. |
|
| DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BusinessPartnerId": 1,
"QRCode": "sample string 2",
"Latitude": "sample string 3",
"Longitude": "sample string 4",
"EmployeeId": 5,
"SessionID": "sample string 6",
"DeviceID": "sample string 7"
}
application/xml, text/xml
Sample:
<BusinessPartnerQRCode 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> <BusinessPartnerId>1</BusinessPartnerId> <Latitude>sample string 3</Latitude> <Longitude>sample string 4</Longitude> <QRCode>sample string 2</QRCode> </BusinessPartnerQRCode>
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.