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