{
"success": true,
"message": "string",
"data": {
"meta": {
"total": 0,
"per_page": 0,
"current_page": 0,
"last_page": 0,
"first_page": 0,
"first_page_url": "string",
"last_page_url": "string",
"next_page_url": null,
"previous_page_url": null
},
"data": [
{
"id": "string",
"user_id": "string",
"business_id": "string",
"customer_id": "string",
"app_id": "string",
"quote_number": "string",
"name": "string",
"transaction_type": "string",
"quantity": 0,
"items": "string",
"delivery_charge": 0,
"discount": 0,
"unpaid_balance": 0,
"profit": 0,
"discount_type": "string",
"discount_amount": 0,
"sub_total_amount": 0,
"tax": 0,
"tax_amount": 0,
"amount": 0,
"amount_received": 0,
"app_created_at": "string",
"app_updated_at": "string",
"quote_date": "string",
"expiry_date": "string",
"delivery_date": "string",
"sales_data": "string",
"customer_data": null,
"attachments": "string",
"notes": "string",
"raw": "string",
"reminder_sent": true,
"reminder_sent_at": null,
"status": "string",
"is_accepted": true,
"accepted_at": null,
"sent_at": "string",
"extended_at": null,
"extension_days": null,
"created_by": "string",
"deleted_at": null,
"created_at": "string",
"updated_at": "string",
"business": {
"id": "string",
"business_id": "string",
"user_id": "string",
"business_type_id": "string",
"name": "string",
"code": null,
"country": "string",
"state": "string",
"address": null,
"currency": "string",
"logo": null,
"is_verified": true,
"is_active": true,
"created_at": "string",
"updated_at": "string",
"brand_color": null,
"has_been_viewed": true
},
"customer": {
"id": "string",
"user_id": "string",
"business_id": "string",
"app_id": "string",
"phone": "string",
"thumbnail": null,
"app_created_at": "string",
"raw": "string",
"deleted_at": null,
"created_at": "string",
"updated_at": "string",
"app_updated_at": "string",
"email": null,
"instagram": null,
"facebook": null,
"tiktok": null,
"created_by": "string",
"amount_spent": 0,
"sync_provider": null,
"sync_data_id": null,
"title": null,
"first_name": "string",
"last_name": null,
"billing_street_address1": null,
"billing_street_address2": null,
"billing_city": null,
"billing_state": null,
"billing_postal_code": null,
"billing_country": null,
"shipping_street_address1": null,
"shipping_street_address2": null,
"shipping_city": null,
"shipping_state": null,
"shipping_postal_code": null,
"shipping_country": null,
"birthday": null,
"notes": null,
"use_billing_as_shipping": true
},
"getSalesData": [
{
"product_id": 0,
"product_variant_id": 0,
"quantity": 0,
"unit": "string",
"rate": 0,
"amount": 0
}
],
"getCustomerData": null
}
]
}
}