Skip to content

Endpoint newObject

POST {{cds_url}}/api/newObject?userid={{userid}}&sessionid={{sessionid}}

Body structure

{
        "objectkeyvalue": "",
        "properties": {
          "name":"John Dev",
          "job": "programmer"
        },
        "objecttype": "MY_OBJECT",
        "objectname": "",
    }

It is possible to use the structure of the getObject response as input for newObject. The extra fields like objectid will be ignored.