Call
Update call
Call Outcome
Company Category
Contract Type
Custom Field
Industry
Lead Source
Loss Reason
Market Sector
Project Stages
Task List
Webhook Message
Call
Update call
PATCH
/
api
/
2023-01
/
calls
/
{id}
curl --request PATCH \
--url https://api.buildr.com/api/2023-01/calls/{id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"call": {
"call_outcome_id": "786",
"company_id": "753",
"contact_id": "144",
"notes": "Spoke to the decision maker",
"project_id": "372",
"recorded_at": "2023-07-28T12:00:00Z"
}
}'
{
"call": {
"id": "110",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"notes": "Spoke to the decision maker",
"recorded_at": "2023-07-28T12:00:00Z",
"call_outcome": {
"id": "786",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "Connected"
},
"company": {
"id": "101",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "<string>",
"website": "<string>"
},
"contact": {
"id": "418",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"first_name": "Austin",
"last_name": "Reaves",
"name": "Austin Reaves",
"email": "austin.reaves@example.com"
},
"created_by": {
"id": "953",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"first_name": "Russell",
"last_name": "Westbrook",
"name": "Russell Westbrook",
"email": "russell.westbrook@example.com"
},
"project": {
"id": "129",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "Culver High Rise"
}
}
}
Headers
Path Parameters
Body
application/json
Response
200 - application/json
Successful Response
Example:
"110"
Example:
"2023-02-14T18:13:00Z"
Example:
"2023-04-03T20:16:30Z"
Example:
"Spoke to the decision maker"
Example:
"2023-07-28T12:00:00Z"
Example:
"418"
Example:
"2023-02-14T18:13:00Z"
Example:
"2023-04-03T20:16:30Z"
Example:
"Austin"
Example:
"Reaves"
Example:
"Austin Reaves"
Example:
"austin.reaves@example.com"
Example:
"953"
Example:
"2023-02-14T18:13:00Z"
Example:
"2023-04-03T20:16:30Z"
Example:
"Russell"
Example:
"Westbrook"
Example:
"Russell Westbrook"
Example:
"russell.westbrook@example.com"
curl --request PATCH \
--url https://api.buildr.com/api/2023-01/calls/{id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"call": {
"call_outcome_id": "786",
"company_id": "753",
"contact_id": "144",
"notes": "Spoke to the decision maker",
"project_id": "372",
"recorded_at": "2023-07-28T12:00:00Z"
}
}'
{
"call": {
"id": "110",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"notes": "Spoke to the decision maker",
"recorded_at": "2023-07-28T12:00:00Z",
"call_outcome": {
"id": "786",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "Connected"
},
"company": {
"id": "101",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "<string>",
"website": "<string>"
},
"contact": {
"id": "418",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"first_name": "Austin",
"last_name": "Reaves",
"name": "Austin Reaves",
"email": "austin.reaves@example.com"
},
"created_by": {
"id": "953",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"first_name": "Russell",
"last_name": "Westbrook",
"name": "Russell Westbrook",
"email": "russell.westbrook@example.com"
},
"project": {
"id": "129",
"created_at": "2023-02-14T18:13:00Z",
"updated_at": "2023-04-03T20:16:30Z",
"name": "Culver High Rise"
}
}
}