Create
Create a note.
Create a Note
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"data": {
"contactId": "90",
"userId": 1,
"title": "this is test note title",
"description": "this is test note description",
"type": "note",
"dateCreated": "2021-03-11T11:47:51.874Z",
"id": 13,
"users": [
{
"note": {
"contactId": "90",
"userId": 1,
"title": "this is test note title",
"description": "this is test note description",
"type": "note",
"dateCreated": "2021-03-11T11:47:51.874Z",
"id": 13
},
"userId": 1
}
],
"lastMessage": {
"userId": 1,
"message": "this is test note",
"type": "message",
"parentId": null,
"dateCreated": "2021-03-11T11:47:52.000Z",
"note": {
"id": 13,
"contactId": 90,
"userId": 1,
"type": "note",
"title": "this is test note title",
"description": "this is test note description",
"dateCreated": "2021-03-11T11:47:52.000Z"
},
"id": 15,
"user": {
"departments": [],
"roles": [],
"id": 1,
"name": "Surendra Suthar",
"firstName": "Surendra Suthar",
"lastName": "",
"photo": "https://uat-drive.acquire.io/suthar/media/2020/10/IMG_2353-(3)-201aff39871a8ccc0f3e9ff0.jpg",
"email": "[email protected]",
"clientId": "",
"parentId": 0,
"type": "user",
"accessLevel": null
}
}
}
}Last updated