Skip to main content
PATCH
https://api.useadam.io/v1/adam
/
expenses
/
{uuid}
Update expense (partial)
curl --request PATCH \
  --url https://api.useadam.io/v1/adam/expenses/{uuid} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'
{
  "status": "success",
  "message": "Expense updated successfully",
  "data": {
    "uuid": "770e8400-e29b-41d4-a716-446655440003",
    "narration": "Updated expense narration"
  }
}

Authorizations

X-API-Key
string
header
default:your_tyms_sk_or_partner_key
required

Business secret tyms_sk_... for all routes except Register business, which expects your partner secret.

Path Parameters

uuid
string
required

Body

application/json

The body is of type object.

Response

200 - application/json

Expense updated (partial)

status
string
required
Example:

"success"

message
string
required
data
any

Single resource, array of resources, statement sections, or async job metadata — see each operation's example.

meta
object

Pagination (page, limit, total) and/or report range (from, to). Cash flow may include previous_period_end.