latestOpenAPI 3.0.32026-08-101200629.5 KB
2c51a28d0f48
Empresa
Produtos e Serviços
Serviços
Obter Todos os Serviços
Obter Todos os Serviços
get/api/services
Response
Sucesso
Example response
{
"data": [
{
"attributes": {
"accounting_number": null,
"applied_tax_code": "NOR",
"applied_tax_exemption_reason_id": null,
"customs_cost": 0,
"ean_barcode": "",
"estimated_total_cost": 0,
"financial_cost": 0,
"is_active": true,
"is_merchandise": null,
"item_code": "54321",
"item_description": "Serviço1",
"location_in_warehouse": null,
"notes": "Notas de Serviço",
"other_cost": 0,
"product_inventory_type": null,
"purchase_price": 0,
"sales_price": 10,
"sales_price_2": 20,
"sales_price_2_vat_display": 24.6,
"sales_price_3": 30,
"sales_price_3_vat_display": 36.9,
"sales_price_includes_vat": false,
"sales_price_vat_display": 12.3,
"service_group": "G1",
"tax_code": "NOR",
"transport_cost": 0
},
"id": "7",
"relationships": {
"applied_tax_exemption_reason": {
"data": null
},
"company": {
"data": {
"id": "800000046",
"type": "current_company"
}
},
"item_families": {
"data": {
"id": "4",
"type": "item_families"
}
},
"tax_exemption_reasons": {
"data": null
},
"unit_of_measure": {
"data": {
"id": "5",
"type": "units_of_measure"
}
}
},
"type": "services"
}
]
}