Note

Create A Note

POST
/note
position?number
titlestring
body?string
createdBy?CreatedByDto

Response Body

curl -X POST "http://crm-apiprod.b2bleadsmarket.com/note" \  -H "Content-Type: application/json" \  -d '{    "title": "string"  }'
{
  "id": "string",
  "position": 0,
  "title": "string",
  "body": "string",
  "createdBy": {
    "source": "string",
    "workspaceMemberId": "19b2e9e0-2ca5-440b-89b8-7d3df62cd046",
    "name": "string"
  },
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "deletedAt": "2019-08-24T14:15:22Z",
  "targetEntities": {
    "type": "string",
    "id": "string"
  }
}