POST api/User/SetUserLogged_v3
Request Information
URI Parameters
None.
Body Parameters
UserLoggedName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
UserName | string |
None. |
|
Sub | string |
None. |
|
LoggedTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "UserName": "sample string 2", "Sub": "sample string 3", "LoggedTime": "2025-08-19T23:48:59.1278194+00:00" }
application/xml, text/xml
Sample:
<UserLogged xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IC2.Models"> <Id>1</Id> <LoggedTime>2025-08-19T23:48:59.1278194+00:00</LoggedTime> <Sub>sample string 3</Sub> <UserName>sample string 2</UserName> </UserLogged>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResultsName | Description | Type | Additional information |
---|---|---|---|
OBJETO | Object |
None. |
|
MENSAJE | string |
None. |
|
STATUS | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "OBJETO": {}, "MENSAJE": "sample string 2", "STATUS": "sample string 3" }
application/xml, text/xml
Sample:
<Results xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IC2.Models"> <MENSAJE>sample string 2</MENSAJE> <OBJETO /> <STATUS>sample string 3</STATUS> </Results>