The Address Manager RESTful v2 API supports the following standard HTTP Request Methods:
GETPOSTPUTDELETE
Note:
- Supported methods will vary depending on the endpoint. Refer to the Swagger UI or OAS3 documentation to view supported methods for each endpoint.
PUTis the primary method for updating resources.PATCHis also used for updating select resource fields. Refer to the Swagger UI or OAS3 documentation to view endpoints that that accept thePATCHmethod.