get https://api.next-tech.com/v1/account/
Log in to see full request history
Responses
xxxxxxxxxx
curl --request GET \
--url https://api.next-tech.com/v1/account/account_id \
--header 'accept: application/json'
xxxxxxxxxx
20{
"id": 5,
"changed": "2025-04-12T00:35:09.351Z",
"changeduserid": 7,
"created": "2025-04-12T00:35:09.351Z",
"createduserid": 3,
"accountno": "4011",
"accounttypeid": 2,
"complementaccountno": "4011",
"contractorvat": false,
"cost": true,
"description": "Construction materials",
"externalcode": "vat12",
"invoiceableonimport": true,
"invoicearticleno": "4011",
"material": false,
"vatcode": "vat12",
"vatid": 2,
"work": false
}