show_one_customer
Testing Env
https://taccounting.vodoerp.com
Testing Env
https://taccounting.vodoerp.com
GET
/api/v4/customers/58678818-22ac-4944-9375-bd0a0c5366cf
Last modified:2025-04-23 08:20:23
note:customer must found in business base on secure-business-key parameter in header
Method | GET |
---|
HEADERS | description |
---|---|
Accept-Language | required string ar,en |
secure-business-key | required string ex: 4765066450c0bd66325.48403130 from accounts system base on business |
apikey | required string ex: efe2db322a53 for make reuest more secure must add apikey in header |
platform-key | required string ex: 1234567 use this value as test |
platform | required string ex: web use this value as test |
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://taccounting.vodoerp.com/api/v4/customers/58678818-22ac-4944-9375-bd0a0c5366cf' \
--header 'secure-business-key: 4765066450c0bd66325.48403130' \
--header 'platform: web' \
--header 'platform-key: 123333' \
--header 'Accept-Language: ar' \
--header 'apikey: efe2db322a53'
Response Response Example
{
"status": true,
"message": "done",
"data": {
"id": 2617,
"integration_id": null,
"integration_method": null,
"uuid": "f53e5172-6f97-4fb1-88ec-a2e6931b2f01",
"business_id": 259,
"related_business_id": null,
"first_name": "Beshoy klar",
"last_name": null,
"user_name": "BeshoyKlar5225",
"email": "1532d6185b18@drmail.in",
"token": "3316436",
"email_verified_at": null,
"password": "$2y$10$tqynDJ6zLsnoDwqSK4v5v.UOnZ1oaJ/8DtWv..zRV3.Yl2SNOdKkS",
"phone": "+966598741236",
"address1": null,
"longitude": null,
"latitude": null,
"address2": null,
"address_type": null,
"country_id": 0,
"city": null,
"district": null,
"state": null,
"postcode": null,
"vat_number": null,
"vat_number_check": 0,
"company_name": null,
"currency": {
"id": 126,
"uuid": "71f3948d-2f4a-11ed-b370-6c3be5f72107",
"name": "Saudi Riyal",
"code": "SAR",
"symbol": "﷼",
"created_at": null,
"updated_at": null
},
"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": "reservation",
"reservation_cust_id": null,
"image": "https://taccounting.vodoerp.com/pexels-raheem-oluwadamilare-11274006.jpg",
"send_confirm_message": 1,
"bank_name": null,
"bank_account_number": null,
"bank_iban_number": null,
"commercial_register": null,
"user_cat_id": 0,
"kiosk_code": null,
"kiosk_token": null,
"user_kiosk_token": null,
"kiosk_code_verified_at": null,
"job": "",
"login_token": null,
"created_at": "2025-04-09T21:32:47.000000Z",
"updated_at": "2025-04-10T10:06:26.000000Z",
"deleted_at": null
}
}
Request
Header Params
secure-business-key
string
required
Example:
4765066450c0bd66325.48403130
platform
string
required
Example:
web
platform-key
string
required
Example:
123333
Accept-Language
string
required
Example:
ar
apikey
string
required
Example:
efe2db322a53
Body Params multipart/form-data
object {0}