POST api/Security/CerrarSesion?IdUsuario={IdUsuario}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IdUsuario | string |
Required |
Body Parameters
None.
Response Information
Resource Description
OperationName | Description | Type | Additional information |
---|---|---|---|
OperationStatus | integer |
None. |
|
OperationCode | integer |
None. |
|
OperationMessage | OperationMessage |
None. |
Response Formats
application/json, text/json
Sample:
{ "OperationStatus": 1, "OperationCode": 2, "OperationMessage": null }
text/html
Sample:
{"OperationStatus":1,"OperationCode":2,"OperationMessage":null}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.