I'm trying to get Diamond By Json using the following data(or some other DiamondId):
{ "request": { "header": { "username": "MyUid", "password": "MyPassword" }, "body":{ "diamond_id": 40910419 } } }
By it says
{
"response":{
"header":{
"error_code":4001,
"error_message":"No Diamond was found"
},
"body":{ }
}
}
And I checked in the Inventory List, 40910419 exists.
So, Why I can't get the detail by JSON?