Get_customers_categories
Testing Env
https://taccounting.vodoerp.com
Testing Env
https://taccounting.vodoerp.com
GET
/api/v4/customers_categories
Last modified:2025-04-16 13:49:11
** Query Param** | description |
---|---|
filter_status | optional number filter base on category status value 1 or 0 |
paginate | optional float true for show list with pagination or false forfull data |
per_page | optional number number of items in each page |
page | optional number current page number Default:1 |
keyword | optional string keyword search filter |
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 |
noLang | optional string |
-yes for show all data ignore Accept-Language value - no for show data base on Accept-Language value |
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://taccounting.vodoerp.com/api/v4/customers_categories?filter_status=1&paginate=false&per_page=5&page=1&keyword=vvvvv' \
--header 'secure-business-key: 14807664478836358b0.31329842' \
--header 'platform-key: 1234567' \
--header 'platform: web' \
--header 'Accept-Language: ar' \
--header 'apikey: efe2db322a53' \
--header 'noLang: yes' \
--form 'keyword="bbnn"'
Response Response Example
{"status":true,"message":"done","data":[{"name_ar":"عملاء القاهرة","name_en":"caito customers","id":21,"status":1,"created_at":"2025-02-09T08:03:08.000000Z"},{"name_ar":"عملاء القاهرةa","name_en":"caito customersa","id":22,"status":1,"created_at":"2025-02-09T08:05:18.000000Z"},{"name_ar":"عملاء القاهرة1","name_en":"caito customers1","id":24,"status":1,"created_at":"2025-02-10T04:52:00.000000Z"},{"name_ar":"عملاء القاهرة11","name_en":"caito customers12","id":25,"status":1,"created_at":"2025-02-10T05:39:26.000000Z"},{"name_ar":"عملاء القاهرة111","name_en":"caito customers122","id":26,"status":1,"created_at":"2025-02-10T05:57:03.000000Z"}]}
Request
Query Params
filter_status
string
required
Example:
1
paginate
string
required
Example:
false
per_page
string
required
Example:
5
page
string
required
Example:
1
keyword
string
optional
Example:
vvvvv
Header Params
secure-business-key
string
required
Example:
14807664478836358b0.31329842
platform-key
string
required
Example:
1234567
platform
string
required
Example:
web
Accept-Language
string
required
Example:
ar
apikey
string
required
Example:
efe2db322a53
noLang
string
required
Example:
yes
Body Params multipart/form-data
keyword
string
required
Example:
bbnn