v1
latestOpenAPI 3.0.02026-07-2455104.8 MBSupplier
List suppliers
Lists existing suppliers
get/api/v1/suppliers
Query parameters
{
"id": [
"17"
]
}Response
Supplier list.
Example response
{
"data": [
{
"id": "17",
"type": "Regular supplier",
"project": {
"id": "1337",
"name": "Diamond"
},
"general": {
"number": "123456789",
"fax": null,
"mobile": "987654321",
"department": "Sales",
"subdivision": "North Region",
"vatNumber": "VAT123456",
"taxNumber": null,
"gln": "GLN123456789",
"employeeNumber": "EMP001",
"honorific": "Mr.",
"title": "Sales Manager",
"name": "John Doe",
"birthday": null,
"tags": [
{
"id": "tag1",
"name": "Active",
"color": "ff0000"
},
{
"id": "tag2",
"name": "Active",
"color": "ff0000"
}
],
"supplierNumber": "SUP123456",
"phone": null,
"email": "johndoe@example.com",
"address": {
"street": "Hauptstraße 15",
"zip": "10115",
"city": "Berlin",
"state": null,
"country": "DE",
"note": "Hauptsitz"
}
},
"tags": [
{
"color": "ff0000"
}
],
"freeFields": [
{
"id": "17"
}
]
}
],
"extra": {
"totalCount": 1,
"page": {
"number": 1,
"size": 10
}
}
}