Contacts
Contacts#index
GET /contacts[
{
"id": 1,
"first_name": "John",
"last_name": "Doe",
"middle_name": null,
"company_name": "",
"email": null,
"lead": false,
"lead_phone": null,
"created_at": "2020-04-02T23:49:19.738-05:00",
"updated_at": "2020-04-02T23:49:20.403-05:00",
"physical_address": {
"id": null,
"street_number_and_name": null,
"apartment_number": null,
"city": null,
"state": null,
"county": null,
"province": null,
"date_from": null,
"date_to": null,
"in_care_of": null,
"created_at": null,
"updated_at": null,
"country": null
}
}
]Contacts#show
Contacts#create
Contacts#update
Contacts#destroy
Last updated
Was this helpful?