POST api/UserLocation/InsertUserLocation
Request Information
URI Parameters
None.
Body Parameters
UserLocationInfoName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
UserName | string |
None. |
|
Phone | string |
None. |
|
Latitude | string |
None. |
|
Longitude | string |
None. |
|
OS | string |
None. |
|
CreateDate | date |
None. |
|
EventName | string |
None. |
|
SoCT | string |
None. |
|
LoaiPhieu | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "UserName": "sample string 2", "Phone": "sample string 3", "Latitude": "sample string 4", "Longitude": "sample string 5", "OS": "sample string 6", "CreateDate": "2025-05-24T04:43:47.3490417+07:00", "EventName": "sample string 7", "SoCT": "sample string 8", "LoaiPhieu": "sample string 9" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseInfoName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Message | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Message": "sample string 2", "Data": {} }