API version 2.0
...
Tasks
Create
1 min
{ "name" "create a note", "method" "post", "url" "https //data successeve com/v2/notes", "description" " ", "tab" "examples", "examples" { "languages" \[ { "id" "wzjkj3el1af0edvd5mgip", "language" "curl", "code" "curl location request post 'https //data successeve com/v2/notes' \\\\\n header 'accept application/json' \\\\\n header 'content type application/json' \\\\\n header 'authorization\ bearer \<your access token>'\n data raw '\n{\n \\"contact id\\" \\"5ea9c11ac4e7b94be03abc28\\",\n \\"body\\" \\"this is may awesome note\\\nthanks\\",\n \\"user id\\" \\"528a824a646f6c682d0000ac\\"\n}'", "customlabel" "" } ], "selectedlanguageid" "wzjkj3el1af0edvd5mgip" }, "results" { "languages" \[ { "id" "loivfaxy7r3ti8uoe7vwu", "language" "200", "customlabel" "", "code" "{\n \\"object\\" \\"note\\",\n \\"id\\" \\"5ea9cb7d9677ff523a2c0fe8\\"\n}" }, { "id" "jhsnsyu4jg7u6crhecnsc", "language" "404", "customlabel" "", "code" "{\n \\"message\\" \\"ain't no cake like that \\"\n }" } ], "selectedlanguageid" "loivfaxy7r3ti8uoe7vwu" }, "request" { "pathparameters" \[], "queryparameters" \[], "headerparameters" \[], "bodydataparameters" \[ { "name" "user id", "kind" "optional", "type" "string", "description" "author of the note who must be a user", "children" \[] }, { "name" "body", "kind" "optional", "type" "string", "description" "contact related to the note", "children" \[] }, { "name" "contact id", "kind" "optional", "type" "string", "description" "contact related to the note", "children" \[] }, { "name" "account id", "kind" "optional", "type" "string", "description" "account related to the note", "children" \[] }, { "name" "occured at", "kind" "optional", "type" "number", "description" "timestamp at which the note was written", "children" \[] } ], "formdataparameters" \[] }, "currentnewparameter" { "label" "body parameter", "value" "bodydataparameters" } }