Supported Methods
The following standard HTTP method requests are supported for the Spatial REST APIs:
| Method | Description |
|---|---|
POST |
Create the resource (for processing or analysis) by sending data to the server. |
GET |
Retrieve information about the resource from the server. |
PUT |
Replace the resource with the uploaded data. |
DELETE |
Delete the resource. |