PUT
/api/v1/transactions/
curl \
-X PUT api.consola.finance/api/v1/transactions/ \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '[{"txId":"string","accountTypes":{}}]'
Request example
[
{
"txId": "string",
"accountTypes": {}
}
]
Request examples
[
{
"txId": "string",
"accountTypes": {
"Additional properties:": {
"debit": "string",
"credit": "string"
}
}
}
]
Response examples (200)
{
"success": true
}
Response examples (200)
{
"success": true
}
Response examples (400)
{
"error": {
"code": "string",
"message": "string"
}
}
Response examples (400)
{
"error": {
"code": "string",
"message": "string"
}
}
Response examples (401)
{
"error": {
"code": "string",
"message": "string"
}
}
Response examples (401)
{
"error": {
"code": "string",
"message": "string"
}
}
Response examples (404)
{
"error": {
"code": "string",
"message": "string"
}
}
Response examples (404)
{
"error": {
"code": "string",
"message": "string"
}
}
Response examples (500)
{
"error": {
"code": "string",
"message": "string"
}
}
Response examples (500)
{
"error": {
"code": "string",
"message": "string"
}
}