Add New Note
Production
https://{{subdomain}}.daftra.com/api2
Production
https://{{subdomain}}.daftra.com/api2
POST
https://{{subdomain}}.daftra.com/api2
Notes
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://.daftra.com/api2/notes//' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"Note": {
"id": 0,
"item_type": 0,
"item_id": 0,
"date": "2019-08-24T14:15:22Z",
"staff_id": 0,
"body": "string",
"action_id": 0,
"status_id": 0
},
"FollowUpReminder": {}
}'
Response Response Example
202 - Example 1
{
"code": 202,
"result": "successful",
"id": "2415"
}
Request
Path Params
type
stringÂ
required
id
stringÂ
required
format
stringÂ
required
Header Params
Accept
stringÂ
optional
Default:
application/json
Content-Type
stringÂ
optional
Default:
application/json
Authorization
stringÂ
optional
Default:
Bearer {{access_token}}
apikey
stringÂ
deprecated
Default:
{{apikey}}
Body Params application/json