List all Supplier/Vendor
List all organization supplier/vendor
Get all organization supplier/vendor
GET https://<baseurl> /v1/organization/supplier/@clientUUID
Path Parameters
Name
Type
Description
clientUUID
string
Client UUID
Headers
Name
Type
Description
Authentication
string
Authentication token
#########################################################################
## success
#########################################################################
{
    "message": "success",
    "status": 200,
    "suppliers": [
        {
            "id": 1,
            "supplierUUID": "ae8f51b7-4a30-441f-8083-bba7309d872e",
            "supplierName": "supplier",
            "supplierCode": "supplier1",
            "supplierDescription": "supplier"
        }
    ]
}
#########################################################################
## Error:No data found
#########################################################################
            
{
	"message": "error",
	"status": 400,
	"description": "No data found"
}
Last updated
Was this helpful?