Deprecated End Points
Create a data point choice
Create a custom data point choice.
post/v3/data_point_choices
Request body
Example request
{
"dataPoint": "XprEvgai",
"organization": "mEFayXdO",
"collection": "mEFayXdO",
"label": "USD",
"value": "USD"
}Response
Successfully created a data point choice.
Example response
{
"id": 1,
"label": "USD",
"value": "USD"
}