Vendor Service
getAllVendorsV1
Retrieves a list of all vendors.
get/vendor/v1/getAllVendors
Query parameters
activeFlagboolean
Active vendors.
minutesSinceUpdateinteger
The number of minutes since a vendor record was last updated. Use to set how far back to search.
includeNullboolean
Specify 'true' to output null data elements.
Headers
authenticationtokenstring required
Secure token for API authentication.
passwordstring required
Password for the Crunchtime Application User.
sitenamestring required
Crunchtime site identifier. (test or production)
useridstring required
User ID for the Crunchtime Application User.
X-B3-TraceIdstring
Optional trace identifier for troubleshooting.
Response
Success
Example response
[
{
"accrualFlag": "Y",
"allowDuplicateInvoicesFlag": "N",
"allowDuplicatePoNumberFlag": "N",
"allowPbiFlag": "Y",
"allowSimpleReceiptFlag": "Y",
"altAddress1": "123 Central Avenue",
"altAddress2": "Suite 1",
"altCityName": "Rockville",
"altStateShortName": "MD",
"autoProcessNewBidFileFlag": "Y",
"autoReconcileEinvoiceFlag": "Y",
"codFlag": "Y",
"countryCode": "US",
"countryName": "UNITED STATES",
"createNewBidProductsFlag": "N",
"currencyCode": "AFA",
"electronicInvoiceFlag": "N",
"haccpCertifiedFlag": "N",
"internalFlag": "Y",
"priceIncludesTax": "Y",
"supplyActive": "N",
"supplyBidPath": "Fax",
"supplyCode": "000222",
"supplyEmail": "w@Q.co",
"supplyName": "My Supply Company",
"supplyOrderPath": "12ww",
"supplyPhone": "123-456-7890",
"supplySalesmanFullName": "John",
"supplySalesmanTitle": "Doe",
"supplySatellite": "11@gmail.com",
"supplyStateShortName": "MA",
"supplyStateFullName": "Massachusetts",
"supplyTerms": "Terms",
"supplyTransmitMethod": "STND",
"supplyTransmitPath": "PHONE",
"supplyWebAddress": "abc@def.com",
"taxId": "Tax ID",
"vendorUdaDetails": [
{
"supplyCode": "627",
"udaCode": "PAYMENT_TYPE",
"udaDescription": "Mode of payment accepted by vendor",
"dataType": "CHAR",
"udaType": "VENDOR",
"udaGroup": "USERDEFINED",
"requiredFlag": "N",
"udaValue": "charge card",
"replicatedFlag": "N",
"lastTouchDate": "06/04/2025"
}
]
}
]