Unless explicitly stated on the documentation for a method, the accepted Web API call content types are:
Calls using any other content type (ex: text/plain) are not supported.
-
APIs
-
TeamDynamix.Api.Auth.LoginParameters
Contents
Summary
A set of parameters for username/password-based logins.
Properties
Name
|
Required?
|
Type
|
Summary
|
UserName
|
This field is required.
|
String |
The username of the login parameters.
|
Password
|
This field is required.
|
String |
The password of the login parameters.
|