Hi,
when I try to set "fluorescence_intensities" in the JSON I always get the 1001 error. I can't see any mistake. My JSON looks like this (username and password edited).
{"request": {"header": {"username": "xxx","password": "xxx"},
"body": {
"shapes": ["Round"],
"size_from": 0.1,
"size_to": 10,
"color_from": "D",
"color_to": "M",
"clarity_from": "IF",
"clarity_to": "I1",
"cut_from": "Excellent",
"cut_to": "Fair",
"polish_from": "Excellent",
"polish_to": "Fair",
"symmetry_from": "Excellent",
"symmetry_to": "Fair",
"labs": ["GIA","HRD","IGI"],
"fluorescence_intensities": "Faint",
"price_total_from": 1,
"price_total_to": 1000000,
"page_number": 1,
"page_size": 15,
"sort_by": "price",
"sort_direction": "ASC"
}}}