refactor(leases): removed main server until i have a better way to sync them
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
meta {
|
||||
name: add lease
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{url}}/lst/api/forklifts/invoices
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"leaseId": "0147d082-aee0-4594-b0f4-c6f4ee777e92",
|
||||
"invoiceNumber": "592596987",
|
||||
"invoiceDate": "10/12/2025",
|
||||
"uploadedBy": "matthes01",
|
||||
"totalAmount": "1820.88",
|
||||
"forklifts": [
|
||||
{ "forklift_Id": "ec2f3759-1580-4c1b-8fbf-8a4b0b506758", "amount": 909.91 }
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
meta {
|
||||
name: Invoices
|
||||
seq: 4
|
||||
}
|
||||
|
||||
auth {
|
||||
mode: inherit
|
||||
}
|
||||
Reference in New Issue
Block a user