Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
 "user_id" : "test@bimplus.net",
 "password" : "test"
}
Code Block
langxml
{
 "user_id" : "test@bimplus.net",
 "password" : "test"
}

Header:

If the Browser based REST clients does not select the Content-Type as "application/json", then please mention the content type in the header(Content-Type: application/json)

...

The token is received in the request

Code Block
{
access_token: "92d6261ef0044736a92ebfe744180314"
expires_in: 2591999
token_type: "BimPlus"
}
Code Block
langxml
{
access_token: "92d6261ef0044736a92ebfe744180314"
expires_in: 2591999
token_type: "BimPlus"
}

...