Skip to main content
PATCH
/
meetings
/
{id}
Update an existing Meeting
curl --request PATCH \
  --url https://commerce.driv.ly/api/meetings/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "phoneNumber": "<string>",
  "email": "<string>",
  "time": "2023-11-07T05:31:56Z",
  "salesRep": "<string>",
  "note": "<string>"
}
'
{
  "data": {
    "id": "<string>",
    "phoneNumber": "<string>",
    "email": "<string>",
    "time": "2023-11-07T05:31:56Z",
    "salesRep": "<string>",
    "note": "<string>"
  },
  "success": true
}

Path Parameters

id
string
required

Meeting is uniquely identified by id

Query Parameters

depth
integer

The number of levels of related objects to include in the response

Body

application/json
id
string

Meeting is uniquely identified by id

phoneNumber
string

Phone Number is left for Meeting

email
string<idn-email>

Email is left for Meeting

time
string<date-time>

Meeting is scheduled for Time

salesRep

Meeting is with Sales Rep

note
string

Meeting has Note

Response

Meeting Updated

data
Meeting · object
success
boolean