Manage Status Changes for NIR REST API is not working
Content
Hi,
I created NIR in Open Status and then trying to update the status of NIR to Definition using 'NIR Status Change' REST API but it is throwing the error 'Invalid attribute "name" in the payload.'
Below is my sample payload.
https://<instancename>.oraclecloud.com/fscmRestApi/resources/11.13.18.05/newItemRequests
{
"name": "changeStatus",
"parameters": [{
"nirNumber": "NIR123"
},
{
"orgCode": "XX"
},
{
"toStatusName": "Definition"
},
{
"comments": "Oktest"
}
]
}
As per 19C release notes, Manage Status Changes for NIR REST Service is available from 19C.
Please let me know if I am missing anything
Version
19C
Tagged:
0