{
"id": "text",
"organization_id": "text",
"company": {
"id": "text",
"name": "text",
"fiscal_registration_number": "text"
},
"external_id": "text",
"total_value": 0,
"full_value": 0,
"observation": "text",
"partner": {
"id": "text",
"name": "text",
"phone": "text",
"mobile": "text",
"fiscal_registration_number": "text",
"email": "text"
},
"seller": {
"id": "text",
"name": "text"
},
"invoices": [
"text"
],
"created_at": "2024-12-21T14:36:22.826Z",
"updated_by": "text",
"total_discount": 0,
"origin": {
"id": "text",
"name": "text"
},
"items": [
{
"id": "text",
"product_id": "text",
"product_name": "text",
"quantity": 0,
"unit": "text",
"unit_value": 0,
"discount": 0,
"total_value": 0
}
],
"freight": {
"id": "text",
"amount": 0
},
"discount": [
{
"id": "text",
"type": "text",
"amount": 0
}
],
"payments": [
{
"id": "text",
"payment_method_id": "text",
"payment_method_name": "text",
"payment_method_type": "text",
"amount": 0,
"installments": 0
}
],
"delivery": {
"address_type": "text",
"street": "text",
"number": "text",
"complement": "text",
"neighborhood": "text",
"state": "text",
"postal_code": "text",
"country": "text",
"contact_name": "text",
"contact_number": "text"
},
"statuses": [
{
"id": "text",
"status_id": "text",
"created_at": "2024-12-21T14:36:22.826Z"
}
]
}