Create a category
URL
https://api.zoomrank.com/users/:user_id/categories.xml
Supported formats
xml, json
Supported request methods
POST
Example
Create a new category for user with ZoomRank ID 1.
https://api.zoomrank.com/users/1/categories.xml
Arguments
Argument | Description |
---|---|
category | The new category record sent in the request body. |
Response Codes
- 201 - Success (Created)
- 400 - Bad Request (Errors occurred while creating record - See response body)
- 500 - Internal Server Error (Something bad happened, let us know!)
Example Request Body
<category> <name>East Market</name> </category>