Hello,
Â
While attempting to perform a PATCH request from Postman (or any other connection) to IFS Cloud, I receive the following error:
Â
{
  "error": {
    "code": "REQUEST_ERROR",
    "message": "Malformed Request.",
    "details": Â
      {
        "code": "HTTP_METHOD_NOT_ALLOWED",
        "message": "HTTP method 'PATCH' not allowed for this resource."
      }
    ]
  }
}
Â
The url I am using for the request is: https://suwifsmidmigr.controlsouthern.com/main/ifsapplications/projection/v1/ManualSupplierInvoiceHandling.svc/ManSuppInvoiceSet
Â
I am only encountering this error for the ManSuppInvoiceSet projection, and only when attempting an update. This error occurs regardless of what fields I use in the request’s body, as long as the body is valid. Finding the corresponding page in IFS Cloud and manually updating it still works. Doing so through applications like Postman gets a similar error as above.
Â
This request worked for 2+ years with no error before stopping two or so months ago, presumably caused by an IFS Cloud update.
Â
Any assistance would be appreciated.