TTMSFNCCloudBaseRequestMethod Enumeration
HTTP method used when executing a cloud service request.
API unit family: TMSFNCCloudBase
Members
| Name | Description |
|---|---|
rmGET |
HTTP GET — retrieves a resource without a request body. |
rmPOST |
HTTP POST — submits a URL-encoded or plain-text request body. |
rmPOSTMULTIPART |
HTTP POST with a multipart/form-data body. |
rmPOSTMULTIPARTRELATED |
HTTP POST with a multipart/related body (used for batch or mixed-content uploads). |
rmPUT |
HTTP PUT — replaces the target resource with the request body. |
rmPUTMULTIPART |
HTTP PUT with a multipart/form-data body. |
rmPUTMULTIPARTRELATED |
HTTP PUT with a multipart/related body. |
rmDELETE |
HTTP DELETE — removes the target resource. |
rmPATCH |
HTTP PATCH — applies a partial modification to the target resource. |
rmUPDATE |
HTTP UPDATE — custom update verb used by some REST APIs. |