TeamMemberRole
TeamMemberRole is a property of the Project object. It represents a Team Member Role lookup value.
Supported API Calls: List | Add | Update | Delete
Object Properties
TeamMemberRole shares all properties with its base LookupValue object. Plus the following unique flags:
Property |
Type |
Description |
DefaultBillingGrade |
integer |
The ID of the BillingGrade this Team Member Role might be associated with. This can be null. |
List
Description
Returns a list of team member role lookup values.
URL
https://{company}.bluecamroo.com/api/teammemberrole/list
HTTP Method
GET
Data Return
Returns a list of existing teammemberrole 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 teammemberrole object lookup value to the list of team member roles.
URL
https://{company}.bluecamroo.com/api/teammemberrole/add
HTTP Method
POST
Parameters
A teammemberrole object
Data Return
Returns the teammemberrole object 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 teammemberrole object to replace the specified team member role.
URL
https://{company}.bluecamroo.com/api/teammemberrole/update
HTTP Method
PUT
Parameters
A teammemberrole object
Data Return
Returns the teammemberrole object 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 team member role. The team member role to delete is specified by Id value.
URL
https://{company}.bluecamroo.com/api/teammemberrole/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)