POST
http://appapi.sunhouse.com.vn/api/DMS/SaveCheckInData?cmp_wwn={cmp_wwn}&latitude={latitude}&longitude={longitude}&username={username}&distance={distance}&sysnote={sysnote}&imagepath={imagepath}&actioncode={actioncode}
Lưu dữ liệu checkIn lên hệ thống
Yêu cầu
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cmp_wwn |
Id điểm bán |
string |
Required |
latitude |
Vĩ độ |
string |
Required |
longitude |
Kinh độ |
string |
Required |
username |
Tên đăng nhập |
string |
Required |
distance |
Khoảng cách |
decimal number |
Required |
sysnote |
Ghi chú |
string |
Required |
imagepath |
Đường dẫn hình ảnh |
string |
Required |
actioncode |
CheckIn/CheckOut |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |