feat(invoices): added invoice + linking to forklift
This commit is contained in:
@@ -17,7 +17,7 @@ params:path {
|
||||
body:json {
|
||||
{
|
||||
|
||||
"endDate": "3/25/2029"
|
||||
"companyId": "b34c6684-ec35-4364-acef-0c1570faf123"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user