I am trying to perform a PATCH request in postman on a Business Central Cloud record.
I have created the Web Service in Business Central, and published. I can perform a GET and view the record in postman.

I am trying to perform a PATCH to update any of the fields. The request looks like:

My request body is set as:
{
"Code1": "Test"
}
The Primary Key of the "Outbound Transaction" is 12.
Please could anyone advise on anything I should be doing differently.
The page is a standard page, not an API page.
Thank you.