[
{
"id": 123,
"reference": "<string>",
"buyerFirstName": "<string>",
"buyerLastName": "<string>",
"buyerDocument": "<string>",
"buyerEmail": "<string>",
"buyerPhone": "<string>",
"totalAmount": "<string>",
"createdAt": "<string>",
"pdfUrl": "<string>",
"organizationId": 123,
"eventPageId": 123,
"eventPage": {
"id": 123,
"name": "<string>",
"reference": "<string>"
},
"attendees": [
{
"id": 123,
"firstName": "<string>",
"lastName": "<string>",
"document": "<string>",
"email": "<string>",
"status": "<string>",
"amount": "<string>",
"reference": "<string>",
"itemName": "<string>",
"qrUrl": "<string>",
"generateQr": true,
"pdfUrl": "<string>",
"askInformation": true,
"isAdditional": true
}
]
}
]