Update an existing listing
URL
https://api.zoomrank.com/users/:user_id/local/listings/:id.xml
Supported formats
xml, json
Supported request methods
PUT
Example
Updates listing with ZoomRank ID 1200 for user with ZoomRank ID 1.
https://api.zoomrank.com/users/1/local/listings/1200.xml
Arguments
Argument | Description |
---|---|
listing | The updated listing record sent in the request body. |
Response Codes
- 200 - Success
- 400 - Bad Request (Errors occurred while updating - See response body)
- 404 - No record found
Example Request Body
<listing> <engine_id>1</engine_id> <external_id></external_id> <google_cid>17076848190595650818</google_cid> <name>Luigi's New York Pizza & Pasta</name> <street>4944 Preston Road</street> <city>Frisco</city> <state>TX</state> <postal_code>75034</postal_code> <phone>469-223-2658</phone> </listing>