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": "2024-11-21T09:40:12.4122948+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"