Files
akaunting-py/data/CreateTransferSuccess.json

17 lines
447 B
JSON
Raw Permalink Normal View History

2022-05-30 15:21:14 +12:00
{
"data":{
"id":2,
"company_id":1,
"from_account":"Some Account",
"from_account_id":1,
"to_account":"Some Account New",
"to_account_id":2,
"paid_at":"2022-05-16T11:57:51+12:00",
"amount":100,
"amount_formatted":"$100.00",
"currency_code":"NZD",
"created_by":1,
"created_at":"2022-05-16T11:57:51+12:00",
"updated_at":"2022-05-16T11:57:51+12:00"
}
}