GET v1/Suppliers?FirstRow={FirstRow}&LastRow={LastRow}
Returns Businesses in the Users Suppliers list
Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstRow |
First row to return |
integer |
Optional Default value is 1 |
| LastRow |
Last row to return |
integer |
Optional Default value is 1000 |
Response
Collection of APISupplier| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountNumber |
AccountNumber of the Supplier. Use this value in the CustomerId field of other API Endpoints to get data for this supplier. |
string |
None. |
| BusinessId |
BusinessId of the Supplier |
integer |
None. |
| ParentBusinessId |
ParentBusinessId of the Supplier |
integer |
None. |
| BusinessName |
Name of the Supplier |
string |
None. |
| Address1 |
Address1 of the Supplier |
string |
None. |
| Address2 |
Address2 of the Supplier |
string |
None. |
| CityName |
CityName of the Supplier |
string |
None. |
| StateProvinceName |
State / Province of the Supplier |
string |
None. |
| PostalCode |
PostalCode of the Supplier |
string |
None. |
| CountryName |
CountryName of the Supplier |
string |
None. |
| DBTIndex |
DBTIndex for the Supplier |
integer |
None. |
| DBTIndexDate |
DBTIndex Last Updated Date for the Supplier |
date |
None. |
| FRISKScore |
FRISKScore for the Supplier |
integer |
None. |
| FRISKScoreDate |
FRISKScore Last Updated Date for the Supplier |
date |
None. |
| PAYCEScore |
PAYCEScore for the Supplier |
integer |
None. |
| PAYCEScoreDate |
PAYCEScore Last Updated Date for the Supplier |
date |
None. |
| ZScore |
ZScore for the Supplier |
decimal number |
None. |
| ZScoreDate |
ZScore Last Updated Date for the Supplier |
date |
None. |
| LatestStatementDate |
Date the latest Financial Statement was filed for the Supplier |
date |
None. |
| BankruptcyType |
If the Supplier is in Bankruptcy this flag notates the type of Bankruptcy. When this value is NULL the Business is not in Bankruptcy. To get the list of valid Bankruptcy Types use the /v1/Business/BankruptcyTypes Endpoint. |
string |
None. |
| SanctionFlag |
SanctionFlag will be "Y" If the Supplier has an active Sanction. |
string |
None. |
| Spend |
Spend for the Supplier |
integer |
None. |
| Criticality |
Criticality for the Supplier |
string |
None. |
| Direct |
Direct for the Supplier |
string |
None. |
| ClientListInteger1 |
ClientListInteger1 for the Supplier |
integer |
None. |
| ClientListInteger2 |
ClientListInteger2 for the Supplier |
integer |
None. |
| ClientListText1 |
ClientListText1 for the Supplier |
string |
None. |
| ClientListText2 |
ClientListText2 for the Supplier |
string |
None. |
| ClientListInteger1Label |
Label for ClientListInteger1 for the Supplier |
string |
None. |
| ClientListInteger2Label |
Label for ClientListInteger2 for the Supplier |
string |
None. |
| ClientListText1Label |
Label for ClientListText1 for the Supplier |
string |
None. |
| ClientListText2Label |
Label for ClientListText2 for the Supplier |
string |
None. |