HI,
I am trying to play around the REST API to import NOT_READY. I am getting this error when I try to do this through postman.
https://developer.cisco.com/docs/finesse/#!reasoncodecreate/reasoncodecreate
I get error 403 which is but I am running this on pub (per the lab setup I finesse server only)
403 | Forbidden | The user attempted to run the API against the secondary Finesse server. Configuration APIs cannot be run against the secondary Finesse server. |
Here is the POST to http://10.10.20.50/finesse/api/ReasonCode
with Admin/Supplied password/data
where date =
<ReasonCode>
<category>NOT_READY</category>
<code>34</code>
<label>TestLunch</label>
<forAll>true</forAll>
</ReasonCode>
Error I get is "Forbidden finesse.api.reasoncode.nonspog.forbidden. This resource cannot be modified from this portal.
Either I am getting the wrong error code from the API or I am running this command against the Fin sub which is not the case.
Thanks in advance.
Senthil