Vendor
Full vendor detail, including contacts and addresses.
Unique identifier for the vendor.
3054Display name of the vendor's company.
Pacific Ingredients Co.Current status of the vendor relationship. Only active vendors can be assigned to new purchase orders.
Possible values: [active, inactive, pending, suspended]
activeTotal number of purchase orders ever placed with this vendor.
23Date of the most recent purchase order placed with this vendor (ISO 8601). Null if no POs exist.
2025-09-15The vendor's tax identification number (e.g., EIN or VAT number). Used to prevent duplicate vendor records.
Default payment terms for this vendor (e.g., "Net 30", "Due on receipt"). Applied to new POs unless overridden.
Net 30contacts object[]
All contact persons on file for this vendor. One contact is flagged as primary.
Full name of the contact.
Maria TorresEmail address of the contact.
maria.torres@pacificingredients.comPhone number including country code.
+1-555-0198Whether this is the primary contact for the vendor. Exactly one contact per vendor is flagged as primary.
trueaddresses object[]
All addresses on file for this vendor (billing, shipping, or both). One address is flagged as primary.
Whether this address is used for billing, shipping, or both.
Possible values: [billing, shipping, both]
bothStreet address line.
742 Industrial ParkwayPortlandState or province code.
ORPostal or ZIP code.
97201Two-letter country code (ISO 3166-1 alpha-2).
USWhether this is the default address for the vendor. Used as the ship-to address on new purchase orders unless overridden.
true{
"id": "3054",
"name": "Pacific Ingredients Co.",
"status": "active",
"purchaseOrderCount": 23,
"lastPurchaseOrderDate": "2025-09-15",
"taxIdentificationNumber": "string",
"paymentTerms": "Net 30",
"contacts": [
{
"name": "Maria Torres",
"email": "maria.torres@pacificingredients.com",
"phone": "+1-555-0198",
"isPrimary": true
}
],
"addresses": [
{
"addressType": "both",
"street": "742 Industrial Parkway",
"city": "Portland",
"state": "OR",
"zipCode": "97201",
"country": "US",
"isPrimary": true
}
]
}