v1

latestOpenAPI 3.0.12026-07-13103041.6 KB
Basic

Create

Create a bucket_test111 with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard bucket_test111s is provided.

post/crm/v3/objects/bucket_test111s

Request body

propertiesobject required

Response

successful operation

createdAtstring date-time required
archivedboolean
archivedAtstring date-time
propertiesWithHistoryobject
idstring required
propertiesobject required
updatedAtstring date-time required

Example response

{
  "id": "512",
  "properties": {
    "property_string": "value",
    "property_number": "17",
    "property_date": "1572480000000",
    "property_radio": "option_1",
    "property_dropdown": "choice_b",
    "property_checkbox": "false",
    "property_multiple_checkboxes": "chocolate;strawberry"
  },
  "createdAt": "2019-10-30T03:30:17.883Z",
  "updatedAt": "2019-12-07T16:50:06.678Z",
  "archived": false
}