Update Account

put/accounts/{id}

Path parameters

idstring required

Request body

bank_namestring required
numberstring required
balance_idstring required
identity_idstring required

Example request

{
  "bank_name": "Bknk bank MFB",
  "number": "30888334",
  "balance_id": "bln_0be360ca-86fe-457d-be43-daa3f966d8f0",
  "identity_id": "idt_0b5f333d-e0b8-4422-8e0e-5d41a767f1db"
}

Response

Created

Changes

No recorded changes to this endpoint across all 1 revision of this API.