notes create
POST {{baseUrl}}/notes
Creates a Note
object with the given values.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
is_debug_mode | boolean | Whether to include debug fields (such as log file links) in the response. | |
run_async | boolean | Whether or not third-party updates should be run asynchronously. |
Request Body
[{"name"=>"remote_id", "value"=>"19202938", "datatype"=>"number"}, {"name"=>"owner", "value"=>"0358cbc6-2040-430a-848e-aafacbadf3aa", "datatype"=>"string"}, {"name"=>"content", "value"=>"Merge is hiring!", "datatype"=>"string"}, {"name"=>"contact", "value"=>"urn:uuid:f719e1f9-bf23-b59c-51d7-08ed470b57ed", "datatype"=>"string"}, {"name"=>"account", "value"=>"fba1fbc6-67c0-4cb2-a176-7896acd2ffd5", "datatype"=>"string"}, {"name"=>"opportunity", "value"=>"754a244e-dd67-4731-a8d3-9bff9dc10465", "datatype"=>"string"}, {"name"=>"remote_updated_at", "value"=>"2022-02-10T00:00:00Z", "datatype"=>"string"}, {"name"=>"remote_created_at", "value"=>"2021-11-10T00:00:00Z", "datatype"=>"string"}, {"name"=>"integration_params", "value"=>"{\"Ut6\":{},\"in78\":{},\"exercitationb\":{},\"utd\":{}}", "datatype"=>"string"}, {"name"=>"linked_account_params", "value"=>"{\"id__\":{},\"Duisfb2\":{}}", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"errors":[{"detail":"custom_fields is a required field on model.","problem_type":"MISSING_REQUIRED_FIELD","title":"Missing Required Field","source":{"pointer":"oc"}},{"detail":"custom_fields is a required field on model.","problem_type":"MISSING_REQUIRED_FIELD","title":"Missing Required Field","source":{"pointer":"ut id aute aliquip"}}],"model":{"id":"urn:uuid:2499a7c8-d148-4152-9dfd-2c884ae8e9c0","remote_id":"19202938","owner":"0358cbc6-2040-430a-848e-aafacbadf3aa","content":"Merge is hiring!","contact":"urn:uuid:a53cf54a-e7f3-3d10-a9ce-34dc350625e7","account":"fba1fbc6-67c0-4cb2-a176-7896acd2ffd5","opportunity":"754a244e-dd67-4731-a8d3-9bff9dc10465","remote_updated_at":"2022-02-10T00:00:00Z","remote_created_at":"2021-11-10T00:00:00Z"},"warnings":[{"detail":"An unrecognized field, age, was passed in with request data.","problem_type":"UNRECOGNIZED_FIELD","title":"Unrecognized Field","source":{"pointer":"eu in"}},{"detail":"An unrecognized field, age, was passed in with request data.","problem_type":"UNRECOGNIZED_FIELD","title":"Unrecognized Field","source":{"pointer":"dolore ullamco nisi"}}],"logs":[{"dashboard_view":"https://app.merge.dev/logs/99433219-8017-4acd-bb3c-ceb23d663832","log_id":"99433219-8017-4acd-bb3c-ceb23d663832","log_summary":{"method":"POST","status_code":200,"url":"https://harvest.greenhouse.io/v1/candidates/"}},{"dashboard_view":"https://app.merge.dev/logs/99433219-8017-4acd-bb3c-ceb23d663832","log_id":"99433219-8017-4acd-bb3c-ceb23d663832","log_summary":{"method":"POST","status_code":200,"url":"https://harvest.greenhouse.io/v1/candidates/"}}]}