ProjectStageStatus
ProjectStageStatus is a property of the Project object. It represents a Project Stage Status lookup value.
Supported API Calls: List | Add | Update | Delete
Object Properties
ProjectStageStatus shares all properties with its base LookupValue object. Plus the following unique flags:
| 
			 Property  | 
			
			 Type  | 
			
			 Description  | 
		
| 
			 IsCompleted  | 
			
			 boolean  | 
			
			 Indicates if the Project Stage Status is completed.  | 
		
| 
			 IsWaitingForSignoff  | 
			
			 boolean  | 
			
			 Indicates if the Project Stage Status represents a condition where the stage now requires an external user sign off..  | 
		
| 
			 IsStarted  | 
			
			 boolean  | 
			
			 Indicates if the Project Stage Status has been started.  | 
		
| 
			 IsPublished  | 
			
			 boolean  | 
			
			 Indicates if the Project Stage Status has been set to a published status.  | 
		
List
Description
Returns a list of Project Stage Status lookup values.
URL
https://{company}.bluecamroo.com/api/ProjectStageStatus/list
HTTP Method
GET
Data Return
Returns a list of existing ProjectStageStatus 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 ProjectStageStatus object to the list of Project Stage Status lookup values.
URL
https://{company}.bluecamroo.com/api/ProjectStageStatus/add
HTTP Method
POST
Parameters
ProjectStageStatus object
Data Return
Returns the ProjectStageStatus 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 ProjectStageStatus object to replace the specified Project Stage Status.
URL
https://{company}.bluecamroo.com/api/ProjectStageStatus/update
HTTP Method
PUT
Parameters
ProjectStageStatus object
Data Return
Returns the ProjectStageStatus 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 Stage Status. The Project Stage Status type to delete is specified by Id value.
URL
https://{company}.bluecamroo.com/api/ProjectStageStatus/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)
							 
						 | 
					

