Test Data Management
- Test Data Management 10.5.1
- All Products
Method
| Description
|
---|---|
GET
| Use the GET method to retrieve information as identified by the Uniform Resource Identifier (URI) request.
GET methods use a request header, body with optional query filters. Responses include a response header and a response body.
|
POST
| Use the POST method to run jobs.
POST methods use a request header and a request body. Responses include a response header and a response body.
|
PATCH
| Use the PATCH method to add, update, remove, or make partial updates to an existing resource.
|
DELETE
| Use the DELETE method to delete a resource identified in the request URL.
|