cURL
curl --request POST \ --url https://commerce.driv.ly/api/meetings \ --header 'Content-Type: application/json' \ --data ' { "phoneNumber": "<string>", "email": "<string>", "time": "2023-11-07T05:31:56Z", "salesRep": "<string>", "id": "<string>", "note": "<string>" } '
{ "data": { "id": "<string>", "phoneNumber": "<string>", "email": "<string>", "time": "2023-11-07T05:31:56Z", "salesRep": "<string>", "note": "<string>" }, "success": true }
The number of levels of related objects to include in the response
Phone Number is left for Meeting
Email is left for Meeting
Meeting is scheduled for Time
Meeting is with Sales Rep
Meeting is uniquely identified by id
Meeting has Note
Meeting Created
Show child attributes