VendorSummaryModel
Contains summarized data for a vendor
Methods
The following API methods use this data model.
Required Fields
groupKey
The GroupKey uniquely identifies a single Lockstep Platform account. All records for this
account will share the same GroupKey value. GroupKey values cannot be changed once created.
For more information, see Accounts and GroupKeys.
vendorId
The unique ID of this Vendor
Optional Fields
vendorName
string, nullable
The name of this Vendor
appEnrollmentId
uuid, nullable
The app enrollment ID this Vendor is associated with
primaryContactName
string, nullable
The name of this Vendor's primary contact
primaryContactId
uuid, nullable
This Vendor's primary contact id
amountPaidLast30
double, nullable
The amount paid to this Vendor in the last 30 days
advancePayLast30
double, nullable
The outstanding advance pay balance on payments in the last 30 days
advancePayOutstanding
double, nullable
The outstanding advance pay balance with this Vendor
amountBilledLast30
double, nullable
The amount billed from this Vendor in the last 30 days
amountBilledOutstandingLast30
double, nullable
The outstanding balance with this Vendor for bills in the last 30 days
amountBilledOutstanding
double, nullable
The outstanding balance with this Vendor
billCountLast30
int32, nullable
The number of bills received from this Vendor in the last 30 days
paidBillCountLast30
int32, nullable
The number of bills from this Vendor that were paid in full in the last 30 days
openBillCount
int32, nullable
The number of open bills with this Vendor
paidBillCount
int32, nullable
The number of bills paid to this Vendor
totalBillCount
int32, nullable
The total count of open and closed bills.
Updated about 2 months ago