Gestiono
Referencia de APIAccounting / Account

Create Account transfer

← Back to full API reference
POST/v1/account/transferAuth required
  • Validated by Zod schema: postAccountTransfer.

Request details

Body fields

FieldRequiredDescription
currencyYesEnum-like validator generated by zodFromObj
amountYesType: number
amountConversionNoType: number
fromAccountIdYesType: number
accountIdYesType: number
descriptionNoType: string

Default payloads

Path params

json
{}

Query

json
{}

Body

json
{
  "currency": "string",
  "amount": 1,
  "fromAccountId": 1,
  "accountId": 1
}

Sample response

json
{}