ProjectCategory
ProjectCategory is a property of the Project object. It represents a Project Category lookup value.
Supported API Calls: List | Add | Update | Delete
Object Properties
ProjectCategory shares all properties with its base LookupValue object.
List
Description
Returns a list of project category lookup values.
URL
https://{company}.bluecamroo.com/api/projectcategory/list
HTTP Method
GET
Data Return
Returns a list of existing projectcategory 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 projectcategory object to the list of project category lookup values.
URL
https://{company}.bluecamroo.com/api/projectcategory/add
HTTP Method
POST
Parameters
A projectcategory object
Data Return
Returns the projectcategory 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 projectcategory object to replace the project category.
URL
https://{company}.bluecamroo.com/api/projectcategory/update
HTTP Method
PUT
Parameters
A projectcategory object
Data Return
Returns the projectcategory 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 category. The category to delete is specified by Id value.
URL
https://{company}.bluecamroo.com/api/projectcategory/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)