Birdeye · Example Payload

Update Ticket

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Update Ticket is an example object payload from Birdeye, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummarymethodpathexamples

Example Payload

Raw ↑
{
  "operationId": "update-ticket",
  "summary": "Update ticket",
  "method": "PUT",
  "path": "/v1/ticket/{businessNumber}/update",
  "examples": {
    "response_200": {
      "code": 1175,
      "message": "No business found with the given id"
    }
  }
}