The TFNRegistry™ APIs follow a standard RESTful model using the Richardson Maturity Model level 1 approach with the standard HTTP verbs @GET, @POST, @PUT, @DELETE to represent the CRUD operations against the defined resources.
The PUT verb is used for full and partial updates, POST for creates, GET for reads, and DELETE for deletes.