38.1.1 Request JSON Parameters
Table 38-2 Request JSON Parameters
Name | Type | Required | Description |
---|---|---|---|
token |
STRING | Yes | Enter the token which is used to authenticate ERP instance. It is mandatory for token based authentication. |
userId |
STRING | Yes | Enter the User ID which is used to authenticate ERP instance. It is mandatory for User ID/password based authentication if the password is not passed. |
password |
STRING | Yes | Enter the password which is used to authenticate ERP instance. It is mandatory for User ID/password based authentication if the User ID is not passed. |
Request JSON Sample
{
"token":"**************"
"userId":"finuser2"
"password":"**************"
}