POST
/
bankaccounts
/
{bankAccountId}
/
transactions
curl --request POST \
  --url https://api.smokeball.com/bankaccounts/{bankAccountId}/transactions \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json-patch+json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "matterId": "da4e7fd1-5394-4ca9-b1c6-e18c4e2bf262",
  "payorId": "<string>",
  "type": "Deposit",
  "amount": 102.65,
  "reference": "<string>",
  "reason": "<string>",
  "description": "<string>",
  "note": "<string>",
  "effectiveDate": "2023-11-07T05:31:56Z"
}'
{
  "id": "<string>",
  "href": "<string>",
  "relation": "<string>",
  "method": "GET"
}

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Path Parameters

bankAccountId
string
required

Body

Response

200
application/json

OK

The response is of type object.