Help

Getting Error in POST when trying to select dropdown value

Topic Labels: API Scripting
403 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Steve48
5 - Automation Enthusiast
5 - Automation Enthusiast

In Postman I am trying to set/select the value of a single select field. This is an exsiting defined value.

A simplified version of my post is:

{
"fields": {
"Case Status": "HC - Tax Lawsuit"
}
}

I am getting this error

{
    "error": {
        "type": "INVALID_MULTIPLE_CHOICE_OPTIONS",
        "message": "Insufficient permissions to create new select option \"\"HC - Tax Lawsuit\"\""
    }
}
 
please advise
1 Reply 1
Steve48
5 - Automation Enthusiast
5 - Automation Enthusiast

I - I am the OP. I solved problem. Had selected wrong field. Sorry to bother you guys