curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/getMySuppliersFilter
{
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
},
"all": true,
"my_suppliers": [
{
"customer_type": 123,
"supplier_name": "<string>",
"tax_number": "<string>"
}
]
}
curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/getMySuppliersFilter
{
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
},
"all": true,
"my_suppliers": [
{
"customer_type": 123,
"supplier_name": "<string>",
"tax_number": "<string>"
}
]
}