Dear experts?
I am adding new record using Power App portals Web API post option, does not seem to work and gives error:
Error: Resource not found for the segment br_prance.
I have a field called br_type which is an option set has value as below:
717750000 - Alpha
717750001 - Beta
I need to add a new record via portal web API -
Here is the complete json
{
"br_type": "717750001",
"br_name": "Prev 1",
"br_iscancelled": "TRUE",
"wr_MemberId@odata.bind": "/contacts(6f1a341c-8097-eb11-b1ac-000d3aafa583)",
"wr_CustomerId@odata.bind": "/contacts(6f1a341c-8097-eb11-b1ac-000d3aafa583)"
}
Please if someone can help, how you can assign option sets while adding a new record via portal, is this the wrong way?