• Ramesh R 26
  • NEWBIE
  • 10 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi Friends,

I posted this below url to get access_token and i got access token also
But i want to create case , i dont know how to do this, please guid me with this issue

Note : I am using Postman tool for this action please help me how to pass the value

To Get Access_Tokent : -
Request : 
https://login.salesforce.com/services/oauth2/token?grant_type=password&username=r.ramesh@gmail.com&password=Ramesh@1234566QgZqsEmPk9JNxbeI6M9NV7&client_id=3MVG9pe2TCoA1Pf79wjDZewH4FE_H2OQVnt8rhRW4xG.Vn5c7OImJjmd18fUXPWRq3DJA5J3E0sB3Ci96PGd9&client_secret=8545568721922272496&redirect_uri=https://localhost:8443/RestTest/oauth/_callback

Response :
{
    "access_token": "00D0o000001AkD7!ARkAQHB5ZXtMMaH3QHUvkXxQJKPySstRsLaj3NIZZrgwC5Xgfu6QKURHop5_9p0beoED4P8ARDES8e1tAaAAoIBLeh8nKGFk",
    "instance_url": "https://ap8.salesforce.com",
    "id": "https://login.salesforce.com/id/00D0o000001AkD7EAK/0050o00000VMLvRAAX",
    "token_type": "Bearer",
    "issued_at": "1546239021943",
    "signature": "la6GCV2T8xhwyML9q+Xb5UnRwkOGaPG1QNddi+j2n+g="
}
Hi Friends,

I posted this below url to get access_token and i got access token also
But i want to create case , i dont know how to do this, please guid me with this issue

Note : I am using Postman tool for this action please help me how to pass the value

To Get Access_Tokent : -
Request : 
https://login.salesforce.com/services/oauth2/token?grant_type=password&username=r.ramesh@gmail.com&password=Ramesh@1234566QgZqsEmPk9JNxbeI6M9NV7&client_id=3MVG9pe2TCoA1Pf79wjDZewH4FE_H2OQVnt8rhRW4xG.Vn5c7OImJjmd18fUXPWRq3DJA5J3E0sB3Ci96PGd9&client_secret=8545568721922272496&redirect_uri=https://localhost:8443/RestTest/oauth/_callback

Response :
{
    "access_token": "00D0o000001AkD7!ARkAQHB5ZXtMMaH3QHUvkXxQJKPySstRsLaj3NIZZrgwC5Xgfu6QKURHop5_9p0beoED4P8ARDES8e1tAaAAoIBLeh8nKGFk",
    "instance_url": "https://ap8.salesforce.com",
    "id": "https://login.salesforce.com/id/00D0o000001AkD7EAK/0050o00000VMLvRAAX",
    "token_type": "Bearer",
    "issued_at": "1546239021943",
    "signature": "la6GCV2T8xhwyML9q+Xb5UnRwkOGaPG1QNddi+j2n+g="
}