POST api/Account
Documentation for 'Post'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "UserName": "sample string 1", "Password": "sample string 2", "AppVersion": 3, "LocalTime": "2025-01-18T05:14:52.5972451+00:00", "DoTrack": true, "UDID": "sample string 6", "OS": 7, "OSVersion": "sample string 8", "IMEI": "sample string 9" }
Response Information
Response body formats
application/json, text/json
Sample:
"sample string 1"