Deals
Ein Deal ist eine Beziehung zwischen einem Interessenten und einem Objekt und beschreibt in welcher Phase sich der Interessent im Verkaufsprozess befindet.
Last updated
{
"data": [
{
"id": 8145,
"sold_price": null,
"note": "",
"created_at": "2019-02-04T10:37:46.060+01:00",
"start_date": "2019-02-04T10:37:36.360+01:00",
"broker_id": 1,
"client_id": 29934,
"property_id": 9884,
"project_id": null,
"deal_pipeline_id": 2,
"deal_stage_id": 3,
"reservation_reason_id": null
}
],
"meta": {
"total_count": 120
}
}{
"client_property": {
"property_id": 123,
"client_id": 456,
"note" : "some note"
}
}{
"client_property": {
"property_id": 123,
"client_id": 456,
"note" : "updated note"
}
}{
"task": {
"title": "Absage",
"reservation_reason_id": 1,
"client_ids": [123],
"property_ids": [456],
"body": "Das ist ein Test"
}
}