Parameter | Description |
---|---|
session_code | String, as received from login API. |
shape_type_id | Integer, 1 = Rounds, 2 = Fancies. |
carat_weight | Decimal, must be between 0.18 and 5.99 carats. |
color_id | Integer |
clarity_id | Integer |
{ "session_code": "MOB_20240523065727_1u1FnnB6vyD5MI6adfUa8b", "shape_type_id": 1, "carat_weight": 1.23, "color_id": 3, "clarity_id": 6 }
{ "result_info": { "response_code": 0, "response_description": "" }, "results": { "price_report_item": { "shape_type": "Rounds", "carat_weight_group_id": 10, "min_weight": 1, "max_weight": 1.24, "color": "F", "clarity": "VVS2", "price": 8400, "specific_weight": 1.23, "specific_price_per_carat": 8400, "specific_price_total": 10332 } } }