POST User/Logout
Đăng xuất hệ thống
Request Information
URI Parameters
None.
Body Parameters
ULogoutReqName | Description | Type | Additional information |
---|---|---|---|
UserName | string |
None. |
|
Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserName": "sample string 1", "Token": "sample string 2" }
application/xml, text/xml
Sample:
<ULogoutReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://cpc1hn.vn/Export/Message/v1"> <UserName>sample string 1</UserName> <Token>sample string 2</Token> </ULogoutReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ULogoutResName | Description | Type | Additional information |
---|---|---|---|
RespCode | integer |
None. |
|
RespText | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "RespCode": 1, "RespText": "sample string 2" }
application/xml, text/xml
Sample:
<ULogoutRes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://cpc1hn.vn/Export/Message/v1"> <RespCode>1</RespCode> <RespText>sample string 2</RespText> </ULogoutRes>