ExtraFieldValue

The ExtraFieldValue object stores the user's actual selection.

Supported API Calls: Add | Update

Object Properties

Property

Type

Description

Id

integer

A unique ID for the ExtraFieldValue. When adding a new ExtraFieldValue the value must be 0.

ExtraFieldId

integer

The ID of the parent extrafield object.

ParentId

integer

The ID of the object the extrafield is a child of.

ParentObject

string (100)

ParentObject identifies what kind of object the extrafield object is a child of. Values are user, lead, account (if it's an organization), contact, opportunity, project, case, time sheet

FieldValue

string (100)

The value selected or entered.

Add

Description

Adds extrafieldvalue object.

URL

https://{company}.bluecamroo.com/api/extrafieldvalue/add

HTTP Method

POST

Parameters

An extrafieldvalue object

Data Return

Returns the extrafieldvalue 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 an extrafieldvalue object to replace an Extra Field value.

URL

https://{company}.bluecamroo.com/api/extrafieldvalue/update

HTTP Method

PUT

Parameters

An extrafieldvalue object

Data Return

Returns the extrafieldvalue 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)