23 lines
224 B
Plaintext
23 lines
224 B
Plaintext
meta {
|
|
name: Get Invoices
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
get {
|
|
url: {{url}}/lst/api/forklifts/invoices
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"name":"Delage DLL"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|