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