Action
|
Method
|
URL
|
Input
|
Output
|
Parameters
|
---|---|---|---|---|---|
POST
|
/v2/<object_full_identifier>/fields
|
JSON representation of an array of Map <Field, value> that contains field data.
|
JSON representation of the fields created and related to the specified object.
|
||
PUT
|
/v2/<object_full_identifier>/fields
|
JSON representation of an array of Map <Field, value>, including full identifiers for each field to update.
|
JSON representation of the fields created and related to the specified object.
|
||
DELETE
|
/v2/<object_full_identifier>/fields
|
HTTP Status Code 200 if all records are successfully deleted.
|
identifiers
uuids
|