post https://api.next-tech.com/v1/account/
Log in to see full request history
Responses
xxxxxxxxxx
13curl --request POST \
--url https://api.next-tech.com/v1/account/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"contractorvat": false,
"cost": false,
"invoiceableonimport": false,
"material": false,
"work": false
}
'
xxxxxxxxxx
20{
"id": 5,
"changed": "2025-04-11T11:33:46.835Z",
"changeduserid": 7,
"created": "2025-04-11T11:33:46.835Z",
"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
}