| Parameter | Description |
|---|---|
| session_code | String, as received from login API. |
| diamond_ids | Integer Array |
| total_price | Decimal |
| shipping_method | String, either "standard" or "expedited" |
| branch_id | Integer |
{
"session_code": "MOB_20240523065727_1u1FnnB6vyD5MI6adfUa8b",
"shipping_method": "standard",
"branch_id": 21103,
"diamond_ids": [
387665879,
380175681
]
}
{
"result_info": {
"response_code": 0,
"response_description": ""
},
"results": {
"create_success": true
}
}