Skip to main content

Update an existing account

PATCH 

/v1/accounts/:id

Update an existing account

Request

Path Parameters

    id uuidrequired

    ID of Account

Body

required

    name string
    Example: ICICI Bank
    offBudget boolean
    Example: true
    category string

    Possible values: [CASH/CHECK IN, CC, FD/RD, EPF, NPS, SSY]

    adapter string
    Example: icici
    balance float
    Example: 12.25

Responses

Success

Loading...