This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
curl --location -g --request POST '{{subdomain}}/api2/api2/notes/client/{{id}}.json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"Note": {
"item_type": 1,
"item_id": 15,
"date": "2023-03-23 12:00:00",
"staff_id": 1,
"body": "Client meeting notes. Discussed new project requirements and timeline.",
"action_id": 1,
"status_id": 1
}
}'
{}