Files
lst/LogisticsSupportTool_API_DOCS/app/forklifts/Invoices/Get Invoices.bru

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
}