Name |
Type |
Description |
|
api_key |
string |
Your API-key |
|
sSearch |
string(optional) |
What you want to search(email or name) |
|
start |
string(optional) |
start |
|
length |
string(optional) |
length |
|
sortCol |
string(optional) |
If sort column equals to 1 then it will sort according to first name , default is by customer id |
|
sortDir |
string(optional) |
Default sort direction is descending. Send asc for ascending |
|
offering |
string(optional) |
offering |
|
Request
Body Params application/json
{
"api_key" : {{apikey}},
"sSearch" : "test@email.com",
"start" : "test",
"length" : "1",
"sortCol" : "1",
"sortDir" : "1",
"offering" : "1"
}
Request Code Samples
curl --location --request GET 'https://api.yelo.red/open/billing/getInvoices' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"sSearch" : "test@email.com",
"start" : "test",
"length" : "1",
"sortCol" : "1",
"sortDir" : "1",
"offering" : "1"
}'
Responses
application/json Modified at 2024-04-17 07:11:33