Process an event through a data feed.

POST {{baseUrl}}/v4/dataFeeds/:uid/events

Process an event through a data feed. The request body will be different depending on your data feed setup. Accepts either a single event or a list of events.

Request Body

{"appointment"=>{"endDateTimeInUtc"=>"2019-09-17T14:30:00Z", "endLocalDateTime"=>"2019-09-17T09:30:00Z", "isCancelled"=>false, "isVideoVisit"=>true, "paymentTypeName"=>"Cash & Insurance", "paymentTypeSoId"=>"CASH", "purposeId"=>"CLEAN", "purposeName"=>"Routine Cleaning", "startDateTimeInUtc"=>"2019-09-17T14:00:00Z", "startLocalDateTime"=>"2019-09-17T09:00:00Z", "statusId"=>"2342", "statusName"=>"Pending", "typeId"=>"CONS", "typeName"=>"Consultation"}, "contact"=>{"cellPhone"=>"8015551234", "email"=>"johnsmith@gmail.net", "firstName"=>"John", "lastName"=>"Smith"}, "employee"=>{"email"=>"tyler.adams@abcclinic.com", "name"=>"Tyler Adams"}, "location"=>{"name"=>"ABC Clinic"}, "payment"=>{"amount"=>"204.93", "description"=>"Outstanding Balance for May", "invoice"=>"2394208"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"data":{"dataFeedUid":"00000000-0000-0000-0000-000000000000","uid":"00000000-0000-0000-0000-000000000000"},"metadata":{"url":"https://www.podium.com/"}}