إنشاء ملاحظة جديدة لجهة الاتصال

POST https://app.alaaqat.com/api/contacts/{contact_id}/notes

المتطلبات

الحقل مطلوب النوع
description نعم نص

Header

Accept: application/json

Body

{
  "description": "test text"
}

الإستجابة

The response is always in the format of ContactNote.

{
    "data": {
        "description": "test text",
        "contact_id": "663e16252a3faf06c50d0175",
        "made_by": 8,
        "updated_at": "2024-05-27T21:13:35.665000Z",
        "created_at": "2024-05-27T21:13:35.665000Z",
        "_id": "6654f77f014742f5f101b822"
    },
    "message": "Entity was created Successfully"
}