Update Note
HTTP Request
PATCHhttps://staging.api-gw.propdata.net/notes/api/v1/notes/{id}/
Example Response
{"id": 0,"site": 0,"relations": [],"created": "2025-07-17T08:32:34.784Z","comments": [],"origin": 0,"modified": "2025-07-17T08:32:34.784Z","deleted": "2025-07-17T08:32:34.784Z","uuid": "770bba28-9f80-4d40-9c51-6e022364af91","source_ref": "string","agent_id": -2147483648,"user_id": 0,"category": "string","status": "string","note_date": "string","start": "string","end": "string","content": "string","pinned": false,"files": [],"private": false,"parent": 0}
Name | Description |
---|---|
id required | integer id of Record |
Name | Description |
---|---|
id | integer ID |
site | integer Site |
relations | array of integers Choices: [ 1,2,3...2147483648 ] |
created | string Created |
comments | array of integers Choices: [ 1,2,3...2147483648 ] |
origin | integer Origin |
modified | string Modified |
deleted nullable | string Deleted |
uuid | string Uuid |
source_ref nullable | string<= 100 characters Source ref |
agent_id nullable | integer Agent id |
user_id | integer User id |
category required | string CategoryChoices: AppointmentEmailEnquiryExpenditureExternal ReferralFeedbackGeneral CommunicationGeneral NoteInternal ReferralMatch And Mail CommunicationMarketingMeetingPhone CallReminderShowdayValuationViewingComment |
status nullable | string StatusChoices: CancelledCompleteProceedScheduled |
note_date nullable | string Note date |
start nullable | string Start |
end nullable | string End |
content nullable | string Content |
pinned | boolean Pinned |
files nullable | array of integers FilesChoices: [ 1,2,3...2147483648 ] |
private | boolean Private |
parent nullable | integer Parent |