Unable to update supplier with REST API
Using this URI:
...fscmRestApi/resources/11.13.18.05/suppliers/{supplierId}
With the following bodies to update the suppler name and set the supplier status to inactive.
{
"Supplier": "NEW_SUP_NAME_2"
}
{
"InactiveDate": "2021-04-21"
}
But I'm getting a 403 - Forbidden error when doing the PATCH in Postman. I'm able to update the supplier child/addresses and child/sites with no issues. Anyone else having this issue?