Referencia de APIAccounting / Account Create Account
POST /v1/account • validated by `postAccount`
← Back to full API referencePOST/v1/accountAuthentication required
- Validated by Zod schema: postAccount.
Request details
Path params
No path parameters for this endpoint.
Query params
No explicit query schema was captured for this endpoint.
Default payloads
Body
{
"name": "string",
"divisionId": 1,
"currency": "string",
"type": "CASH"
}
Test this endpoint now
Use your own credentials and execute a live request directly from this page.
2. Select endpoint
POST/v1/accountAuthentication required
Group: Accounting / Account
POST /v1/account • validated by `postAccount`
- Validated by Zod schema: postAccount.
3. Prepare request payload
4. Server response
Run a request to inspect the real-time response for your environment.