Create Transfer
Testing
Testing Env
https://taccounting.vodoerp.com
Testing Env
https://taccounting.vodoerp.com
POST
/api/v5/inter-account-transfers
Last modified:2025-05-13 09:56:52
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://taccounting.vodoerp.com/api/v5/inter-account-transfers' \
--header 'user-token: ' \
--header 'secure-business-key: 4765066450c0bd66325.48403130' \
--header 'lang: en' \
--header 'Content-Type: application/json' \
--data-raw '{
"paid_from_id": 0,
"paid_from_amount": 0,
"paid_from_currency_id": 0,
"received_in_id": 0,
"description": "string"
}'
Response Response Example
200 - Example 1
{
"status": true,
"message": "string",
"data": {
"name": "string",
"bank_account_name": "string",
"code": "string",
"iban_num": "string",
"address": "string",
"started_balance": 0,
"credit_imit": 0,
"business_id": 0,
"type": "string",
"currency_id": 0,
"updated_at": "string",
"created_at": "string",
"id": 0,
"current_page": 0,
"data": [
{
"id": 0,
"uuid": "string",
"business_id": 0,
"currency_id": null,
"type": "string",
"name": "string",
"bank_account_name": "string",
"code": null,
"credit_imit": "string",
"iban_num": null,
"address": null,
"started_balance": null,
"balance": null,
"representative_id": 0,
"POS_account": "string",
"main_account": 0,
"created_at": "string",
"updated_at": "string",
"first_name": "string",
"last_name": "string",
"email": "string",
"phone_code": "string",
"phone": "string",
"branches_count": 0,
"invoices_count": 0,
"invoices_total": 0,
"wallet": 0,
"business_name": "string",
"accounts_receivable_balance": 0
}
],
"first_page_url": "string",
"from": 0,
"last_page": 0,
"last_page_url": "string",
"links": [
{
"url": "string",
"label": "string",
"active": true
}
],
"next_page_url": null,
"path": "string",
"per_page": 0,
"prev_page_url": null,
"to": 0,
"total": 0,
"uuid": "string",
"user_type": 0,
"first_name": "string",
"last_name": "string",
"email": "string",
"password": "string",
"phone": "string",
"phone_code": "string",
"user_cat_id": null,
"company_name": null,
"vat_number_check": "string",
"vat_number": null,
"postcode": null,
"business_identifier": null,
"credit_limit": null,
"country_id": "string",
"city": null,
"state": null,
"address1": null,
"address2": null,
"billing_address": null,
"delivery_address": null,
"longitude": null,
"latitude": null,
"bank_name": null,
"bank_account_number": null,
"bank_iban_number": null,
"currency": 0,
"send_confirm_message": 0,
"status": 0,
"name_en": "string",
"name_ar": "string"
},
"errors": [
"string"
]
}
Request
Header Params
user-token
string
required
Example:
{{user_token}}
secure-business-key
string
required
Example:
{{secure_business_key}}
lang
string
optional
Example:
{{lang}}
Body Params application/json