Show Customer Or Supplier
Testing
Testing Env
https://taccounting.vodoerp.com
Testing Env
https://taccounting.vodoerp.com
GET
/api/v5/customers-suppliers/{type}/{uuid}
Last modified:2025-05-19 09:53:19
1
=> refer to customer,2
=> refer to supplierRequest Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://taccounting.vodoerp.com/api/v5/customers-suppliers//e8dd6203-714c-4d19-9fde-f90e12533e6a' \
--header 'user-token: ' \
--header 'secure-business-key: 4765066450c0bd66325.48403130' \
--header 'lang: en'
Response Response Example
200 - Success
{
"status": true,
"message": "your request has been success",
"data": {
"id": 2622,
"integration_id": null,
"integration_method": null,
"uuid": "e8dd6203-714c-4d19-9fde-f90e12533e6a",
"business_id": 259,
"related_business_id": null,
"first_name": "test ads",
"last_name": "wwww",
"user_name": null,
"email": "asdasdasdas@test.com",
"token": null,
"email_verified_at": null,
"password": "$2y$10$Wonlv8SExDoTu1sm9xxlye4UfQRR2E0wGmJj4KzfUDz4rT03M/81S",
"phone": "456",
"phone_code": "+20",
"address1": null,
"longitude": null,
"latitude": null,
"address2": null,
"address_type": null,
"country_id": 1,
"city": null,
"district": null,
"state": null,
"postcode": null,
"vat_number": null,
"vat_number_check": "0",
"company_name": null,
"currency": "126",
"business_identifier": null,
"billing_address": null,
"delivery_address": null,
"credit_limit": null,
"remember_token": null,
"user_type": "1",
"status": 1,
"started_balance": null,
"customer_type": null,
"reservation_cust_id": null,
"image": "uploads/customers/2622/1745914394-810.png",
"send_confirm_message": 0,
"bank_name": null,
"bank_account_number": null,
"bank_iban_number": null,
"commercial_register": "uploads/customers/2622/1745914394-219.png",
"user_cat_id": null,
"kiosk_code": null,
"kiosk_token": null,
"user_kiosk_token": null,
"kiosk_code_verified_at": null,
"job": null,
"login_token": null,
"created_at": "2025-04-28T12:30:04.000000Z",
"updated_at": "2025-04-29T08:13:14.000000Z",
"deleted_at": null
},
"errors": []
}
Request
Path Params
type
stringÂ
required
uuid
stringÂ
required
Example:
e8dd6203-714c-4d19-9fde-f90e12533e6a
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 multipart/form-data
object {0}