ProjectStatus
ProjectStatus is a property of the Project object. It represents a Project Status lookup value.
Supported API Calls: List | Add | Update | Delete
Object Properties
LeadStatus shares all properties with its base LookupValue object. Plus the following unique flags:
Property |
Type |
Description |
IsClosed |
boolean |
Indicates if the project status represents a closed condition. |
IsCancelled |
boolean |
Indicates if the project status represents a cancelled condition. |
List
Description
Returns a list of project status lookup values.
URL
https://{company}.bluecamroo.com/api/ProjectStatus/list
HTTP Method
GET
Data Return
Returns a list of existing ProjectStatus objects in the requested format (e.g., JSON or XML)
HTTP Return Status Code
200: Ok
400: Bad Request (One or more input data items is not valid, for example a mandatory field is blank)
401: Not authorized (you need to log in)
403: Forbidden (you don't have permission to this resource)
Add
Description
Adds the projectstatus object to the list of project status lookup values.
URL
https://{company}.bluecamroo.com/api/ProjectStatus/add
HTTP Method
POST
Parameters
ProjectStatus object
Data Return
Returns the ProjectStatus in the requested format (e.g., JSON or XML)
HTTP Return Status Code
201: Created
401: Not authorized (you need to log in)
403: Forbidden (you don't have permission to this resource)
Update
Description
Pass a ProjectStatus object to replace the specified project status.
URL
https://{company}.bluecamroo.com/api/ProjectStatus/update
HTTP Method
PUT
Parameters
ProjectStatus object
Data Return
Returns the ProjectStatus in the requested format (e.g., JSON or XML)
HTTP Return Status Code
200: Ok
400: Bad Request (One or more input data items is not valid, for example a mandatory field is blank)
401: Not authorized (you need to log in)
403: Forbidden (you don't have permission to this resource)
Delete
Description
Deletes the specified project status. The project status type to delete is specified by Id value.
URL
https://{company}.bluecamroo.com/api/ProjectStatus/delete/{id}
HTTP Method
DELETE
Parameters
None
Data Return
None
HTTP Return Status Code
200: Ok
400: Bad Request (One or more input data items is not valid, for example a mandatory field is blank)
401: Not authorized (you need to log in)
403: Forbidden (you don't have permission to this resource)