LiveWork API Method: projects create

<< Back to FrontPage

 


 

LiveWork API Method: projects/create

Creates a new project.

 

Request

 

HTTP Method:

POST

 

URL:

http://www.livework.com/api/v1/projects.<format>

 

Formats:

xml

 

Parameters:

Parameter Status Format Default Description
format Optional string xml The format of the response.
project[title] Required string nil The title of the project.
project[category_id] Required integer nil  
project[description] Required text nil  
project[requirements] Required text nil  
project[start_date] Required date nil  
project[max_experts] Required integer nil  
expert_payment_plan[payment_type] Required string (fixed, hourly, percentage) nil  
expert_payment_plan[amount] Required integer nil  
provider_payment_plan[amount] Required integer nil  
project[work_engine_id] Optional integer nil  
project[work_type] Optional string (hourly, ongoing) nil  
project[budget] Optional integer nil  
project[work_per_week] Optional integer nil  
project[end_date] Optional date nil  
project[has_providers] Optional boolean nil  
project[max_providers] Optional integer nil  

 

Response

 

<?xml version="1.0" encoding="UTF-8"?>

<project>

     <title>Project One</title>

     <id type="integer">1</id>

</project>

 


 

<< Back to FrontPage

Comments (0)

You don't have permission to comment on this page.