POST api_v2/AccountUserSessions/LoginByPhoneNumber
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <PhoneNumber>sample string 1</PhoneNumber> </Request>
application/json, text/json
Sample:
{ "PhoneNumber": "sample string 1" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <Value>sample string 1</Value> <Comment>sample string 2</Comment> </Result>
application/json, text/json
Sample:
{ "Value": "sample string 1", "Comment": "sample string 2" }