PUT https://app.alaaqat.com/api/deals/{_id}
_id هو معرف الصفقة
قبل الطلب تحقق من نوع الخصائص.
Accept: application/json
نقطة النهاية هذه تقبل الخصائص المخصصة في محتوى الطلب، إقرأ الخصائص.
الصيغة هي property_internal_name: value
{
"deal_stage": "closed_lost",
"next_steps": "test",
"close_date": "2024-04-30T21:00:00Z",
"forcast_amount": 20
}
الإستجابة تكون دائماً بصيغة Contact
.
{
"data": {
"properties": {
"_id": "66552c5bf8309b0cae098994",
"deal_name": "test",
"amount": 50,
"deal_stage": "closed_lost",
"updated_at": "2024-05-28T01:22:05.561000Z",
"created_at": "2024-05-28T00:59:07.325000Z",
"close_date": {
"$date": {
"$numberLong": "1714510800000"
}
},
"forcast_amount": 20,
"next_steps": "test",
}
},
"message": "Entity was modified Successfully"
}