You've already forked akaunting-py
Added create transfer
This commit is contained in:
17
data/CreateTransferSuccess.json
Normal file
17
data/CreateTransferSuccess.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user