POST https://app.alaaqat.com/api/deals/{_id}/notes
الحقل | مطلوب | النوع |
---|---|---|
description | نعم | نص |
Accept: application/json
{
"description": "test text"
}
The response is always in the format of DealNote
.
{
"data": {
"description": "test text",
"deal_id": "66552c5bf8309b0cae098994",
"made_by": 8,
"updated_at": "2024-05-28T02:07:56.843000Z",
"created_at": "2024-05-28T02:07:56.843000Z",
"_id": "66553c7ce6f07c77bc014ce6"
},
"message": "Entity was created Successfully"
}