Name | Description | Additional information |
---|---|---|
Username | No documentation available. |
Define this parameter in the request body. |
Password | No documentation available. |
Define this parameter in the request body. |
{ "Username": "sample string 1", "Password": "sample string 2" }
<tokenmodel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICOMMON"> <Password>sample string 2</Password> <Username>sample string 1</Username> </tokenmodel>
Sample not available.
{ "Username": "sample string 1", "Token": "c5db35e7-bcd4-40c6-af48-98605ad0c2b4", "TokenCreated": "2025-04-20T02:46:33.4349349+00:00", "TokenExpired": "2025-04-20T02:46:33.4349349+00:00", "Exception": "sample string 5" }
<tokenreturnmodel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICOMMON"> <Exception>sample string 5</Exception> <Token>c5db35e7-bcd4-40c6-af48-98605ad0c2b4</Token> <TokenCreated>2025-04-20T02:46:33.4349349+00:00</TokenCreated> <TokenExpired>2025-04-20T02:46:33.4349349+00:00</TokenExpired> <Username>sample string 1</Username> </tokenreturnmodel>