Create Custom Field Folder
POST/custom-fields/folder
Create Custom Field Folder
info
Only supports Custom Objects and Company (Business) today. Will be extended to other Standard Objects in the future.
Request
Version stringrequired
API Version
Available options
v3- application/json
- Body
- Example (auto)
Bodyrequired
objectKeystringrequired
The key for your custom object. This key uniquely identifies the custom object. Example: "custom_object.pet" for a custom object related to pets.
namestringrequired
Field name
locationIdstringrequired
Location Id
{
"objectKey": "custom_object.pet",
"name": "Name",
"locationId": "ve9EPM428h8vShlRW1KT"
}
Successful response
- application/json
- Schema
- Example (auto)
Schema
idstringrequired
Unique identifier of the object
objectKeystringrequired
The key for your custom object. This key uniquely identifies the custom object. Example: "custom_object.pet" for a custom object related to pets.
locationIdstringrequired
Location Id
namestringrequired
Field name
{
"id": "string",
"objectKey": "custom_object.pet",
"locationId": "ve9EPM428h8vShlRW1KT",
"name": "Name"
}