feat(invoices): added invoice + linking to forklift

This commit is contained in:
2025-11-04 22:12:08 -06:00
parent 577584ef4d
commit 2e05f6eeee
24 changed files with 13782 additions and 17 deletions

View File

@@ -17,7 +17,7 @@ params:path {
body:json {
{
"endDate": "3/25/2029"
"companyId": "b34c6684-ec35-4364-acef-0c1570faf123"
}
}

View File

@@ -12,10 +12,10 @@ post {
body:json {
{
"leaseNumber":"Delage DLL",
"startDate": "",
"endDate": "",
"companyId": ""
"leaseNumber":"500-50489192",
"startDate": "11/08/2023",
"endDate": "11/12/2025",
"companyId": "b34c6684-ec35-4364-acef-0c1570faf123"
}
}