Developer Documentation - Projects#create
- XML URL
- http://www.88miles.net/projects.xml
- JSON URL
- http://www.88miles.net/projects.json
- Request method
- POST
Parameters
- name
- created_on
- notes
- default_tags
- updated_on
- owner_id
- id
- time_limit_string
- company_id
- visibility
- time_limit
- owner
- active
Example Query
project[name]=est quisquam&project[created_on]=Wed May 16 06:53:49 UTC 2012&project[notes]=&project[default_tags]=&project[updated_on]=Wed May 16 06:53:49 UTC 2012&project[owner_id]=7559&project[id]=29584&project[time_limit_string]=&project[company_id]=329779&project[visibility]=private&project[time_limit]=&project[owner]=#&project[active]=true
Return Status Codes
- Success: 201 Created
- Invalid Parameters: 422 Unprocessable Entity
Response Headers
- Location: /projects/[new_id]
Examples
Return Body
<?xml version="1.0" encoding="UTF-8"?>
<project>
<id>29584</id>
<name>est quisquam</name>
<active>true</active>
<visibility>private</visibility>
<overdue>false</overdue>
<nearly_overdue>false</nearly_overdue>
<time_limit_string></time_limit_string>
<default_tags></default_tags>
<notes></notes>
<company_id>329779</company_id>
</project>
{"project":{"name":"est quisquam","overdue":null,"notes":null,"default_tags":null,"nearly_overdue":null,"id":29584,"grand_total":0,"time_limit_string":null,"company_id":329779,"visibility":"private","tag_list":"","active":"true"}}