ValwispDocs
DesarrolladoresAPI RESTReferenceAccounting

Generar un asiento de reversión (débito/crédito invertidos), posteado

POST
/api/v1/accounting/journal-entries/{id}/reverse
AuthorizationBearer <token>

Ingresa tu access token JWT (sin el prefijo Bearer)

In: header

Path Parameters

id*string

Response Body

application/json

curl -X POST "https://example.com/api/v1/accounting/journal-entries/string/reverse"
{}